Home
last modified time | relevance | path

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

/dragonfly/crypto/libressl/crypto/ec/
H A Deck_prn.c126 if (!pk || !EVP_PKEY_set1_EC_KEY(pk, (EC_KEY *) x)) in EC_KEY_print()
139 if (!pk || !EVP_PKEY_set1_EC_KEY(pk, (EC_KEY *) x)) in ECParameters_print()
H A Dec_ameth.c727 EVP_PKEY_set1_EC_KEY(pkpeer, ecpeer); in ecdh_cms_set_peerkey()
/dragonfly/crypto/libressl/ssl/
H A Dssl_kex.c293 if (!EVP_PKEY_set1_EC_KEY(pkey, ec_key)) in ssl_kex_dummy_ecdhe_x25519()
H A Dtls_key_share.c146 return EVP_PKEY_set1_EC_KEY(pkey, ks->ecdhe_peer); in tls_key_share_peer_pkey()
/dragonfly/crypto/libressl/crypto/evp/
H A Dp_lib.c435 EVP_PKEY_set1_EC_KEY(EVP_PKEY *pkey, EC_KEY *key) in EVP_PKEY_set1_EC_KEY() function
/dragonfly/crypto/libressl/crypto/asn1/
H A Dx_pubkey.c330 if (!EVP_PKEY_set1_EC_KEY(pkey, (EC_KEY*)*pval)) in pubkey_ex_i2d()
/dragonfly/contrib/wpa_supplicant/src/crypto/
H A Dcrypto_openssl.c1898 if (!params || EVP_PKEY_set1_EC_KEY(params, ec_params) != 1) { in crypto_ecdh_init()
2046 if (!peerkey || EVP_PKEY_set1_EC_KEY(peerkey, eckey) != 1) in crypto_ecdh_set_peerkey()
/dragonfly/crypto/libressl/include/openssl/
H A Devp.h821 int EVP_PKEY_set1_EC_KEY(EVP_PKEY *pkey, struct ec_key_st *key);
/dragonfly/contrib/wpa_supplicant/src/common/
H A 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()
/dragonfly/crypto/openssh/
H A Dsshkey.c4439 success = EVP_PKEY_set1_EC_KEY(pkey, key->ecdsa); in sshkey_private_to_blob_pem_pkcs8()