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

  /src/crypto/external/apache2/openssl/dist/crypto/bn/
bn_x931p.c 60 BIGNUM *t, *p1p2, *pm1; local
77 pm1 = BN_CTX_get(ctx);
79 if (pm1 == NULL)
124 if (!BN_copy(pm1, p))
126 if (!BN_sub_word(pm1, 1))
128 if (!BN_gcd(t, pm1, e, ctx))
  /src/crypto/external/bsd/openssl/dist/crypto/bn/
bn_x931p.c 60 BIGNUM *t, *p1p2, *pm1; local
77 pm1 = BN_CTX_get(ctx);
79 if (pm1 == NULL)
124 if (!BN_copy(pm1, p))
126 if (!BN_sub_word(pm1, 1))
128 if (!BN_gcd(t, pm1, e, ctx))
  /src/crypto/external/bsd/openssl.old/dist/crypto/bn/
bn_x931p.c 58 BIGNUM *t, *p1p2, *pm1; local
75 pm1 = BN_CTX_get(ctx);
77 if (pm1 == NULL)
122 if (!BN_copy(pm1, p))
124 if (!BN_sub_word(pm1, 1))
126 if (!BN_gcd(t, pm1, e, ctx))
  /src/external/bsd/wpa/dist/src/common/
dragonfly.c 93 struct crypto_bignum *tmp, *pm1, *one; local
96 pm1 = crypto_bignum_init();
98 if (!tmp || !pm1 || !one ||
99 crypto_bignum_sub(prime, one, pm1) < 0 ||
100 crypto_bignum_rand(tmp, pm1) < 0 ||
106 crypto_bignum_deinit(pm1, 0);
  /src/crypto/external/apache2/openssl/dist/crypto/ffc/
ffc_params_generate.c 97 const BIGNUM *e, const BIGNUM *pm1,
115 if (!BN_add_word(hbn, 1) || BN_cmp(hbn, pm1) >= 0)
525 BIGNUM *tmp, *pm1, *e, *test; local
580 pm1 = BN_CTX_get(ctx);
745 if (!(BN_sub(pm1, p, BN_value_one()) && BN_div(e, NULL, pm1, q, ctx)))
762 if (!generate_unverifiable_g(ctx, mont, g, tmp, p, e, pm1, &hret))
  /src/crypto/external/bsd/openssl/dist/crypto/ffc/
ffc_params_generate.c 97 const BIGNUM *e,const BIGNUM *pm1,
115 if (!BN_add_word(hbn, 1) || BN_cmp(hbn, pm1) >= 0)
522 BIGNUM *tmp, *pm1, *e, *test; local
577 pm1 = BN_CTX_get(ctx);
742 if (!(BN_sub(pm1, p, BN_value_one()) && BN_div(e, NULL, pm1, q, ctx)))
759 if (!generate_unverifiable_g(ctx, mont, g, tmp, p, e, pm1, &hret))
  /src/external/bsd/ntp/dist/libntp/
authkeys.c 210 const uint8_t * pm1; local
235 pm1 = (const void*)&NSRCADR(a1);
247 pm1 = (const void*)&NSRCADR6(a1);
265 if (len && memcmp(pm1, pm2, len))
269 if (msk && ((pm1[len] ^ pm2[len]) & msk))
  /src/external/gpl3/binutils/dist/binutils/
debug.c 3336 struct debug_method_s **pm1, **pm2;
3338 for (pm1 = c1->methods, pm2 = c2->methods;
3339 *pm1 != NULL && *pm2 != NULL;
3340 ++pm1, ++pm2)
3344 m1 = *pm1;
3382 if (*pm1 != NULL || *pm2 != NULL)
3333 struct debug_method_s **pm1, **pm2; local
  /src/external/gpl3/binutils.old/dist/binutils/
debug.c 3331 struct debug_method_s **pm1, **pm2;
3333 for (pm1 = c1->methods, pm2 = c2->methods;
3334 *pm1 != NULL && *pm2 != NULL;
3335 ++pm1, ++pm2)
3339 m1 = *pm1;
3377 if (*pm1 != NULL || *pm2 != NULL)
3328 struct debug_method_s **pm1, **pm2; local
  /src/sys/fs/udf/
ecma167-udf.h 479 struct part_map_1 pm1; member in union:udf_pmap
  /src/external/bsd/ntp/dist/ntpq/
ntpq-subs.c 3028 const mru * pm1; local
3035 pm1 = *ppm1;
3038 af1 = AF(&pm1->addr);
3051 return memcmp((const char *)&pm1->addr + addr_off,
3078 const mru * pm1; local
3081 pm1 = *ppm1;
3084 return (pm1->count < pm2->count)
3086 : ((pm1->count == pm2->count)
3113 const mru * pm1; local
3119 pm1 = *ppm1
    [all...]

Completed in 23 milliseconds