Searched refs:BN_mod_sqrt (Results 1 - 5 of 5) sorted by relevance

/opensolaris-onvv-gate/usr/src/common/openssl/crypto/bn/
H A Dexpspeed.c303 if (!BN_mod_sqrt(r,a,c,ctx)) goto err;
304 if (!BN_mod_sqrt(r,b,c,ctx)) goto err;
H A Dbn_sqrt.c62 BIGNUM *BN_mod_sqrt(BIGNUM *in, const BIGNUM *a, const BIGNUM *p, BN_CTX *ctx) function
H A Dbn.h490 BIGNUM *BN_mod_sqrt(BIGNUM *ret,
H A Dbntest.c262 message(out,"BN_mod_sqrt");
1788 if (!BN_mod_sqrt(r, a, p, ctx)) goto err;
1795 fprintf(stderr, "BN_mod_sqrt failed: a = ");
/opensolaris-onvv-gate/usr/src/common/openssl/crypto/ec/
H A Decp_smpl.c715 if (!BN_mod_sqrt(y, tmp1, &group->field, ctx))
741 /* BN_mod_sqrt() should have cought this error (not a square) */

Completed in 182 milliseconds