Searched refs:FIPS_AES_ENCRYPT_LENGTH (Results 1 – 2 of 2) sorted by relevance
1000 uint8_t aes_ccm_computed_ciphertext[3*FIPS_AES_ENCRYPT_LENGTH]; in fips_aes_post()1002 uint8_t aes_gcm_computed_ciphertext[2*FIPS_AES_ENCRYPT_LENGTH]; in fips_aes_post()1004 uint8_t aes_gmac_computed_tag[FIPS_AES_ENCRYPT_LENGTH]; in fips_aes_post()1010 uint8_t aes_computed_ciphertext[FIPS_AES_ENCRYPT_LENGTH]; in fips_aes_post()1039 FIPS_AES_ENCRYPT_LENGTH, aes_computed_ciphertext, in fips_aes_post()1045 (aes_bytes_encrypted != FIPS_AES_ENCRYPT_LENGTH) || in fips_aes_post()1047 FIPS_AES_ENCRYPT_LENGTH) != 0)) in fips_aes_post()1095 FIPS_AES_ENCRYPT_LENGTH, aes_computed_ciphertext, in fips_aes_post()1101 (aes_bytes_encrypted != FIPS_AES_ENCRYPT_LENGTH) || in fips_aes_post()1103 FIPS_AES_ENCRYPT_LENGTH) != 0)) in fips_aes_post()[all …]
160 #define FIPS_AES_ENCRYPT_LENGTH 16 /* 128-bits */ macro