Searched refs:rijndael_decrypt (Results 1 – 1 of 1) sorted by relevance
/titanic_50/usr/src/common/crypto/aes/ |
H A D | aes_impl.c | 125 #define AES_DECRYPT_IMPL(a, b, c, d, e) rijndael_decrypt(a, b, c, d, e) 130 #define AES_DECRYPT_IMPL(a, b, c, d, e) rijndael_decrypt(a, b, c, d) 1205 rijndael_decrypt(const uint32_t rk[], int Nr, const uint32_t ct[4], in rijndael_decrypt() function 1446 rijndael_decrypt(const uint32_t rk[], int Nr, const uint32_t ct[4], in rijndael_decrypt() function
|