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

/openbsd-current/sys/lib/libsa/
H A Drijndael.h54 int rijndaelKeySetupDec(unsigned int [], const unsigned char [], int);
H A Drijndael.c811 rijndaelKeySetupDec(u32 rk[/*4*(Nr + 1)*/], const u8 cipherKey[], int keyBits) function
1246 if (rijndaelKeySetupDec(ctx->dk, key, bits) != rounds)
/openbsd-current/sys/crypto/
H A Drijndael.h54 int rijndaelKeySetupDec(unsigned int [], const unsigned char [], int);
H A Drijndael.c713 rijndaelKeySetupDec(u32 rk[/*4*(Nr + 1)*/], const u8 cipherKey[], int keyBits) function
1148 if (rijndaelKeySetupDec(ctx->dk, key, bits) != rounds)
/openbsd-current/usr.bin/ssh/
H A Drijndael.c715 rijndaelKeySetupDec(u32 rk[/*4*(Nr + 1)*/], const u8 cipherKey[], int keyBits)

Completed in 133 milliseconds