Searched refs:rijndaelKeySetupDec (Results 1 – 7 of 7) sorted by relevance
/dflybsd-src/contrib/wpa_supplicant/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()
|
/dflybsd-src/sys/crypto/rijndael/ |
H A D | rijndael.h | 49 int rijndaelKeySetupDec(u_int32_t [/*4*(Nr+1)*/], const u_int8_t [], int);
|
H A D | rijndael-api.c | 42 rijndaelKeySetupDec(ctx->dk, key, bits); in rijndael_set_key()
|
H A D | rijndael-api-fst.c | 63 key->Nr = rijndaelKeySetupDec(key->rk, cipherKey, keyLen); in rijndael_makeKey()
|
H A D | rijndael-alg-fst.c | 822 int rijndaelKeySetupDec(u32 rk[/*4*(Nr + 1)*/], const u8 cipherKey[], int keyBits) { in rijndaelKeySetupDec() function
|
/dflybsd-src/sys/dev/crypto/padlock/ |
H A D | padlock_cipher.c | 105 rijndaelKeySetupDec(ses->ses_dkey, key, klen); in padlock_cipher_key_setup()
|
/dflybsd-src/crypto/openssh/ |
H A D | rijndael.c | 718 rijndaelKeySetupDec(u32 rk[/*4*(Nr + 1)*/], const u8 cipherKey[], int keyBits)
|