Searched refs:BN_mod_lshift_quick (Results 1 – 4 of 4) sorted by relevance
/external/openssl/crypto/bn/ |
D | bn_mod.c | 245 ret = BN_mod_lshift_quick(r, r, n, (abs_m ? abs_m : m)); in BN_mod_lshift() 256 int BN_mod_lshift_quick(BIGNUM *r, const BIGNUM *a, int n, const BIGNUM *m) in BN_mod_lshift_quick() function
|
D | bn.h | 481 int BN_mod_lshift_quick(BIGNUM *r, const BIGNUM *a, int n, const BIGNUM *m);
|
/external/openssl/crypto/ec/ |
D | ecp_smpl.c | 894 if (!BN_mod_lshift_quick(n2, n2, 2, p)) goto err; in ec_GFp_simple_dbl() 905 if (!BN_mod_lshift_quick(n3, n0, 3, p)) goto err; in ec_GFp_simple_dbl()
|
/external/openssl/include/openssl/ |
D | bn.h | 481 int BN_mod_lshift_quick(BIGNUM *r, const BIGNUM *a, int n, const BIGNUM *m);
|