Home
last modified time | relevance | path

Searched refs:EC_GROUP_get0_seed (Results 1 - 14 of 14) sorted by relevance

/third_party/node/deps/openssl/openssl/crypto/ec/
H A Deck_prn.c158 if ((seed = EC_GROUP_get0_seed(x)) != NULL) in ECPKParameters_print()
H A Dec_backend.c271 unsigned char *seed = EC_GROUP_get0_seed(group); in ec_group_explicit_todata()
H A Dec_lib.c545 unsigned char *EC_GROUP_get0_seed(const EC_GROUP *group) in EC_GROUP_get0_seed() function
1411 int no_seed = (EC_GROUP_get0_seed(group) == NULL); in ec_group_explicit_to_named()
H A Dec_curve.c3359 seed = EC_GROUP_get0_seed(group); in ossl_ec_curve_nid_from_params()
/third_party/openssl/crypto/ec/
H A Deck_prn.c158 if ((seed = EC_GROUP_get0_seed(x)) != NULL) in ECPKParameters_print()
H A Dec_backend.c271 unsigned char *seed = EC_GROUP_get0_seed(group); in ec_group_explicit_todata()
H A Dec_lib.c545 unsigned char *EC_GROUP_get0_seed(const EC_GROUP *group) in EC_GROUP_get0_seed() function
1411 int no_seed = (EC_GROUP_get0_seed(group) == NULL); in ec_group_explicit_to_named()
H A Dec_curve.c3359 seed = EC_GROUP_get0_seed(group); in ossl_ec_curve_nid_from_params()
/third_party/node/deps/openssl/openssl/providers/implementations/encode_decode/
H A Dencode_key2text.c447 seed = EC_GROUP_get0_seed(group); in ec_param_explicit_to_text()
/third_party/openssl/providers/implementations/encode_decode/
H A Dencode_key2text.c447 seed = EC_GROUP_get0_seed(group); in ec_param_explicit_to_text()
/third_party/openssl/test/
H A Dectest.c2441 if (EC_GROUP_get0_seed(group) != NULL) { in do_test_custom_explicit_fromdata()
2443 OSSL_PKEY_PARAM_EC_SEED, EC_GROUP_get0_seed(group), in do_test_custom_explicit_fromdata()
2511 if (EC_GROUP_get0_seed(group) != NULL) { in do_test_custom_explicit_fromdata()
2514 || !TEST_mem_eq(buf, buf_len, EC_GROUP_get0_seed(group), in do_test_custom_explicit_fromdata()
/third_party/node/deps/openssl/openssl/include/openssl/
H A Dec.h299 unsigned char *EC_GROUP_get0_seed(const EC_GROUP *x);
/third_party/openssl/include/openssl/
H A Dec.h299 unsigned char *EC_GROUP_get0_seed(const EC_GROUP *x);
/third_party/openssl/ohos_lite/include/openssl/
H A Dec.h222 unsigned char *EC_GROUP_get0_seed(const EC_GROUP *x);

Completed in 28 milliseconds