Home
last modified time | relevance | path

Searched refs:EC_POINT_dbl (Results 1 – 10 of 10) sorted by relevance

/freebsd-12-stable/crypto/openssl/doc/man3/
DEC_POINT_add.pod5 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);
31 …the two points B<a> and B<b> and places the result in B<r>. Similarly EC_POINT_dbl doubles the poi…
60 The following functions return 1 on success or 0 on error: EC_POINT_add, EC_POINT_dbl, EC_POINT_inv…
/freebsd-12-stable/crypto/openssl/crypto/ec/
Dec_mult.c698 if (!EC_POINT_dbl(group, tmp, val_sub[i][0], ctx)) in ec_wNAF_mul()
715 if (!EC_POINT_dbl(group, r, r, ctx)) in ec_wNAF_mul()
909 if (!EC_POINT_dbl(group, tmp_point, base, ctx)) in ec_wNAF_precompute_mult()
934 if (!EC_POINT_dbl(group, base, tmp_point, ctx)) in ec_wNAF_precompute_mult()
937 if (!EC_POINT_dbl(group, base, base, ctx)) in ec_wNAF_precompute_mult()
Dec_local.h712 || !EC_POINT_dbl(group, r, s, ctx)) in ec_point_ladder_pre()
726 || !EC_POINT_dbl(group, r, r, ctx)) in ec_point_ladder_step()
Decp_smpl.c621 return EC_POINT_dbl(group, r, a, ctx); in ec_GFp_simple_add()
710 ret = EC_POINT_dbl(group, r, a, ctx); in ec_GFp_simple_add()
Dec_lib.c890 int EC_POINT_dbl(const EC_GROUP *group, EC_POINT *r, const EC_POINT *a, in EC_POINT_dbl() function
Decp_nistz256.c904 if (!EC_POINT_dbl(group, P, P, ctx)) in ecp_nistz256_mult_precompute()
/freebsd-12-stable/crypto/openssl/include/openssl/
Dec.h690 int EC_POINT_dbl(const EC_GROUP *group, EC_POINT *r, const EC_POINT *a,
/freebsd-12-stable/secure/lib/libcrypto/
DVersion.map1188 EC_POINT_dbl;
/freebsd-12-stable/crypto/openssl/crypto/err/
Dopenssl.txt621 EC_F_EC_POINT_DBL:115:EC_POINT_dbl
/freebsd-12-stable/secure/lib/libcrypto/man/man3/
DMakefile1221 MLINKS+= EC_POINT_add.3 EC_POINT_dbl.3