Searched refs:keyBits (Results 1 - 3 of 3) sorted by relevance

/openbsd-current/usr.bin/ssh/
H A Drijndael.c627 rijndaelKeySetupEnc(u32 rk[/*4*(Nr + 1)*/], const u8 cipherKey[], int keyBits) argument
636 if (keyBits == 128) {
656 if (keyBits == 192) {
678 if (keyBits == 256) {
715 rijndaelKeySetupDec(u32 rk[/*4*(Nr + 1)*/], const u8 cipherKey[], int keyBits)
721 Nr = rijndaelKeySetupEnc(rk, cipherKey, keyBits);
/openbsd-current/sys/lib/libsa/
H A Drijndael.c724 rijndaelKeySetupEnc(u32 rk[/*4*(Nr + 1)*/], const u8 cipherKey[], int keyBits) argument
733 if (keyBits == 128) {
753 if (keyBits == 192) {
775 if (keyBits == 256) {
811 rijndaelKeySetupDec(u32 rk[/*4*(Nr + 1)*/], const u8 cipherKey[], int keyBits) argument
817 Nr = rijndaelKeySetupEnc(rk, cipherKey, keyBits);
/openbsd-current/sys/crypto/
H A Drijndael.c626 rijndaelKeySetupEnc(u32 rk[/*4*(Nr + 1)*/], const u8 cipherKey[], int keyBits) argument
635 if (keyBits == 128) {
655 if (keyBits == 192) {
677 if (keyBits == 256) {
713 rijndaelKeySetupDec(u32 rk[/*4*(Nr + 1)*/], const u8 cipherKey[], int keyBits) argument
719 Nr = rijndaelKeySetupEnc(rk, cipherKey, keyBits);

Completed in 173 milliseconds