Home
last modified time | relevance | path

Searched refs:EC_POINT_invert (Results 1 – 8 of 8) sorted by relevance

/openssl/doc/man3/
H A 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…
14 int EC_POINT_invert(const EC_GROUP *group, EC_POINT *a, BN_CTX *ctx);
38 EC_POINT_invert calculates the inverse of the supplied point B<a>. The result is placed back in B<a…
68 …tions return 1 on success or 0 on error: EC_POINT_add, EC_POINT_dbl, EC_POINT_invert, EC_POINT_mak…
/openssl/crypto/ec/
H A Dec_mult.c741 if (!EC_POINT_invert(group, r, ctx)) in ossl_ec_wNAF_mul()
782 if (!EC_POINT_invert(group, r, ctx)) in ossl_ec_wNAF_mul()
H A Dec2_smpl.c817 || !EC_POINT_invert(group, r, ctx)) { in ec_GF2m_simple_ladder_post()
H A Dec_lib.c966 int EC_POINT_invert(const EC_GROUP *group, EC_POINT *a, BN_CTX *ctx) in EC_POINT_invert() function
H A Decp_smpl.c1663 || !EC_POINT_invert(group, r, ctx)) in ossl_ec_GFp_simple_ladder_post()
/openssl/test/
H A Dectest.c72 || !TEST_true(EC_POINT_invert(group, Q, ctx)) in group_order_tests()
272 if (!TEST_true(EC_POINT_invert(group, P, ctx)) in prime_field_tests()
534 || !TEST_true(EC_POINT_invert(group, Q, ctx)) /* P = -2Q */ in prime_field_tests()
864 || !TEST_true(EC_POINT_invert(group, Q, ctx)) /* P = -2Q */ in char2_curve_test()
1063 if (!TEST_true(EC_POINT_invert(group, P, ctx)) in char2_field_tests()
1423 || !TEST_true(EC_POINT_invert(NISTP, P, ctx)) in nistp_single_test()
/openssl/include/openssl/
H A Dec.h818 int EC_POINT_invert(const EC_GROUP *group, EC_POINT *a, BN_CTX *ctx);
/openssl/util/
H A Dlibcrypto.num3587 EC_POINT_invert 3670 3_0_0 EXIST::FUNCTION:EC

Completed in 85 milliseconds