/freebsd/crypto/openssl/test/ |
H A D | ecstresstest.c | 79 || !TEST_ptr(point = EC_POINT_dup(EC_GROUP_get0_generator(group), in test_curve()
|
H A D | ectest.c | 51 || !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 D | EC_GROUP_copy.pod | 7 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 D | eck_prn.c | 139 if ((point = EC_GROUP_get0_generator(x)) == NULL) { in ECPKParameters_print()
|
H A D | ec_lib.c | 434 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 D | ec_mult.c | 469 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 D | ecp_s390x_nistp.c | 84 point_ptr = EC_GROUP_get0_generator(group); in ec_GFp_s390x_nistp_mul()
|
H A D | ecp_nistz256.c | 834 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 D | ec_curve.c | 3391 && ((generator = EC_GROUP_get0_generator(group)) != NULL) in ossl_ec_curve_nid_from_params()
|
H A D | ec_backend.c | 237 const EC_POINT *genpt = EC_GROUP_get0_generator(group); in ec_group_explicit_todata()
|
H A D | ec_asn1.c | 418 if ((point = EC_GROUP_get0_generator(group)) == NULL) { in EC_GROUP_get_ecparameters()
|
H A D | ecp_nistp224.c | 1502 p = EC_GROUP_get0_generator(group); in ossl_ec_GFp_nistp224_points_mul()
|
H A D | ecp_nistp521.c | 2010 p = EC_GROUP_get0_generator(group); in ossl_ec_GFp_nistp521_points_mul()
|
H A D | ecp_nistp256.c | 2119 p = EC_GROUP_get0_generator(group); in ossl_ec_GFp_nistp256_points_mul()
|
/freebsd/crypto/openssl/crypto/sm2/ |
H A D | sm2_sign.c | 121 EC_GROUP_get0_generator(group), in ossl_sm2_compute_z_digest()
|
/freebsd/crypto/openssl/providers/implementations/encode_decode/ |
H A D | encode_key2text.c | 400 point = EC_GROUP_get0_generator(group); in ec_param_explicit_gen_to_text()
|
/freebsd/crypto/openssl/include/openssl/ |
H A D | ec.h | 225 const EC_POINT *EC_GROUP_get0_generator(const EC_GROUP *group);
|
/freebsd/contrib/ldns/ |
H A D | keys.c | 239 if(!EC_POINT_copy(pub_key, EC_GROUP_get0_generator(group))) { in ldns_EC_KEY_calc_public()
|
/freebsd/secure/lib/libcrypto/ |
H A D | Version.map | 1093 EC_GROUP_get0_generator;
|
/freebsd/contrib/wpa/src/crypto/ |
H A D | crypto_openssl.c | 2431 EC_GROUP_get0_generator(e->group); in crypto_ec_get_generator()
|
/freebsd/secure/lib/libcrypto/man/man3/ |
H A D | Makefile | 1407 MLINKS+= EC_GROUP_copy.3 EC_GROUP_get0_generator.3
|
/freebsd/crypto/openssl/util/ |
H A D | libcrypto.num | 347 EC_GROUP_get0_generator 354 3_0_0 EXIST::FUNCTION:EC
|