Searched refs:BN_mod_lshift1_quick (Results 1 – 10 of 10) sorted by relevance
| /src/crypto/openssl/crypto/ec/ |
| H A D | ecp_smpl.c | 766 if (!BN_mod_lshift1_quick(n0, r->X, p)) in ossl_ec_GFp_simple_add() 842 if (!BN_mod_lshift1_quick(n1, n0, p)) in ossl_ec_GFp_simple_dbl() 858 if (!BN_mod_lshift1_quick(n0, n1, p)) in ossl_ec_GFp_simple_dbl() 869 if (!BN_mod_lshift1_quick(n1, n0, p)) in ossl_ec_GFp_simple_dbl() 892 if (!BN_mod_lshift1_quick(r->Z, n0, p)) in ossl_ec_GFp_simple_dbl() 907 if (!BN_mod_lshift1_quick(n0, n2, p)) in ossl_ec_GFp_simple_dbl() 1011 if (!BN_mod_lshift1_quick(tmp, Z4, p)) in ossl_ec_GFp_simple_is_on_curve() 1588 || !BN_mod_lshift1_quick(t5, t5, group->field) in ossl_ec_GFp_simple_ladder_step() 1613 || !BN_mod_lshift1_quick(t1, t1, group->field) in ossl_ec_GFp_simple_ladder_step() 1675 || !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()
|
| /src/crypto/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
|
| /src/crypto/openssl/util/ |
| H A D | missingcrypto.txt | 256 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:
|
| /src/crypto/openssl/include/openssl/ |
| H A D | bn.h | 290 int BN_mod_lshift1_quick(BIGNUM *r, const BIGNUM *a, const BIGNUM *m);
|
| /src/secure/lib/libcrypto/ |
| H A D | Version.map | 533 BN_mod_lshift1_quick;
|
| /src/crypto/openssl/ |
| H A D | CHANGES.md | 16171 BN_mod_lshift1_quick
|