Searched defs:Nr (Results 1 – 3 of 3) sorted by relevance
30 int Nr, i, j; in rijndaelKeySetupDec() local75 static void rijndaelDecrypt(const u32 rk[/*44*/], int Nr, const u8 ct[16], in rijndaelDecrypt()
23 static void rijndaelEncrypt(const u32 rk[], int Nr, const u8 pt[16], u8 ct[16]) in rijndaelEncrypt()
60 #define Nr (10) /* number of rounds */ macro