Searched defs:rijndael_encrypt (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/common/crypto/aes/
H A Daes_impl.c124 #define AES_ENCRYPT_IMPL(a, b, c, d, e) rijndael_encrypt(a, b, c, d, e)
129 #define AES_ENCRYPT_IMPL(a, b, c, d, e) rijndael_encrypt(a, b, c, d)
1178 rijndael_encrypt(const uint32_t rk[], int Nr, const uint32_t pt[4], function
1318 rijndael_encrypt(const uint32_t rk[], int Nr, const uint32_t pt[4], function

Completed in 47 milliseconds