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

/netbsd-current/crypto/external/bsd/heimdal/dist/lib/hcrypto/
H A Drijndael-alg-fst.h35 #define rijndaelKeySetupDec _hc_rijndaelKeySetupDec macro
44 int rijndaelKeySetupDec(uint32_t rk[/*4*(Nr + 1)*/], const uint8_t cipherKey[], int keyBits);
H A Daes.c58 key->rounds = rijndaelKeySetupDec(key->key, userkey, bits);
H A Drijndael-alg-fst.c825 int rijndaelKeySetupDec(uint32_t rk[/*4*(Nr + 1)*/], const uint8_t cipherKey[], int keyBits) { function
/netbsd-current/external/bsd/wpa/dist/src/crypto/
H A Daes-internal-dec.c28 static int rijndaelKeySetupDec(u32 rk[], const u8 cipherKey[], int keyBits) function
66 res = rijndaelKeySetupDec(rk, key, len * 8);
/netbsd-current/crypto/external/bsd/openssh/dist/
H A Drijndael.c718 rijndaelKeySetupDec(u32 rk[/*4*(Nr + 1)*/], const u8 cipherKey[], int keyBits)

Completed in 200 milliseconds