Home
last modified time | relevance | path

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

/netbsd-src/crypto/external/bsd/heimdal/dist/lib/hcrypto/
H A Drijndael-alg-fst.c826 int Nr, i, j; in rijndaelKeySetupDec() local
865 void rijndaelEncrypt(const uint32_t rk[/*4*(Nr + 1)*/], int Nr, const uint8_t pt[16], uint8_t ct[16… in rijndaelEncrypt()
1046 void rijndaelDecrypt(const uint32_t rk[/*4*(Nr + 1)*/], int Nr, const uint8_t ct[16], uint8_t pt[16… in rijndaelDecrypt()
/netbsd-src/external/bsd/wpa/dist/src/crypto/
H A 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()
H A Daes-internal-enc.c23 static void rijndaelEncrypt(const u32 rk[], int Nr, const u8 pt[16], u8 ct[16]) in rijndaelEncrypt()
/netbsd-src/crypto/external/bsd/openssh/dist/
H A Drijndael.c762 rijndaelEncrypt(const u32 rk[/*4*(Nr + 1)*/], int Nr, const u8 pt[16], in rijndaelEncrypt()
/netbsd-src/crypto/external/bsd/openssl/dist/crypto/aria/
H A Daria.c475 int Nr; in ossl_aria_encrypt() local
546 int Nr = (bits + 256) / 32; in ossl_aria_set_encrypt_key() local
/netbsd-src/crypto/external/bsd/openssl.old/dist/crypto/aria/
H A Daria.c475 int Nr; in aria_encrypt() local
546 int Nr = (bits + 256) / 32; in aria_set_encrypt_key() local
/netbsd-src/crypto/external/bsd/openssl/dist/crypto/bn/
H A Dbn_local.h275 BIGNUM Nr; /* the reciprocal */ member
/netbsd-src/crypto/external/bsd/openssl.old/dist/crypto/bn/
H A Dbn_local.h268 BIGNUM Nr; /* the reciprocal */ member
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Analysis/Analyses/
H A DThreadSafetyTIL.h816 auto Nr = Vs.traverse(Range, Vs.typeCtx(Ctx)); in traverse() local
946 auto Nr = Vs.traverse(Rec, Vs.subExprCtx(Ctx)); in traverse() local