Searched refs:AES_DECRYPT_IMPL (Results 1 – 1 of 1) sorted by relevance
| /onnv-gate/usr/src/common/crypto/aes/ |
| H A D | aes_impl.c | 100 #define AES_DECRYPT_IMPL(a, b, c, d, e) aes_decrypt_impl(a, b, c, d) macro 127 #define AES_DECRYPT_IMPL(a, b, c, d, e) rijndael_decrypt(a, b, c, d, e) macro 132 #define AES_DECRYPT_IMPL(a, b, c, d, e) rijndael_decrypt(a, b, c, d) macro 1704 AES_DECRYPT_IMPL(&ksch->decr_ks.ks32[0], ksch->nr, in aes_decrypt_block() 1722 AES_DECRYPT_IMPL(&ksch->decr_ks.ks32[0], ksch->nr, in aes_decrypt_block()
|