Home | History | Annotate | Download | only in openssl

Lines Matching refs:BN_mod_sqrt

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,