Searched refs:EC_GROUP_get0_generator (Results 1 – 20 of 20) sorted by relevance
/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() 2124 if (!TEST_ptr(group_gen = EC_GROUP_get0_generator(group_nmd)) in ossl_parameter_test() 2126 group_nmd, EC_GROUP_get0_generator(group_nmd), in ossl_parameter_test() 2130 group_nmd, EC_GROUP_get0_generator(group_nmd), in ossl_parameter_test() 2298 EC_GROUP_get0_generator(g1), g1_x, g1_y, ctx)) in cardinality_test() 2466 || !TEST_ptr(G = EC_GROUP_get0_generator(group)) in ec_point_hex2point_test() 2766 || !TEST_true(EC_POINT_dbl(group, G2, EC_GROUP_get0_generator(group), in custom_generator_test() 2866 EC_GROUP_get0_generator(group), ctx)) in custom_params_test()
|
/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.
|
/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 | 436 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() 1412 const EC_POINT *point = EC_GROUP_get0_generator(group); in ec_group_explicit_to_named()
|
H A D | ec_mult.c | 463 generator = EC_GROUP_get0_generator(group); in ossl_ec_wNAF_mul() 838 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 | 823 generator = EC_GROUP_get0_generator(group); in ecp_nistz256_mult_precompute() 972 generator = EC_GROUP_get0_generator(group); in ecp_nistz256_points_mul() 1255 const EC_POINT *generator = EC_GROUP_get0_generator(group); in ecp_nistz256_window_have_precompute_mult()
|
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_curve.c | 3424 && ((generator = EC_GROUP_get0_generator(group)) != NULL) in ossl_ec_curve_nid_from_params()
|
H A D | ecp_sm2p256.c | 589 generator = EC_GROUP_get0_generator(group); in ecp_sm2p256_points_mul()
|
H A D | ec_asn1.c | 416 if ((point = EC_GROUP_get0_generator(group)) == NULL) { in EC_GROUP_get_ecparameters()
|
H A D | ecp_nistp224.c | 1494 p = EC_GROUP_get0_generator(group); in ossl_ec_GFp_nistp224_points_mul()
|
H A D | ecp_nistp384.c | 1791 p = EC_GROUP_get0_generator(group); in ossl_ec_GFp_nistp384_points_mul()
|
H A D | ecp_nistp521.c | 2000 p = EC_GROUP_get0_generator(group); in ossl_ec_GFp_nistp521_points_mul()
|
H A D | ecp_nistp256.c | 2112 p = EC_GROUP_get0_generator(group); in ossl_ec_GFp_nistp256_points_mul()
|
/openssl/crypto/sm2/ |
H A D | sm2_sign.c | 122 EC_GROUP_get0_generator(group), in ossl_sm2_compute_z_digest()
|
/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()
|
/openssl/include/openssl/ |
H A D | ec.h | 228 const EC_POINT *EC_GROUP_get0_generator(const EC_GROUP *group);
|
/openssl/util/ |
H A D | libcrypto.num | 347 EC_GROUP_get0_generator 354 3_0_0 EXIST::FUNCTION:EC
|
Completed in 102 milliseconds