Home
last modified time | relevance | path

Searched refs:EC_GROUP_get0_generator (Results 1 - 25 of 34) sorted by relevance

12

/third_party/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()
/third_party/node/deps/openssl/openssl/crypto/ec/
H A Deck_prn.c139 if ((point = EC_GROUP_get0_generator(x)) == NULL) { in ECPKParameters_print()
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 Dec_lib.c433 const EC_POINT *EC_GROUP_get0_generator(const EC_GROUP *group) in EC_GROUP_get0_generator() function
675 if (r || EC_POINT_cmp(a, EC_GROUP_get0_generator(a), in EC_GROUP_cmp()
676 EC_GROUP_get0_generator(b), ctx) != 0) in EC_GROUP_cmp()
1409 const EC_POINT *point = EC_GROUP_get0_generator(group); in ec_group_explicit_to_named()
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_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()
/third_party/openssl/crypto/ec/
H A Deck_prn.c139 if ((point = EC_GROUP_get0_generator(x)) == NULL) { in ECPKParameters_print()
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 Dec_lib.c433 const EC_POINT *EC_GROUP_get0_generator(const EC_GROUP *group) in EC_GROUP_get0_generator() function
675 if (r || EC_POINT_cmp(a, EC_GROUP_get0_generator(a), in EC_GROUP_cmp()
676 EC_GROUP_get0_generator(b), ctx) != 0) in EC_GROUP_cmp()
1409 const EC_POINT *point = EC_GROUP_get0_generator(group); in ec_group_explicit_to_named()
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_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()
/third_party/rust/crates/rust-openssl/openssl-sys/src/handwritten/
H A Dec.rs36 pub fn EC_GROUP_get0_generator(group: *const EC_GROUP) -> *const EC_POINT; in EC_GROUP_get0_generator() functions
/third_party/rust/crates/rust-openssl/openssl/src/
H A Dec.rs249 #[corresponds(EC_GROUP_get0_generator)]
252 let ptr = ffi::EC_GROUP_get0_generator(self.as_ptr()); in generator()
/third_party/node/deps/openssl/openssl/crypto/sm2/
H A Dsm2_sign.c114 EC_GROUP_get0_generator(group), in ossl_sm2_compute_z_digest()
/third_party/openssl/crypto/sm2/
H A Dsm2_sign.c114 EC_GROUP_get0_generator(group), in ossl_sm2_compute_z_digest()
/third_party/node/deps/openssl/openssl/providers/implementations/encode_decode/
H A Dencode_key2text.c399 point = EC_GROUP_get0_generator(group); in ec_param_explicit_gen_to_text()
/third_party/openssl/providers/implementations/encode_decode/
H A Dencode_key2text.c399 point = EC_GROUP_get0_generator(group); in ec_param_explicit_gen_to_text()
/third_party/node/deps/openssl/openssl/include/openssl/
H A Dec.h225 const EC_POINT *EC_GROUP_get0_generator(const EC_GROUP *group);
/third_party/openssl/include/openssl/
H A Dec.h225 const EC_POINT *EC_GROUP_get0_generator(const EC_GROUP *group);
/third_party/openssl/ohos_lite/include/openssl/
H A Dec.h160 const EC_POINT *EC_GROUP_get0_generator(const EC_GROUP *group);

Completed in 33 milliseconds

12