Searched refs:BN_mod_lshift_quick (Results 1 – 7 of 7) sorted by relevance
/openssl/crypto/bn/ |
H A D | bn_mod.c | 281 ret = BN_mod_lshift_quick(r, r, n, (abs_m ? abs_m : m)); in BN_mod_lshift() 292 int BN_mod_lshift_quick(BIGNUM *r, const BIGNUM *a, int n, const BIGNUM *m) in BN_mod_lshift_quick() function
|
/openssl/crypto/ec/ |
H A D | ecp_smpl.c | 903 if (!BN_mod_lshift_quick(n2, n2, 2, p)) in ossl_ec_GFp_simple_dbl() 919 if (!BN_mod_lshift_quick(n3, n0, 3, p)) in ossl_ec_GFp_simple_dbl() 1510 || !BN_mod_lshift_quick(t5, t5, 3, group->field) in ossl_ec_GFp_simple_ladder_pre() 1517 || !BN_mod_lshift_quick(r->Z, t2, 2, group->field)) in ossl_ec_GFp_simple_ladder_pre() 1589 || !BN_mod_lshift_quick(t2, group->b, 2, group->field) in ossl_ec_GFp_simple_ladder_step()
|
/openssl/util/ |
H A D | missingcrypto.txt | 260 BN_mod_lshift_quick(3)
|
H A D | missingcrypto111.txt | 290 BN_mod_lshift_quick(3)
|
H A D | libcrypto.num | 1950 BN_mod_lshift_quick 1997 3_0_0 EXIST::FUNCTION:
|
/openssl/include/openssl/ |
H A D | bn.h | 294 int BN_mod_lshift_quick(BIGNUM *r, const BIGNUM *a, int n, const BIGNUM *m);
|
/openssl/ |
H A D | CHANGES.md | 15494 BN_mod_lshift_quick
|
Completed in 148 milliseconds