Home
last modified time | relevance | path

Searched refs:EC_KEY_new (Results 1 - 21 of 21) sorted by relevance

/third_party/rust/crates/rust-openssl/openssl/src/
H A Dec.rs809 cvt_p(ffi::EC_KEY_new()) in from_group()
852 cvt_p(ffi::EC_KEY_new()) in from_public_key()
875 cvt_p(ffi::EC_KEY_new()) in from_public_key_affine_coordinates()
942 cvt_p(ffi::EC_KEY_new()) in generate()
959 cvt_p(ffi::EC_KEY_new()) in from_private_components()
/third_party/openssl/test/
H A Dsm2_internal_test.c156 key = EC_KEY_new(); in test_sm2_crypt()
324 key = EC_KEY_new(); in test_sm2_sign()
H A Dec_internal_test.c388 || !TEST_ptr(key = EC_KEY_new()) in decoded_flag_test()
H A Dectest.c2824 if (!TEST_ptr(eckey1 = EC_KEY_new()) in custom_params_test()
2827 || !TEST_ptr(eckey2 = EC_KEY_new()) in custom_params_test()
/third_party/node/deps/openssl/openssl/crypto/x509/
H A Dx_all.c406 return ASN1_d2i_fp_of(EC_KEY, EC_KEY_new, d2i_EC_PUBKEY, fp, eckey); in d2i_EC_PUBKEY_fp()
416 return ASN1_d2i_fp_of(EC_KEY, EC_KEY_new, d2i_ECPrivateKey, fp, eckey); in d2i_ECPrivateKey_fp()
426 return ASN1_d2i_bio_of(EC_KEY, EC_KEY_new, d2i_EC_PUBKEY, bp, eckey); in d2i_EC_PUBKEY_bio()
436 return ASN1_d2i_bio_of(EC_KEY, EC_KEY_new, d2i_ECPrivateKey, bp, eckey); in d2i_ECPrivateKey_bio()
/third_party/openssl/crypto/x509/
H A Dx_all.c406 return ASN1_d2i_fp_of(EC_KEY, EC_KEY_new, d2i_EC_PUBKEY, fp, eckey); in d2i_EC_PUBKEY_fp()
416 return ASN1_d2i_fp_of(EC_KEY, EC_KEY_new, d2i_ECPrivateKey, fp, eckey); in d2i_ECPrivateKey_fp()
426 return ASN1_d2i_bio_of(EC_KEY, EC_KEY_new, d2i_EC_PUBKEY, bp, eckey); in d2i_EC_PUBKEY_bio()
436 return ASN1_d2i_bio_of(EC_KEY, EC_KEY_new, d2i_ECPrivateKey, bp, eckey); in d2i_ECPrivateKey_bio()
/third_party/node/deps/openssl/openssl/crypto/ec/
H A Dec_pmeth.c442 ec = EC_KEY_new(); in pkey_ec_paramgen()
461 ec = EC_KEY_new(); in pkey_ec_keygen()
H A Dec_ameth.c246 to->pkey.ec = EC_KEY_new(); in ec_copy_parameters()
H A Dec_asn1.c947 if ((ret = EC_KEY_new()) == NULL) { in d2i_ECPrivateKey()
1112 if ((ret = EC_KEY_new()) == NULL) { in d2i_ECParameters()
H A Dec_key.c33 EC_KEY *EC_KEY_new(void) in EC_KEY_new() function
/third_party/openssl/crypto/ec/
H A Dec_pmeth.c442 ec = EC_KEY_new(); in pkey_ec_paramgen()
461 ec = EC_KEY_new(); in pkey_ec_keygen()
H A Dec_ameth.c246 to->pkey.ec = EC_KEY_new(); in ec_copy_parameters()
H A Dec_asn1.c947 if ((ret = EC_KEY_new()) == NULL) { in d2i_ECPrivateKey()
1112 if ((ret = EC_KEY_new()) == NULL) { in d2i_ECParameters()
H A Dec_key.c33 EC_KEY *EC_KEY_new(void) in EC_KEY_new() function
/third_party/rust/crates/rust-openssl/openssl-sys/src/handwritten/
H A Dec.rs195 pub fn EC_KEY_new() -> *mut EC_KEY; in EC_KEY_new() functions
/third_party/node/deps/openssl/openssl/include/openssl/
H A Dec.h968 OSSL_DEPRECATEDIN_3_0 EC_KEY *EC_KEY_new(void);
/third_party/openssl/include/openssl/
H A Dec.h968 OSSL_DEPRECATEDIN_3_0 EC_KEY *EC_KEY_new(void);
/third_party/openssl/ohos_lite/include/openssl/
H A Dec.h827 EC_KEY *EC_KEY_new(void);
/third_party/node/src/crypto/
H A Dcrypto_ec.cc731 ECKeyPointer ec(EC_KEY_new()); in DoExport()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/crypto/
H A Dcrypto_openssl.c2407 eckey = EC_KEY_new(); in crypto_ec_key_set_pub()
2447 eckey = EC_KEY_new(); in crypto_ec_key_set_pub_point()
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/common/
H A Ddpp.c553 eckey = EC_KEY_new(); in dpp_set_pubkey_point_group()
7384 X_ec = EC_KEY_new(); in dpp_pkex_rx_exchange_req()
7709 Y_ec = EC_KEY_new(); in dpp_pkex_rx_exchange_resp()

Completed in 38 milliseconds