/third_party/node/deps/openssl/openssl/crypto/ec/ |
H A D | eck_prn.c | 134 if (!EC_GROUP_get_curve(x, p, a, b, ctx)) { in ECPKParameters_print()
|
H A D | ec_asn1.c | 212 if (!EC_GROUP_get_curve(group, tmp, NULL, NULL, NULL)) { in ec_asn1_group2fieldid() 325 if (!EC_GROUP_get_curve(group, NULL, tmp_1, tmp_2, NULL)) { in ec_asn1_group2curve()
|
H A D | ec_lib.c | 565 int EC_GROUP_get_curve(const EC_GROUP *group, BIGNUM *p, BIGNUM *a, BIGNUM *b, in EC_GROUP_get_curve() function 585 return EC_GROUP_get_curve(group, p, a, b, ctx); in EC_GROUP_get_curve_GFp() 598 return EC_GROUP_get_curve(group, p, a, b, ctx); in EC_GROUP_get_curve_GF2m()
|
H A D | ec_backend.c | 197 if (!EC_GROUP_get_curve(group, p, a, b, bnctx)) { in ec_group_explicit_todata()
|
H A D | ec_curve.c | 3390 if (!(EC_GROUP_get_curve(group, bn[0], bn[1], bn[2], ctx) in ossl_ec_curve_nid_from_params()
|
/third_party/openssl/crypto/ec/ |
H A D | eck_prn.c | 134 if (!EC_GROUP_get_curve(x, p, a, b, ctx)) { in ECPKParameters_print()
|
H A D | ec_asn1.c | 212 if (!EC_GROUP_get_curve(group, tmp, NULL, NULL, NULL)) { in ec_asn1_group2fieldid() 325 if (!EC_GROUP_get_curve(group, NULL, tmp_1, tmp_2, NULL)) { in ec_asn1_group2curve()
|
H A D | ec_lib.c | 565 int EC_GROUP_get_curve(const EC_GROUP *group, BIGNUM *p, BIGNUM *a, BIGNUM *b, in EC_GROUP_get_curve() function 585 return EC_GROUP_get_curve(group, p, a, b, ctx); in EC_GROUP_get_curve_GFp() 598 return EC_GROUP_get_curve(group, p, a, b, ctx); in EC_GROUP_get_curve_GF2m()
|
H A D | ec_backend.c | 197 if (!EC_GROUP_get_curve(group, p, a, b, bnctx)) { in ec_group_explicit_todata()
|
H A D | ec_curve.c | 3390 if (!(EC_GROUP_get_curve(group, bn[0], bn[1], bn[2], ctx) in ossl_ec_curve_nid_from_params()
|
/third_party/openssl/test/ |
H A D | ectest.c | 182 || !TEST_true(EC_GROUP_get_curve(group, p, a, b, ctx))) in prime_field_tests() 955 || !TEST_true(EC_GROUP_get_curve(group, p, a, b, ctx))) in char2_field_tests() 1525 || !TEST_true(EC_GROUP_get_curve(group, group_p, group_a, group_b, NULL)) in check_named_curve_test() 2184 || !TEST_true(EC_GROUP_get_curve(g1, g1_p, g1_a, g1_b, ctx)) in cardinality_test() 2433 if (!TEST_true(EC_GROUP_get_curve(group, p, a, b, ctx)) in do_test_custom_explicit_fromdata() 2750 if (!TEST_true(EC_GROUP_get_curve(group, p, a, b, ctx)) in custom_params_test()
|
H A D | evp_pkey_provided_test.c | 1286 || !TEST_true(EC_GROUP_get_curve(group, group_p, group_a, group_b, NULL))) in test_fromdata_ec()
|
/third_party/node/deps/openssl/openssl/crypto/sm2/ |
H A D | sm2_crypt.c | 58 if (!EC_GROUP_get_curve(group, p, a, b, NULL))
|
H A D | sm2_sign.c | 97 if (!EC_GROUP_get_curve(group, p, a, b, ctx)) { in ossl_sm2_compute_z_digest()
|
/third_party/openssl/crypto/sm2/ |
H A D | sm2_crypt.c | 58 if (!EC_GROUP_get_curve(group, p, a, b, NULL))
|
H A D | sm2_sign.c | 97 if (!EC_GROUP_get_curve(group, p, a, b, ctx)) { in ossl_sm2_compute_z_digest()
|
/third_party/node/deps/openssl/openssl/providers/implementations/encode_decode/ |
H A D | encode_key2text.c | 371 || !EC_GROUP_get_curve(group, p, a, b, ctx)) in ec_param_explicit_curve_to_text()
|
/third_party/openssl/providers/implementations/encode_decode/ |
H A D | encode_key2text.c | 371 || !EC_GROUP_get_curve(group, p, a, b, ctx)) in ec_param_explicit_curve_to_text()
|
/third_party/node/deps/openssl/openssl/include/openssl/ |
H A D | ec.h | 326 int EC_GROUP_get_curve(const EC_GROUP *group, BIGNUM *p, BIGNUM *a, BIGNUM *b, 345 /** Gets the parameters of an ec curve. Synonym for EC_GROUP_get_curve 375 /** Gets the parameters of an ec curve. Synonym for EC_GROUP_get_curve
|
/third_party/openssl/include/openssl/ |
H A D | ec.h | 326 int EC_GROUP_get_curve(const EC_GROUP *group, BIGNUM *p, BIGNUM *a, BIGNUM *b, 345 /** Gets the parameters of an ec curve. Synonym for EC_GROUP_get_curve 375 /** Gets the parameters of an ec curve. Synonym for EC_GROUP_get_curve
|
/third_party/openssl/ohos_lite/include/openssl/ |
H A D | ec.h | 249 int EC_GROUP_get_curve(const EC_GROUP *group, BIGNUM *p, BIGNUM *a, BIGNUM *b, 265 /** Gets the parameters of an ec curve. Synonym for EC_GROUP_get_curve 292 /** Gets the parameters of an ec curve. Synonym for EC_GROUP_get_curve
|