Home
last modified time | relevance | path

Searched refs:BN_mod_lshift_quick (Results 1 – 4 of 4) sorted by relevance

/external/openssl/crypto/bn/
Dbn_mod.c245 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
Dbn.h481 int BN_mod_lshift_quick(BIGNUM *r, const BIGNUM *a, int n, const BIGNUM *m);
/external/openssl/crypto/ec/
Decp_smpl.c894 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/
Dbn.h481 int BN_mod_lshift_quick(BIGNUM *r, const BIGNUM *a, int n, const BIGNUM *m);