Home | History | Annotate | Download | only in openssl

Lines Matching refs:BN_lshift

444 /* BN_lshift sets |r| equal to |a| << n. The |a| and |r| arguments may be the
446 OPENSSL_EXPORT int BN_lshift(BIGNUM *r, const BIGNUM *a, int n);