Home | History | Annotate | Download | only in crypto

Lines Matching refs:keyBits

779 int rijndaelKeySetupEnc(u32 rk[], const u8 cipherKey[], int keyBits)
789 if (keyBits == 128) {
805 if (keyBits == 192) {
824 if (keyBits == 256) {