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

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

Completed in 89 milliseconds