Searched refs:aes_bytes_encrypted (Results 1 – 1 of 1) sorted by relevance
1013 ulong_t aes_bytes_encrypted; in fips_aes_post() local1040 &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 …]