Home
last modified time | relevance | path

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

/onnv-gate/usr/src/common/crypto/fips/
H A Dfips_aes_util.c1000 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 …]
/onnv-gate/usr/src/common/crypto/aes/
H A Daes_impl.h160 #define FIPS_AES_ENCRYPT_LENGTH 16 /* 128-bits */ macro