Searched refs:EC_POINT_dbl (Results 1 – 12 of 12) sorted by relevance
| /freebsd/crypto/openssl/doc/man3/ |
| H A D | EC_POINT_add.pod | 5 EC_POINT_add, EC_POINT_dbl, EC_POINT_invert, EC_POINT_is_at_infinity, EC_POINT_is_on_curve, EC_POIN… 13 int EC_POINT_dbl(const EC_GROUP *group, EC_POINT *r, const EC_POINT *a, BN_CTX *ctx); 35 …the two points B<a> and B<b> and places the result in B<r>. Similarly EC_POINT_dbl doubles the poi… 68 The following functions return 1 on success or 0 on error: EC_POINT_add, EC_POINT_dbl, EC_POINT_inv…
|
| /freebsd/crypto/openssl/crypto/ec/ |
| H A D | ec_mult.c | 692 if (!EC_POINT_dbl(group, tmp, val_sub[i][0], ctx)) in ossl_ec_wNAF_mul() 709 if (!EC_POINT_dbl(group, r, r, ctx)) in ossl_ec_wNAF_mul() 905 if (!EC_POINT_dbl(group, tmp_point, base, ctx)) in ossl_ec_wNAF_precompute_mult() 930 if (!EC_POINT_dbl(group, base, tmp_point, ctx)) in ossl_ec_wNAF_precompute_mult() 933 if (!EC_POINT_dbl(group, base, base, ctx)) in ossl_ec_wNAF_precompute_mult()
|
| H A D | ec_local.h | 770 || !EC_POINT_dbl(group, r, s, ctx)) in ec_point_ladder_pre() 784 || !EC_POINT_dbl(group, r, r, ctx)) in ec_point_ladder_step()
|
| H A D | ecp_smpl.c | 624 return EC_POINT_dbl(group, r, a, ctx); in ossl_ec_GFp_simple_add() 713 ret = EC_POINT_dbl(group, r, a, ctx); in ossl_ec_GFp_simple_add()
|
| H A D | ec_lib.c | 955 int EC_POINT_dbl(const EC_GROUP *group, EC_POINT *r, const EC_POINT *a, in EC_POINT_dbl() function
|
| H A D | ecp_nistz256.c | 887 if (!EC_POINT_dbl(group, P, P, ctx)) in ecp_nistz256_mult_precompute()
|
| /freebsd/crypto/openssl/test/ |
| H A D | ectest.c | 121 || !TEST_true(EC_POINT_dbl(group, S, points[0], ctx)) in group_order_tests() 530 || !TEST_true(EC_POINT_dbl(group, P, P, ctx)) in prime_field_tests() 850 || !TEST_true(EC_POINT_dbl(group, P, P, ctx)) in char2_curve_test() 1351 || !TEST_true(EC_POINT_dbl(NISTP, P, G, ctx)) in nistp_single_test() 3146 || !TEST_true(EC_POINT_dbl(group, G2, EC_GROUP_get0_generator(group), in custom_generator_test() 3247 || !TEST_true(EC_POINT_dbl(group, G2, in custom_params_test()
|
| H A D | ec_internal_test.c | 284 || !TEST_true(EC_POINT_dbl(grp, R, P, ctx)) in underflow_test()
|
| /freebsd/crypto/openssl/include/openssl/ |
| H A D | ec.h | 817 int EC_POINT_dbl(const EC_GROUP *group, EC_POINT *r, const EC_POINT *a,
|
| /freebsd/secure/lib/libcrypto/ |
| H A D | Version.map | 1186 EC_POINT_dbl;
|
| /freebsd/secure/lib/libcrypto/man/man3/ |
| H A D | Makefile | 1681 MLINKS+= EC_POINT_add.3 EC_POINT_dbl.3
|
| /freebsd/crypto/openssl/util/ |
| H A D | libcrypto.num | 2367 EC_POINT_dbl 2419 3_0_0 EXIST::FUNCTION:EC
|