/third_party/rust/crates/rust-openssl/openssl/src/ |
H A D | ec.rs | 809 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 D | sm2_internal_test.c | 156 key = EC_KEY_new(); in test_sm2_crypt() 324 key = EC_KEY_new(); in test_sm2_sign()
|
H A D | ec_internal_test.c | 388 || !TEST_ptr(key = EC_KEY_new()) in decoded_flag_test()
|
H A D | ectest.c | 2824 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 D | x_all.c | 406 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 D | x_all.c | 406 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 D | ec_pmeth.c | 442 ec = EC_KEY_new(); in pkey_ec_paramgen() 461 ec = EC_KEY_new(); in pkey_ec_keygen()
|
H A D | ec_ameth.c | 246 to->pkey.ec = EC_KEY_new(); in ec_copy_parameters()
|
H A D | ec_asn1.c | 947 if ((ret = EC_KEY_new()) == NULL) { in d2i_ECPrivateKey() 1112 if ((ret = EC_KEY_new()) == NULL) { in d2i_ECParameters()
|
H A D | ec_key.c | 33 EC_KEY *EC_KEY_new(void) in EC_KEY_new() function
|
/third_party/openssl/crypto/ec/ |
H A D | ec_pmeth.c | 442 ec = EC_KEY_new(); in pkey_ec_paramgen() 461 ec = EC_KEY_new(); in pkey_ec_keygen()
|
H A D | ec_ameth.c | 246 to->pkey.ec = EC_KEY_new(); in ec_copy_parameters()
|
H A D | ec_asn1.c | 947 if ((ret = EC_KEY_new()) == NULL) { in d2i_ECPrivateKey() 1112 if ((ret = EC_KEY_new()) == NULL) { in d2i_ECParameters()
|
H A D | ec_key.c | 33 EC_KEY *EC_KEY_new(void) in EC_KEY_new() function
|
/third_party/rust/crates/rust-openssl/openssl-sys/src/handwritten/ |
H A D | ec.rs | 195 pub fn EC_KEY_new() -> *mut EC_KEY; in EC_KEY_new() functions
|
/third_party/node/deps/openssl/openssl/include/openssl/ |
H A D | ec.h | 968 OSSL_DEPRECATEDIN_3_0 EC_KEY *EC_KEY_new(void);
|
/third_party/openssl/include/openssl/ |
H A D | ec.h | 968 OSSL_DEPRECATEDIN_3_0 EC_KEY *EC_KEY_new(void);
|
/third_party/openssl/ohos_lite/include/openssl/ |
H A D | ec.h | 827 EC_KEY *EC_KEY_new(void);
|
/third_party/node/src/crypto/ |
H A D | crypto_ec.cc | 731 ECKeyPointer ec(EC_KEY_new()); in DoExport()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/crypto/ |
H A D | crypto_openssl.c | 2407 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 D | dpp.c | 553 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()
|