Home
last modified time | relevance | path

Searched defs:updatelens (Results 1 – 12 of 12) sorted by relevance

/illumos-gate/usr/src/test/crypto-tests/tests/modes/aes/ecb/
H A Daes_ecb.c22 static size_t updatelens[] = { variable
/illumos-gate/usr/src/test/crypto-tests/tests/hmac/
H A Dmain.c30 static size_t updatelens[] = { variable
/illumos-gate/usr/src/test/crypto-tests/tests/modes/aes/cbc/
H A Daes_cbc.c23 static size_t updatelens[] = { variable
/illumos-gate/usr/src/test/crypto-tests/tests/modes/aes/cmac/
H A Daes_cmac.c23 static size_t updatelens[] = { variable
/illumos-gate/usr/src/test/crypto-tests/tests/modes/aes/cbc_pad/
H A Daes_cbc_pad.c31 static size_t updatelens[] = { variable
/illumos-gate/usr/src/test/crypto-tests/tests/modes/aes/ccm/
H A Daes_ccm.c30 static size_t updatelens[] = { variable
/illumos-gate/usr/src/test/crypto-tests/tests/modes/aes/ctr/
H A Daes_ctr.c30 static size_t updatelens[] = { 16, 15, 17, CTEST_UPDATELEN_END }; variable
/illumos-gate/usr/src/test/crypto-tests/tests/modes/aes/gcm/
H A Daes_gcm.c23 static size_t updatelens[] = { variable
/illumos-gate/usr/src/test/crypto-tests/tests/common/
H A Dcryptotest.h46 size_t *updatelens; member
H A Dcryptotest_kcf.c37 const size_t *updatelens; member
H A Dcryptotest_pkcs.c36 const size_t *updatelens; member
/illumos-gate/usr/src/test/crypto-tests/tests/digest/
H A Dparser_runner.c311 size_t updatelens[] = { in digest_runner() local