Home
last modified time | relevance | path

Searched defs:Nr (Results 1 – 2 of 2) sorted by relevance

/plan9/sys/src/cmd/unix/drawterm/libsec/
H A Daes.c133 int Nr, i; in rijndaelKeySetup() local
963 int Nr, i, j; in rijndaelKeySetupDec() local
1003 static void rijndaelEncrypt(const u32 rk[/*4*(Nr + 1)*/], int Nr, const u8 pt[16], u8 ct[16]) { in rijndaelEncrypt()
1184 static void rijndaelDecrypt(const u32 rk[/*4*(Nr + 1)*/], int Nr, const u8 ct[16], u8 pt[16]) { in rijndaelDecrypt()
1367 static void rijndaelEncryptRound(const u32 rk[/*4*(Nr + 1)*/], int Nr, u8 block[16], int rounds) { in rijndaelEncryptRound()
1460 static void rijndaelDecryptRound(const u32 rk[/*4*(Nr + 1)*/], int Nr, u8 block[16], int rounds) { in rijndaelDecryptRound()
/plan9/sys/src/libsec/port/
H A Daes.c422 int Nr, i; in aes_setup() local
1251 int Nr, i, j; in aes_setupDec() local
1295 aes_encrypt(const ulong rk[/* 4*(Nr + 1) */], int Nr, const uchar pt[16], in aes_encrypt()
1478 aes_decrypt(const ulong rk[/* 4*(Nr + 1) */], int Nr, const uchar ct[16], in aes_decrypt()
1663 aes_encryptRound(const u32 rk[/* 4*(Nr + 1) */], int Nr, u8 block[16], in aes_encryptRound()
1756 aes_decryptRound(const u32 rk[/* 4*(Nr + 1) */], int Nr, u8 block[16], in aes_decryptRound()