Home
last modified time | relevance | path

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

/onnv-gate/usr/src/common/crypto/fips/
H A Dfips_aes_util.c875 (aes_key_size == FIPS_AES_192_KEY_SIZE) ? in fips_aes_post()
882 (aes_key_size == FIPS_AES_192_KEY_SIZE) ? in fips_aes_post()
889 (aes_key_size == FIPS_AES_192_KEY_SIZE) ? in fips_aes_post()
896 (aes_key_size == FIPS_AES_192_KEY_SIZE) ? in fips_aes_post()
904 (aes_key_size == FIPS_AES_192_KEY_SIZE) ? in fips_aes_post()
911 (aes_key_size == FIPS_AES_192_KEY_SIZE) ? in fips_aes_post()
918 (aes_key_size == FIPS_AES_192_KEY_SIZE) ? in fips_aes_post()
925 (aes_key_size == FIPS_AES_192_KEY_SIZE) ? in fips_aes_post()
932 (aes_key_size == FIPS_AES_192_KEY_SIZE) ? in fips_aes_post()
939 (aes_key_size == FIPS_AES_192_KEY_SIZE) ? in fips_aes_post()
[all …]
/onnv-gate/usr/src/lib/pkcs11/pkcs11_softtoken/common/
H A DsoftFipsPost.c103 rv = fips_aes_post(FIPS_AES_192_KEY_SIZE); in soft_fips_post()
/onnv-gate/usr/src/common/crypto/aes/
H A Daes_impl.h163 #define FIPS_AES_192_KEY_SIZE 24 /* 192-bits */ macro
/onnv-gate/usr/src/uts/common/crypto/io/
H A Daes.c1550 ret = fips_aes_post(FIPS_AES_192_KEY_SIZE); in aes_POST()