Home | History | Annotate | Download | only in openssl

Lines Matching refs:BN_sqrt

426 /* BN_sqrt sets |*out_sqrt| (which may be the same |BIGNUM| as |in|) to the
430 OPENSSL_EXPORT int BN_sqrt(BIGNUM *out_sqrt, const BIGNUM *in, BN_CTX *ctx);