Searched refs:rijndaelKeySetupDec (Results 1 - 5 of 5) sorted by relevance
| /third_party/FreeBSD/sys/crypto/rijndael/ |
| H A D | rijndael.h | 48 int rijndaelKeySetupDec(uint32_t [/*4*(Nr+1)*/], const uint8_t [], int);
|
| H A D | rijndael-api-fst.c | 64 key->Nr = rijndaelKeySetupDec(key->rk, (const u8 *)(key->keyMaterial), keyLen); in rijndael_makeKey()
|
| H A D | rijndael-alg-fst.c | 821 int rijndaelKeySetupDec(u32 rk[/*4*(Nr + 1)*/], const u8 cipherKey[], int keyBits) { in rijndaelKeySetupDec() function
|
| /third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/crypto/ |
| H A D | aes-internal-dec.c | 28 static int rijndaelKeySetupDec(u32 rk[], const u8 cipherKey[], int keyBits) in rijndaelKeySetupDec() function 66 res = rijndaelKeySetupDec(rk, key, len * 8); in aes_decrypt_init()
|
| /third_party/wpa_supplicant/wpa_supplicant-2.9/src/crypto/ |
| H A D | aes-internal-dec.c | 28 static int rijndaelKeySetupDec(u32 rk[], const u8 cipherKey[], int keyBits) in rijndaelKeySetupDec() function 66 res = rijndaelKeySetupDec(rk, key, len * 8); in aes_decrypt_init()
|
Completed in 7 milliseconds