HomeSort by relevance Sort by last modified time
    Searched refs:BN_mod_sqrt (Results 1 - 10 of 10) sorted by null

  /external/chromium_org/third_party/boringssl/src/crypto/bn/
sqrt.c 65 BIGNUM *BN_mod_sqrt(BIGNUM *in, const BIGNUM *a, const BIGNUM *p, BN_CTX *ctx) {
89 OPENSSL_PUT_ERROR(BN, BN_mod_sqrt, BN_R_P_IS_NOT_PRIME);
263 OPENSSL_PUT_ERROR(BN, BN_mod_sqrt, BN_R_P_IS_NOT_PRIME);
274 OPENSSL_PUT_ERROR(BN, BN_mod_sqrt, BN_R_TOO_MANY_ITERATIONS);
289 OPENSSL_PUT_ERROR(BN, BN_mod_sqrt, BN_R_P_IS_NOT_PRIME);
380 OPENSSL_PUT_ERROR(BN, BN_mod_sqrt, BN_R_NOT_A_SQUARE);
416 OPENSSL_PUT_ERROR(BN, BN_mod_sqrt, BN_R_NOT_A_SQUARE);
bn_test.c 268 message(out, "BN_mod_sqrt");
1239 if (!BN_mod_sqrt(r, a, p, ctx))
1248 fprintf(stderr, "BN_mod_sqrt failed: a = ");
  /external/openssl/crypto/bn/
expspeed.c 303 if (!BN_mod_sqrt(r,a,c,ctx)) goto err;
304 if (!BN_mod_sqrt(r,b,c,ctx)) goto err;
bn_sqrt.c 62 BIGNUM *BN_mod_sqrt(BIGNUM *in, const BIGNUM *a, const BIGNUM *p, BN_CTX *ctx)
bn.h 538 BIGNUM *BN_mod_sqrt(BIGNUM *ret,
    [all...]
bntest.c 262 message(out,"BN_mod_sqrt");
    [all...]
  /external/openssl/crypto/ec/
ecp_oct.c 149 if (!BN_mod_sqrt(y, tmp1, &group->field, ctx))
175 /* BN_mod_sqrt() should have cought this error (not a square) */
  /external/chromium_org/third_party/boringssl/src/crypto/ec/
oct.c 421 if (!BN_mod_sqrt(y, tmp1, &group->field, ctx)) {
447 /* BN_mod_sqrt() should have cought this error (not a square) */
  /external/chromium_org/third_party/boringssl/src/include/openssl/
bn.h 530 /* BN_mod_sqrt returns a |BIGNUM|, r, such that r^2 == a (mod p). */
531 OPENSSL_EXPORT BIGNUM *BN_mod_sqrt(BIGNUM *in, const BIGNUM *a, const BIGNUM *p,
    [all...]
  /external/openssl/include/openssl/
bn.h 538 BIGNUM *BN_mod_sqrt(BIGNUM *ret,
    [all...]

Completed in 418 milliseconds