Home
last modified time | relevance | path

Searched refs:EC_GROUP_get0_generator (Results 1 – 22 of 22) sorted by relevance

/freebsd/crypto/openssl/test/
H A Decstresstest.c79 || !TEST_ptr(point = EC_POINT_dup(EC_GROUP_get0_generator(group), in test_curve()
H A Dectest.c51 || !TEST_ptr(G = EC_GROUP_get0_generator(group)) in group_order_tests()
1522 || !TEST_ptr(group_gen = EC_GROUP_get0_generator(group)) in check_named_curve_test()
1856 || !TEST_ptr(group_gen = EC_GROUP_get0_generator(group)) in check_named_curve_from_ecparameters()
2186 EC_GROUP_get0_generator(g1), g1_x, g1_y, ctx)) in cardinality_test()
2354 || !TEST_ptr(G = EC_GROUP_get0_generator(group)) in ec_point_hex2point_test()
2654 || !TEST_true(EC_POINT_dbl(group, G2, EC_GROUP_get0_generator(group), in custom_generator_test()
2754 EC_GROUP_get0_generator(group), ctx)) in custom_params_test()
/freebsd/crypto/openssl/doc/man3/
H A DEC_GROUP_copy.pod7 EC_GROUP_get0_generator, EC_GROUP_get_order, EC_GROUP_get_cofactor,
28 const EC_POINT *EC_GROUP_get0_generator(const EC_GROUP *group);
88 EC_GROUP_get0_generator() returns the generator for the identified B<group>.
203 EC_GROUP_get0_generator() returns the generator for the given curve or NULL on error.
/freebsd/crypto/openssl/crypto/ec/
H A Deck_prn.c139 if ((point = EC_GROUP_get0_generator(x)) == NULL) { in ECPKParameters_print()
H A Dec_lib.c434 const EC_POINT *EC_GROUP_get0_generator(const EC_GROUP *group) in EC_GROUP_get0_generator() function
676 if (r || EC_POINT_cmp(a, EC_GROUP_get0_generator(a), in EC_GROUP_cmp()
677 EC_GROUP_get0_generator(b), ctx) != 0) in EC_GROUP_cmp()
1410 const EC_POINT *point = EC_GROUP_get0_generator(group); in ec_group_explicit_to_named()
H A Dec_mult.c469 generator = EC_GROUP_get0_generator(group); in ossl_ec_wNAF_mul()
849 generator = EC_GROUP_get0_generator(group); in ossl_ec_wNAF_precompute_mult()
H A Decp_s390x_nistp.c84 point_ptr = EC_GROUP_get0_generator(group); in ec_GFp_s390x_nistp_mul()
H A Decp_nistz256.c834 generator = EC_GROUP_get0_generator(group); in ecp_nistz256_mult_precompute()
985 generator = EC_GROUP_get0_generator(group); in ecp_nistz256_points_mul()
1277 const EC_POINT *generator = EC_GROUP_get0_generator(group); in ecp_nistz256_window_have_precompute_mult()
H A Dec_curve.c3391 && ((generator = EC_GROUP_get0_generator(group)) != NULL) in ossl_ec_curve_nid_from_params()
H A Dec_backend.c237 const EC_POINT *genpt = EC_GROUP_get0_generator(group); in ec_group_explicit_todata()
H A Dec_asn1.c418 if ((point = EC_GROUP_get0_generator(group)) == NULL) { in EC_GROUP_get_ecparameters()
H A Decp_nistp224.c1502 p = EC_GROUP_get0_generator(group); in ossl_ec_GFp_nistp224_points_mul()
H A Decp_nistp521.c2010 p = EC_GROUP_get0_generator(group); in ossl_ec_GFp_nistp521_points_mul()
H A Decp_nistp256.c2119 p = EC_GROUP_get0_generator(group); in ossl_ec_GFp_nistp256_points_mul()
/freebsd/crypto/openssl/crypto/sm2/
H A Dsm2_sign.c121 EC_GROUP_get0_generator(group), in ossl_sm2_compute_z_digest()
/freebsd/crypto/openssl/providers/implementations/encode_decode/
H A Dencode_key2text.c400 point = EC_GROUP_get0_generator(group); in ec_param_explicit_gen_to_text()
/freebsd/crypto/openssl/include/openssl/
H A Dec.h225 const EC_POINT *EC_GROUP_get0_generator(const EC_GROUP *group);
/freebsd/contrib/ldns/
H A Dkeys.c239 if(!EC_POINT_copy(pub_key, EC_GROUP_get0_generator(group))) { in ldns_EC_KEY_calc_public()
/freebsd/secure/lib/libcrypto/
H A DVersion.map1093 EC_GROUP_get0_generator;
/freebsd/contrib/wpa/src/crypto/
H A Dcrypto_openssl.c2431 EC_GROUP_get0_generator(e->group); in crypto_ec_get_generator()
/freebsd/secure/lib/libcrypto/man/man3/
H A DMakefile1407 MLINKS+= EC_GROUP_copy.3 EC_GROUP_get0_generator.3
/freebsd/crypto/openssl/util/
H A Dlibcrypto.num347 EC_GROUP_get0_generator 354 3_0_0 EXIST::FUNCTION:EC