Home
last modified time | relevance | path

Searched refs:aes_bytes_encrypted (Results 1 – 1 of 1) sorted by relevance

/onnv-gate/usr/src/common/crypto/fips/
H A Dfips_aes_util.c1013 ulong_t aes_bytes_encrypted; in fips_aes_post() local
1040 &aes_bytes_encrypted, CKM_AES_ECB); in fips_aes_post()
1045 (aes_bytes_encrypted != FIPS_AES_ENCRYPT_LENGTH) || in fips_aes_post()
1096 &aes_bytes_encrypted, CKM_AES_CBC); in fips_aes_post()
1101 (aes_bytes_encrypted != FIPS_AES_ENCRYPT_LENGTH) || in fips_aes_post()
1152 &aes_bytes_encrypted, CKM_AES_CTR); in fips_aes_post()
1157 (aes_bytes_encrypted != FIPS_AES_ENCRYPT_LENGTH) || in fips_aes_post()
1217 &aes_bytes_encrypted, AES_CCM_MECH_INFO_TYPE); in fips_aes_post()
1222 (aes_bytes_encrypted != 3*FIPS_AES_ENCRYPT_LENGTH) || in fips_aes_post()
1276 &aes_bytes_encrypted, AES_GCM_MECH_INFO_TYPE); in fips_aes_post()
[all …]