Searched defs:AES_ENCRYPT_IMPL (Results 1 – 1 of 1) sorted by relevance
/titanic_41/usr/src/common/crypto/aes/ |
H A D | aes_impl.c | 97 #define AES_ENCRYPT_IMPL(a, b, c, d, e) aes_encrypt_impl(a, b, c, d) macro 124 #define AES_ENCRYPT_IMPL(a, b, c, d, e) rijndael_encrypt(a, b, c, d, e) macro 129 #define AES_ENCRYPT_IMPL(a, b, c, d, e) rijndael_encrypt(a, b, c, d) macro
|