Searched defs:Nr (Results 1 – 13 of 13) sorted by relevance
/third_party/FreeBSD/sys/crypto/rijndael/ |
D | rijndael-alg-fst.c | 824 int Nr, i, j; in rijndaelKeySetupDec() local 863 void rijndaelEncrypt(const u32 rk[/*4*(Nr + 1)*/], int Nr, const u8 pt[16], u8 ct[16]) { in rijndaelEncrypt() 1044 void rijndaelDecrypt(const u32 rk[/*4*(Nr + 1)*/], int Nr, const u8 ct[16], u8 pt[16]) { in rijndaelDecrypt()
|
D | rijndael.h | 39 int Nr; /* key-length-dependent number of rounds */ member
|
D | rijndael-api-fst.h | 46 int Nr; /* key-length-dependent number of rounds */ member
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/crypto/ |
D | aes-internal-dec.c | 30 int Nr, i, j; in rijndaelKeySetupDec() local 75 static void rijndaelDecrypt(const u32 rk[/*44*/], int Nr, const u8 ct[16], in rijndaelDecrypt()
|
D | aes-internal-enc.c | 23 static void rijndaelEncrypt(const u32 rk[], int Nr, const u8 pt[16], u8 ct[16]) in rijndaelEncrypt()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/crypto/ |
D | aes-internal-dec.c | 30 int Nr, i, j; in rijndaelKeySetupDec() local 75 static void rijndaelDecrypt(const u32 rk[/*44*/], int Nr, const u8 ct[16], in rijndaelDecrypt()
|
D | aes-internal-enc.c | 23 static void rijndaelEncrypt(const u32 rk[], int Nr, const u8 pt[16], u8 ct[16]) in rijndaelEncrypt()
|
/third_party/node/deps/openssl/openssl/crypto/aria/ |
D | aria.c | 475 int Nr; in ossl_aria_encrypt() local 546 int Nr = (bits + 256) / 32; in ossl_aria_set_encrypt_key() local
|
/third_party/openssl/crypto/aria/ |
D | aria.c | 475 int Nr; in ossl_aria_encrypt() local 546 int Nr = (bits + 256) / 32; in ossl_aria_set_encrypt_key() local
|
/third_party/nghttp2/bpf/ |
D | reuseport_kern.c | 61 #define Nr 10 /* The number of rounds in AES Cipher. */ macro
|
/third_party/node/deps/openssl/openssl/crypto/bn/ |
D | bn_local.h | 275 BIGNUM Nr; /* the reciprocal */ member
|
/third_party/openssl/crypto/bn/ |
D | bn_local.h | 275 BIGNUM Nr; /* the reciprocal */ member
|
/third_party/libsnd/src/GSM610/ |
D | long_term.c | 904 int16_t brp, drpp, Nr ; in Gsm_Long_Term_Synthesis_Filtering() local
|