Searched refs:BN_mod_lshift1_quick (Results 1 – 9 of 9) sorted by relevance
/openssl/crypto/ec/ |
H A D | ecp_smpl.c | 767 if (!BN_mod_lshift1_quick(n0, r->X, p)) in ossl_ec_GFp_simple_add() 843 if (!BN_mod_lshift1_quick(n1, n0, p)) in ossl_ec_GFp_simple_dbl() 859 if (!BN_mod_lshift1_quick(n0, n1, p)) in ossl_ec_GFp_simple_dbl() 870 if (!BN_mod_lshift1_quick(n1, n0, p)) in ossl_ec_GFp_simple_dbl() 893 if (!BN_mod_lshift1_quick(r->Z, n0, p)) in ossl_ec_GFp_simple_dbl() 908 if (!BN_mod_lshift1_quick(n0, n2, p)) in ossl_ec_GFp_simple_dbl() 1012 if (!BN_mod_lshift1_quick(tmp, Z4, p)) in ossl_ec_GFp_simple_is_on_curve() 1591 || !BN_mod_lshift1_quick(t5, t5, group->field) in ossl_ec_GFp_simple_ladder_step() 1616 || !BN_mod_lshift1_quick(t1, t1, group->field) in ossl_ec_GFp_simple_ladder_step() 1678 || !BN_mod_lshift1_quick(t4, p->Y, group->field) in ossl_ec_GFp_simple_ladder_post() [all …]
|
H A D | ecp_oct.c | 71 if (!BN_mod_lshift1_quick(tmp2, x, group->field)) in ossl_ec_GFp_simple_set_compressed_coordinates()
|
/openssl/crypto/bn/ |
H A D | bn_sqrt.c | 137 if (!BN_mod_lshift1_quick(t, A, p)) in BN_mod_sqrt()
|
H A D | bn_mod.c | 255 int BN_mod_lshift1_quick(BIGNUM *r, const BIGNUM *a, const BIGNUM *m) in BN_mod_lshift1_quick() function
|
/openssl/util/ |
H A D | missingcrypto.txt | 259 BN_mod_lshift1_quick(3)
|
H A D | missingcrypto111.txt | 289 BN_mod_lshift1_quick(3)
|
H A D | libcrypto.num | 889 BN_mod_lshift1_quick 912 3_0_0 EXIST::FUNCTION:
|
/openssl/include/openssl/ |
H A D | bn.h | 291 int BN_mod_lshift1_quick(BIGNUM *r, const BIGNUM *a, const BIGNUM *m);
|
/openssl/ |
H A D | CHANGES.md | 15492 BN_mod_lshift1_quick
|
Completed in 129 milliseconds