HomeSort by: relevance | last modified time | path
    Searched defs:Nr (Results 1 - 9 of 9) sorted by relevancy

  /src/external/bsd/wpa/dist/src/crypto/
aes-internal-dec.c 30 int Nr, i, j;
34 Nr = rijndaelKeySetupEnc(rk, cipherKey, keyBits);
35 if (Nr < 0)
36 return Nr;
38 for (i = 0, j = 4*Nr; i < j; i += 4, j -= 4) {
46 for (i = 1; i < Nr; i++) {
56 return Nr;
75 static void rijndaelDecrypt(const u32 rk[/*44*/], int Nr, const u8 ct[16],
109 if (Nr > 10) {
112 if (Nr > 12)
    [all...]
  /src/crypto/external/bsd/heimdal/dist/lib/hcrypto/
rijndael-alg-fst.c 739 int rijndaelKeySetupEnc(uint32_t rk[/*4*(Nr + 1)*/], const uint8_t cipherKey[], int keyBits) {
825 int rijndaelKeySetupDec(uint32_t rk[/*4*(Nr + 1)*/], const uint8_t cipherKey[], int keyBits) {
826 int Nr, i, j;
830 Nr = rijndaelKeySetupEnc(rk, cipherKey, keyBits);
832 for (i = 0, j = 4*Nr; i < j; i += 4, j -= 4) {
839 for (i = 1; i < Nr; i++) {
862 return Nr;
865 void rijndaelEncrypt(const uint32_t rk[/*4*(Nr + 1)*/], int Nr, const uint8_t pt[16], uint8_t ct[16]) {
925 if (Nr > 10)
    [all...]
  /src/crypto/external/apache2/openssl/dist/crypto/aria/
aria.c 426 int Nr;
434 Nr = key->rounds;
436 if (Nr != 12 && Nr != 14 && Nr != 16) {
452 while ((Nr -= 2) > 0) {
481 int Nr = (bits + 256) / 32;
491 key->rounds = Nr;
  /src/crypto/external/apache2/openssl/dist/crypto/bn/
bn_local.h 273 BIGNUM Nr; /* the reciprocal */
  /src/crypto/external/bsd/openssl/dist/crypto/aria/
aria.c 475 int Nr;
483 Nr = key->rounds;
485 if (Nr != 12 && Nr != 14 && Nr != 16) {
501 while(Nr -= 2){
546 int Nr = (bits + 256) / 32;
556 key->rounds = Nr;
  /src/crypto/external/bsd/openssl/dist/crypto/bn/
bn_local.h 275 BIGNUM Nr; /* the reciprocal */
  /src/crypto/external/bsd/openssl.old/dist/crypto/aria/
aria.c 475 int Nr;
483 Nr = key->rounds;
485 if (Nr != 12 && Nr != 14 && Nr != 16) {
501 while(Nr -= 2){
546 int Nr = (bits + 256) / 32;
556 key->rounds = Nr;
  /src/crypto/external/bsd/openssl.old/dist/crypto/bn/
bn_local.h 268 BIGNUM Nr; /* the reciprocal */
  /src/external/apache2/llvm/dist/clang/include/clang/Analysis/Analyses/
ThreadSafetyTIL.h 816 auto Nr = Vs.traverse(Range, Vs.typeCtx(Ctx));
818 return Vs.reduceField(*this, Nr, Nb);
946 auto Nr = Vs.traverse(Rec, Vs.subExprCtx(Ctx));
947 return Vs.reduceProject(*this, Nr);

Completed in 33 milliseconds