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

/freebsd-13-stable/sys/crypto/rijndael/
H A Drijndael.h49 int rijndaelKeySetupDec(uint32_t [/*4*(Nr+1)*/], const uint8_t [], int);
H A Drijndael-api.c44 rijndaelKeySetupDec(ctx->dk, key, bits);
H A Drijndael-api-fst.c64 key->Nr = rijndaelKeySetupDec(key->rk, key->keyMaterial, keyLen);
H A Drijndael-alg-fst.c823 int rijndaelKeySetupDec(u32 rk[/*4*(Nr + 1)*/], const u8 cipherKey[], int keyBits) { function
/freebsd-13-stable/contrib/wpa/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);
/freebsd-13-stable/sys/crypto/via/
H A Dpadlock_cipher.c110 rijndaelKeySetupDec(ses->ses_dkey, key, klen * 8);
/freebsd-13-stable/crypto/openssh/
H A Drijndael.c718 rijndaelKeySetupDec(u32 rk[/*4*(Nr + 1)*/], const u8 cipherKey[], int keyBits)

Completed in 194 milliseconds