Searched refs:Nr (Results 1 - 5 of 5) sorted by relevance

/illumos-gate/usr/src/common/crypto/aes/
H A Daes_impl.c92 extern void aes_encrypt_impl(const uint32_t rk[], int Nr, const uint32_t pt[4],
94 extern void aes_decrypt_impl(const uint32_t rk[], int Nr, const uint32_t ct[4],
107 extern void aes_encrypt_amd64(const uint32_t rk[], int Nr,
109 extern void aes_decrypt_amd64(const uint32_t rk[], int Nr,
117 extern void aes_encrypt_intel(const uint32_t rk[], int Nr,
119 extern void aes_decrypt_intel(const uint32_t rk[], int Nr,
868 * (which can be computed from the size of the key), i.e. 4*(Nr + 1).
979 * (which can be computed from the size of the key), i.e. 4*(Nr + 1).
993 int i, Nr; local
995 Nr
1031 int Nr, i; local
1089 int i, Nr; local
1178 rijndael_encrypt(const uint32_t rk[], int Nr, const uint32_t pt[4], uint32_t ct[4], int flags) argument
1205 rijndael_decrypt(const uint32_t rk[], int Nr, const uint32_t ct[4], uint32_t pt[4], int flags) argument
1233 int Nr, i, j; local
1318 rijndael_encrypt(const uint32_t rk[], int Nr, const uint32_t pt[4], uint32_t ct[4]) argument
1446 rijndael_decrypt(const uint32_t rk[], int Nr, const uint32_t ct[4], uint32_t pt[4]) argument
[all...]
/illumos-gate/usr/src/common/net/wanboot/crypt/
H A Daes.c735 uint32_t Nr; member in struct:keysched_s
761 uint32_t Nr = ksch->Nr; local
867 if (Nr > 10) {
878 if (Nr > 12) {
891 rk += Nr << 2;
964 uint32_t Nr = ksch->Nr; local
1068 if (Nr > 10) {
1079 if (Nr > 1
1195 uint32_t Nr; local
[all...]
/illumos-gate/usr/src/common/crypto/aes/amd64/
H A Daes_intel.s127 * void aes_encrypt_intel(const aes_ks_t *ks, int Nr,
129 * void aes_decrypt_intel(const aes_ks_t *ks, int Nr,
143 * Note: ks is the AES key schedule, Nr is number of rounds, pt is plain text,
158 aes_encrypt_intel(const uint32_t rk[], int Nr, const uint32_t pt[4],
163 aes_decrypt_intel(const uint32_t rk[], int Nr, const uint32_t ct[4],
677 * void aes_encrypt_intel(const aes_ks_t *ks, int Nr,
785 * void aes_decrypt_intel(const aes_ks_t *ks, int Nr,
H A Daes_amd64.s175 * void aes_encrypt_amd64(const aes_ks_t *ks, int Nr,
177 * void aes_decrypt_amd64(const aes_ks_t *ks, int Nr,
181 * Note: ks is the AES key schedule, Nr is number of rounds, pt is plain text,
191 aes_encrypt_amd64(const uint32_t rk[], int Nr, const uint32_t pt[4],
196 aes_decrypt_amd64(const uint32_t rk[], int Nr, const uint32_t ct[4],
688 * void aes_encrypt_amd64(const aes_ks_t *ks, int Nr,
792 * void aes_decrypt_amd64(const aes_ks_t *ks, int Nr,
/illumos-gate/usr/src/common/crypto/aes/sun4u/
H A Daes_crypt_asm.s62 void aes_encrypt_impl(const uint32_t rk[], int Nr, const uint32_t pt[4],
66 void aes_decrypt_impl(const uint32_t rk[], int Nr, const uint32_t ct[4],
2476 ! void aes_encrypt_impl(const uint32_t rk[], int Nr, const uint32_t pt[4],
2997 ! void aes_decrypt_impl(const uint32_t rk[], int Nr, const uint32_t ct[4],

Completed in 81 milliseconds