Searched refs:EC_POINT_set_to_infinity (Results 1 – 14 of 14) sorted by relevance
| /freebsd/crypto/openssl/doc/man3/ |
| H A D | EC_POINT_new.pod | 13 EC_POINT_set_to_infinity, 41 int EC_POINT_set_to_infinity(const EC_GROUP *group, EC_POINT *point); 125 be at infinity by calling EC_POINT_set_to_infinity(). 225 EC_POINT_set_to_infinity(), EC_POINT_set_Jprojective_coordinates_GFp(),
|
| /freebsd/crypto/openssl/crypto/ec/ |
| H A D | ec2_oct.c | 304 return EC_POINT_set_to_infinity(group, point); in ossl_ec_GF2m_simple_oct2point()
|
| H A D | ec_mult.c | 154 return EC_POINT_set_to_infinity(group, r); in ossl_ec_scalar_mul_ladder() 762 if (!EC_POINT_set_to_infinity(group, r)) in ossl_ec_wNAF_mul()
|
| H A D | ecp_oct.c | 308 return EC_POINT_set_to_infinity(group, point); in ossl_ec_GFp_simple_oct2point()
|
| H A D | ec_key.c | 394 EC_POINT_set_to_infinity(group, eckey->pub_key); in ec_generate_key() 435 EC_POINT_set_to_infinity(eckey->group, eckey->pub_key); in ossl_ec_generate_key_dhkem()
|
| H A D | ecp_s390x_nistp.c | 95 rc = EC_POINT_set_to_infinity(group, r); in ec_GFp_s390x_nistp_mul()
|
| H A D | ec_lib.c | 814 int EC_POINT_set_to_infinity(const EC_GROUP *group, EC_POINT *point) in EC_POINT_set_to_infinity() function 1086 return EC_POINT_set_to_infinity(group, r); in EC_POINTs_mul() 1133 return EC_POINT_set_to_infinity(group, r); in EC_POINT_mul()
|
| H A D | ec2_smpl.c | 431 if (!EC_POINT_set_to_infinity(group, r)) in ossl_ec_GF2m_simple_add() 808 return EC_POINT_set_to_infinity(group, r); in ec_GF2m_simple_ladder_post()
|
| H A D | ecp_smpl.c | 1656 return EC_POINT_set_to_infinity(group, r); in ossl_ec_GFp_simple_ladder_post()
|
| /freebsd/crypto/openssl/include/openssl/ |
| H A D | ec.h | 595 int EC_POINT_set_to_infinity(const EC_GROUP *group, EC_POINT *point);
|
| /freebsd/crypto/openssl/test/ |
| H A D | ectest.c | 194 || !TEST_true(EC_POINT_set_to_infinity(group, P)) in prime_field_tests() 955 || !TEST_true(EC_POINT_set_to_infinity(group, P)) in char2_field_tests() 2798 || !TEST_true(EC_POINT_set_to_infinity(group, Pinf))) in ec_point_hex2point_test_helper()
|
| /freebsd/secure/lib/libcrypto/ |
| H A D | Version.map | 1210 EC_POINT_set_to_infinity;
|
| /freebsd/secure/lib/libcrypto/man/man3/ |
| H A D | Makefile | 1712 MLINKS+= EC_POINT_new.3 EC_POINT_set_to_infinity.3
|
| /freebsd/crypto/openssl/util/ |
| H A D | libcrypto.num | 281 EC_POINT_set_to_infinity 287 3_0_0 EXIST::FUNCTION:EC
|