Home
last modified time | relevance | path

Searched refs:EVP_PKEY_get1_EC_KEY (Results 1 – 20 of 20) sorted by relevance

/third_party/openssl/doc/man3/
DEVP_PKEY_set1_RSA.pod6 EVP_PKEY_get1_RSA, EVP_PKEY_get1_DSA, EVP_PKEY_get1_DH, EVP_PKEY_get1_EC_KEY,
39 EC_KEY *EVP_PKEY_get1_EC_KEY(EVP_PKEY *pkey);
91 EVP_PKEY_get1_EC_KEY() return the referenced key in I<pkey> or NULL if the
116 EVP_PKEY_get1_DSA(), EVP_PKEY_get1_DH(), EVP_PKEY_get1_EC_KEY(),
123 EVP_PKEY_get1_DSA(), EVP_PKEY_get1_DH() and EVP_PKEY_get1_EC_KEY() will always
152 EVP_PKEY_get1_EC_KEY() functions were not changed to have a "const" return type
187 EVP_PKEY_get1_EC_KEY() return the referenced key or NULL if
210 EVP_PKEY_get1_RSA, EVP_PKEY_get1_DSA, EVP_PKEY_get1_DH, EVP_PKEY_get1_EC_KEY,
/third_party/libwebsockets/lib/tls/openssl/
Dlws-genec.c544 eckey = EVP_PKEY_get1_EC_KEY(EVP_PKEY_CTX_get0_pkey(ctx->ctx[0])); in lws_genecdsa_hash_sign_jws()
655 eckey = EVP_PKEY_get1_EC_KEY(EVP_PKEY_CTX_get0_pkey(ctx->ctx[0])); in lws_genecdsa_hash_sig_verify_jws()
693 eckey[LDHS_OURS] = EVP_PKEY_get1_EC_KEY( in lws_genecdh_compute_shared_secret()
695 eckey[LDHS_THEIRS] = EVP_PKEY_get1_EC_KEY( in lws_genecdh_compute_shared_secret()
Dopenssl-x509.c528 ecpub = EVP_PKEY_get1_EC_KEY(pkey); in lws_x509_public_to_jwk()
698 ecpriv = EVP_PKEY_get1_EC_KEY(pkey); in lws_x509_jwk_privkey_pem()
Dopenssl-server.c485 EC_key = EVP_PKEY_get1_EC_KEY(pkey);
/third_party/openssl/crypto/evp/
Dp_legacy.c83 EC_KEY *EVP_PKEY_get1_EC_KEY(EVP_PKEY *pkey) in EVP_PKEY_get1_EC_KEY() function
/third_party/openssl/crypto/pem/
Dpem_all.c139 dtmp = EVP_PKEY_get1_EC_KEY(key); in IMPLEMENT_PEM_rw()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/crypto/
Dcrypto_openssl.c2131 EVP_PKEY_get1_EC_KEY((EVP_PKEY *) own_key)) in crypto_ecdh_init2()
2151 eckey = EVP_PKEY_get1_EC_KEY(ecdh->pkey); in crypto_ecdh_get_pubkey()
2511 eckey = EVP_PKEY_get1_EC_KEY(key); in crypto_ec_key_gen()
2632 eckey = EVP_PKEY_get1_EC_KEY((EVP_PKEY *) key); in crypto_ec_key_get_subject_public_key()
2677 eckey = EVP_PKEY_get1_EC_KEY((EVP_PKEY *) key); in crypto_ec_key_get_ecprivate_key()
2709 eckey = EVP_PKEY_get1_EC_KEY((EVP_PKEY *) key); in crypto_ec_key_get_pubkey_point()
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/common/
Ddpp.c475 eckey = EVP_PKEY_get1_EC_KEY(pkey); in dpp_get_pubkey_point()
594 eckey = EVP_PKEY_get1_EC_KEY(group_key); in dpp_set_pubkey_point()
1197 eckey = EVP_PKEY_get1_EC_KEY(key); in dpp_debug_print_key()
1375 eckey = EVP_PKEY_get1_EC_KEY(key); in dpp_bootstrap_key_der()
2713 BI = EVP_PKEY_get1_EC_KEY(auth->peer_bi->pubkey); in dpp_auth_derive_l_responder()
2721 bR = EVP_PKEY_get1_EC_KEY(auth->own_bi->pubkey); in dpp_auth_derive_l_responder()
2722 pR = EVP_PKEY_get1_EC_KEY(auth->own_protocol_key); in dpp_auth_derive_l_responder()
2778 BR = EVP_PKEY_get1_EC_KEY(auth->peer_bi->pubkey); in dpp_auth_derive_l_initiator()
2779 PR = EVP_PKEY_get1_EC_KEY(auth->peer_protocol_key); in dpp_auth_derive_l_initiator()
2785 bI = EVP_PKEY_get1_EC_KEY(auth->own_bi->pubkey); in dpp_auth_derive_l_initiator()
[all …]
/third_party/rust/crates/rust-openssl/openssl/src/
Dpkey.rs182 #[corresponds(EVP_PKEY_get1_EC_KEY)]
185 let ec_key = cvt_p(ffi::EVP_PKEY_get1_EC_KEY(self.as_ptr()))?; in ec_key()
/third_party/node/src/
Dnode_crypto_common.cc1179 ECKeyPointer ec(EVP_PKEY_get1_EC_KEY(key.get())); in GetEphemeralKey()
1356 ec.reset(EVP_PKEY_get1_EC_KEY(pkey.get())); in X509ToObject()
Dnode_crypto.cc3200 ECKeyPointer ec_key(EVP_PKEY_get1_EC_KEY(pkey)); in WritePrivateKey()
/third_party/rust/crates/rust-openssl/openssl-sys/src/handwritten/
Devp.rs443 pub fn EVP_PKEY_get1_EC_KEY(k: *mut EVP_PKEY) -> *mut EC_KEY; in EVP_PKEY_get1_EC_KEY() function
/third_party/openssl/crypto/x509/
Dx_pubkey.c781 key = EVP_PKEY_get1_EC_KEY(pkey); in d2i_EC_PUBKEY()
/third_party/openssl/ohos_lite/include/openssl/
Devp.h1036 struct ec_key_st *EVP_PKEY_get1_EC_KEY(EVP_PKEY *pkey);
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/crypto/
Dcrypto_openssl.c2037 eckey = EVP_PKEY_get1_EC_KEY(ecdh->pkey); in crypto_ecdh_get_pubkey()
/third_party/nghttp2/src/
Dshrpx_tls.cc302 auto eckey = EVP_PKEY_get1_EC_KEY(pubkey); in servername_callback()
Dh2load.cc859 auto ec = EVP_PKEY_get1_EC_KEY(key); in print_server_tmp_key()
/third_party/openssl/doc/man7/
Dmigration_guide.pod419 The L<EVP_PKEY_get1_RSA(3)>, L<EVP_PKEY_get1_DSA(3)>, L<EVP_PKEY_get1_EC_KEY(3)>
1752 EVP_PKEY_get1_DH(), EVP_PKEY_get1_DSA(), EVP_PKEY_get1_EC_KEY and EVP_PKEY_get1_RSA(),
/third_party/openssl/include/openssl/
Devp.h1374 struct ec_key_st *EVP_PKEY_get1_EC_KEY(EVP_PKEY *pkey);
/third_party/openssl/util/
Dlibcrypto.num3156 EVP_PKEY_get1_EC_KEY 3224 3_0_0 EXIST::FUNCTION:DEPRECATEDIN_3_0,EC