Home
last modified time | relevance | path

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

/third_party/FreeBSD/sys/crypto/rijndael/
Drijndael-alg-fst.c824 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()
Drijndael.h39 int Nr; /* key-length-dependent number of rounds */ member
Drijndael-api-fst.h46 int Nr; /* key-length-dependent number of rounds */ member
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/crypto/
Daes-internal-dec.c30 int Nr, i, j; in rijndaelKeySetupDec() local
75 static void rijndaelDecrypt(const u32 rk[/*44*/], int Nr, const u8 ct[16], in rijndaelDecrypt()
Daes-internal-enc.c23 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/
Daes-internal-dec.c30 int Nr, i, j; in rijndaelKeySetupDec() local
75 static void rijndaelDecrypt(const u32 rk[/*44*/], int Nr, const u8 ct[16], in rijndaelDecrypt()
Daes-internal-enc.c23 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/
Daria.c475 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/
Daria.c475 int Nr; in ossl_aria_encrypt() local
546 int Nr = (bits + 256) / 32; in ossl_aria_set_encrypt_key() local
/third_party/nghttp2/bpf/
Dreuseport_kern.c61 #define Nr 10 /* The number of rounds in AES Cipher. */ macro
/third_party/node/deps/openssl/openssl/crypto/bn/
Dbn_local.h275 BIGNUM Nr; /* the reciprocal */ member
/third_party/openssl/crypto/bn/
Dbn_local.h275 BIGNUM Nr; /* the reciprocal */ member
/third_party/libsnd/src/GSM610/
Dlong_term.c904 int16_t brp, drpp, Nr ; in Gsm_Long_Term_Synthesis_Filtering() local