Home
last modified time | relevance | path

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

/onnv-gate/usr/src/common/crypto/fips/
H A Dfips_aes_util.c1010 uint8_t aes_computed_ciphertext[FIPS_AES_ENCRYPT_LENGTH]; in fips_aes_post() local
1039 FIPS_AES_ENCRYPT_LENGTH, aes_computed_ciphertext, in fips_aes_post()
1046 (memcmp(aes_computed_ciphertext, aes_ecb_known_ciphertext, in fips_aes_post()
1095 FIPS_AES_ENCRYPT_LENGTH, aes_computed_ciphertext, in fips_aes_post()
1102 (memcmp(aes_computed_ciphertext, aes_cbc_known_ciphertext, in fips_aes_post()
1151 FIPS_AES_ENCRYPT_LENGTH, aes_computed_ciphertext, in fips_aes_post()
1158 (memcmp(aes_computed_ciphertext, aes_ctr_known_ciphertext, in fips_aes_post()