Home
last modified time | relevance | path

Searched refs:EVP_PKEY_set1_EC_KEY (Results 1 – 15 of 15) sorted by relevance

/third_party/openssl/doc/man3/
DEVP_PKEY_set1_RSA.pod5 EVP_PKEY_set1_RSA, EVP_PKEY_set1_DSA, EVP_PKEY_set1_DH, EVP_PKEY_set1_EC_KEY,
34 int EVP_PKEY_set1_EC_KEY(EVP_PKEY *pkey, EC_KEY *key);
80 EVP_PKEY_set1_EC_KEY() set the key referenced by I<pkey> to I<key>. These
116 or EVP_PKEY_set1_EC_KEY(), or via the similarly named B<EVP_PKEY_assign> macros
190 EVP_PKEY_set1_EC_KEY() return 1 for success or 0 for failure.
215 EVP_PKEY_set1_RSA, EVP_PKEY_set1_DSA, EVP_PKEY_set1_DH, EVP_PKEY_set1_EC_KEY,
DEVP_PKEY_new.pod171 L<EVP_PKEY_set1_EC_KEY(3)>.
187 L<EVP_PKEY_set1_EC_KEY(3)>
/third_party/node/deps/openssl/openssl/crypto/evp/
Dp_legacy.c58 int EVP_PKEY_set1_EC_KEY(EVP_PKEY *pkey, EC_KEY *key) in EVP_PKEY_set1_EC_KEY() function
/third_party/openssl/crypto/evp/
Dp_legacy.c58 int EVP_PKEY_set1_EC_KEY(EVP_PKEY *pkey, EC_KEY *key) in EVP_PKEY_set1_EC_KEY() function
/third_party/libwebsockets/lib/tls/openssl/
Dlws-genec.c377 if (EVP_PKEY_set1_EC_KEY(pkey, ec) != 1) { in lws_genec_new_keypair()
/third_party/node/src/crypto/
Dcrypto_ec.cc742 CHECK_EQ(1, EVP_PKEY_set1_EC_KEY(pkey.get(), ec.get())); in DoExport()
979 CHECK_EQ(EVP_PKEY_set1_EC_KEY(pkey.get(), ec.get()), 1); in ImportJWKEcKey()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/crypto/
Dcrypto_openssl.c2080 if (!params || EVP_PKEY_set1_EC_KEY(params, ec_params) != 1) { in crypto_ecdh_init()
2254 if (!peerkey || EVP_PKEY_set1_EC_KEY(peerkey, eckey) != 1) in crypto_ecdh_set_peerkey()
2496 if (!params || EVP_PKEY_set1_EC_KEY(params, ec_params) != 1) { in crypto_ec_key_gen()
2643 if (EVP_PKEY_set1_EC_KEY(tmp, eckey) != 1) { in crypto_ec_key_get_subject_public_key()
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/crypto/
Dcrypto_openssl.c1992 if (!params || EVP_PKEY_set1_EC_KEY(params, ec_params) != 1) { in crypto_ecdh_init()
2140 if (!peerkey || EVP_PKEY_set1_EC_KEY(peerkey, eckey) != 1) in crypto_ecdh_set_peerkey()
/third_party/openssl/ohos_lite/include/openssl/
Devp.h1034 int EVP_PKEY_set1_EC_KEY(EVP_PKEY *pkey, struct ec_key_st *key);
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/common/
Ddpp.c565 if (!pkey || EVP_PKEY_set1_EC_KEY(pkey, eckey) != 1) { in dpp_set_pubkey_point_group()
1245 if (!params || EVP_PKEY_set1_EC_KEY(params, ec_params) != 1) { in dpp_gen_keypair()
7391 EVP_PKEY_set1_EC_KEY(pkex->x, X_ec) != 1) in dpp_pkex_rx_exchange_req()
7716 EVP_PKEY_set1_EC_KEY(pkex->y, Y_ec) != 1) in dpp_pkex_rx_exchange_resp()
/third_party/openssl/include/openssl/
Devp.h1370 int EVP_PKEY_set1_EC_KEY(EVP_PKEY *pkey, struct ec_key_st *key);
/third_party/node/deps/openssl/openssl/include/openssl/
Devp.h1370 int EVP_PKEY_set1_EC_KEY(EVP_PKEY *pkey, struct ec_key_st *key);
/third_party/openssl/doc/man7/
Dmigration_guide.pod1790 EVP_PKEY_set1_EC_KEY(), EVP_PKEY_set1_RSA()
/third_party/openssl/util/
Dlibcrypto.num794 EVP_PKEY_set1_EC_KEY 815 3_0_0 EXIST::FUNCTION:DEPRECATEDIN_3_0,EC
/third_party/node/deps/openssl/openssl/util/
Dlibcrypto.num794 EVP_PKEY_set1_EC_KEY 815 3_0_0 EXIST::FUNCTION:DEPRECATEDIN_3_0,EC