Home
last modified time | relevance | path

Searched refs:EC_KEY_new_by_curve_name (Results 1 - 24 of 24) sorted by relevance

/third_party/openssl/test/
H A Decdsatest.c111 || !TEST_ptr(key = EC_KEY_new_by_curve_name(nid)) in x9_62_tests()
228 || !TEST_ptr(eckey = EC_KEY_new_by_curve_name(nid)) in test_builtin()
233 || !TEST_ptr(eckey_neg = EC_KEY_new_by_curve_name(nid)) in test_builtin()
360 ret = TEST_ptr(eckey = EC_KEY_new_by_curve_name(NID_X9_62_prime256v1)) in test_ecdsa_sig_NULL()
H A Dec_internal_test.c320 key = EC_KEY_new_by_curve_name(NID_secp224r1); in set_private_key()
321 aux_key = EC_KEY_new_by_curve_name(NID_secp224r1); in set_private_key()
H A Dectest.c2247 || !TEST_ptr(key = EC_KEY_new_by_curve_name(curves[id].nid)) in check_ec_key_field_public_range_test()
H A Devp_extra_test.c1070 eckey = EC_KEY_new_by_curve_name(NID_X9_62_prime256v1); in test_EC_priv_only_legacy()
3448 || !TEST_ptr((ec = EC_KEY_new_by_curve_name(nid))) in test_ecpub()
/third_party/libwebsockets/lib/tls/openssl/
H A Dlws-genec.c125 EC_KEY *ec = EC_KEY_new_by_curve_name(nid); in lws_genec_eckey_import()
362 ec = EC_KEY_new_by_curve_name(curve->tls_lib_nid); in lws_genec_new_keypair()
H A Dopenssl-server.c426 ecdh = EC_KEY_new_by_curve_name(ecdh_nid);
/third_party/rust/crates/rust-openssl/openssl-sys/src/handwritten/
H A Dec.rs197 pub fn EC_KEY_new_by_curve_name(nid: c_int) -> *mut EC_KEY; in EC_KEY_new_by_curve_name() functions
/third_party/rust/crates/rust-openssl/openssl/src/
H A Dec.rs797 #[corresponds(EC_KEY_new_by_curve_name)]
801 cvt_p(ffi::EC_KEY_new_by_curve_name(nid.as_raw())).map(|p| EcKey::from_ptr(p)) in from_curve_name()
/third_party/node/src/crypto/
H A Dcrypto_ec.cc149 ECKeyPointer key(EC_KEY_new_by_curve_name(nid)); in New()
953 ECKeyPointer ec(EC_KEY_new_by_curve_name(nid)); in ImportJWKEcKey()
H A Dcrypto_keys.cc1066 ECKeyPointer eckey(EC_KEY_new_by_curve_name(id)); in InitECRaw()
/third_party/nghttp2/examples/
H A Dlibevent-server.c163 ecdh = EC_KEY_new_by_curve_name(NID_X9_62_prime256v1); in create_ssl_ctx()
/third_party/node/deps/openssl/openssl/include/openssl/
H A Dec.h998 OSSL_DEPRECATEDIN_3_0 EC_KEY *EC_KEY_new_by_curve_name(int nid);
/third_party/node/deps/openssl/openssl/crypto/ec/
H A Dec_key.c64 EC_KEY *EC_KEY_new_by_curve_name(int nid) in EC_KEY_new_by_curve_name() function
/third_party/openssl/crypto/ec/
H A Dec_key.c64 EC_KEY *EC_KEY_new_by_curve_name(int nid) in EC_KEY_new_by_curve_name() function
/third_party/openssl/include/openssl/
H A Dec.h998 OSSL_DEPRECATEDIN_3_0 EC_KEY *EC_KEY_new_by_curve_name(int nid);
/third_party/openssl/ohos_lite/include/openssl/
H A Dec.h842 EC_KEY *EC_KEY_new_by_curve_name(int nid);
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/crypto/
H A Dcrypto_openssl.c1984 ec_params = EC_KEY_new_by_curve_name(ecdh->ec->nid); in crypto_ecdh_init()
2131 eckey = EC_KEY_new_by_curve_name(ecdh->ec->nid); in crypto_ecdh_set_peerkey()
H A Dtls_openssl.c3022 ecdh = EC_KEY_new_by_curve_name(NID_secp384r1); in tls_set_conn_flags()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/crypto/
H A Dcrypto_openssl.c2072 ec_params = EC_KEY_new_by_curve_name(ecdh->ec->nid); in crypto_ecdh_init()
2245 eckey = EC_KEY_new_by_curve_name(ecdh->ec->nid); in crypto_ecdh_set_peerkey()
2488 ec_params = EC_KEY_new_by_curve_name(nid); in crypto_ec_key_gen()
H A Dtls_openssl.c3122 ecdh = EC_KEY_new_by_curve_name(NID_secp384r1); in tls_set_conn_flags()
/third_party/nghttp2/src/
H A Dshrpx_tls.cc1013 auto ecdh = EC_KEY_new_by_curve_name(NID_X9_62_prime256v1); in create_ssl_context()
1309 auto ecdh = EC_KEY_new_by_curve_name(NID_X9_62_prime256v1); in create_quic_ssl_context()
H A DHttpServer.cc2171 auto ecdh = EC_KEY_new_by_curve_name(NID_X9_62_prime256v1); in run()
/third_party/python/Modules/
H A D_ssl.c4369 EC_KEY *key = EC_KEY_new_by_curve_name(nid); in _ssl__SSLContext_set_ecdh_curve()
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/common/
H A Ddpp.c1237 ec_params = EC_KEY_new_by_curve_name(nid); in dpp_gen_keypair()

Completed in 74 milliseconds