Home | History | Annotate | Download | only in openssl

Lines Matching full:bn_exp

778 /* BN_exp sets |r| equal to |a|^{|p|}. It does so with a square-and-multiply
781 OPENSSL_EXPORT int BN_exp(BIGNUM *r, const BIGNUM *a, const BIGNUM *p,