Home | History | Annotate | Download | only in openssh

Lines Matching refs:keyBits

727 static int rijndaelKeySetupEnc(u32 rk[/*4*(Nr + 1)*/], const u8 cipherKey[], int keyBits) {
735 if (keyBits == 128) {
755 if (keyBits == 192) {
777 if (keyBits == 256) {
813 rijndaelKeySetupDec(u32 rk[/*4*(Nr + 1)*/], const u8 cipherKey[], int keyBits,
822 Nr = rijndaelKeySetupEnc(rk, cipherKey, keyBits);