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

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

Completed in 80 milliseconds