Home
last modified time | relevance | path

Searched refs:EC_KEY_set_public_key (Results 1 – 9 of 9) sorted by relevance

/dragonfly/crypto/openssh/
H A Dsshbuf-getput-crypto.c114 if (EC_KEY_set_public_key(v, pt) != 1) { in sshbuf_get_eckey()
H A Dsshkey.c1917 if (EC_KEY_set_public_key(n->ecdsa, in sshkey_from_private()
2530 if (EC_KEY_set_public_key(key->ecdsa, q) != 1) { in sshkey_from_blob_internal()
/dragonfly/crypto/libressl/crypto/ec/
H A Dec_key.c416 if (!EC_KEY_set_public_key(key, point)) in EC_KEY_set_public_key_affine_coordinates()
472 EC_KEY_set_public_key(EC_KEY * key, const EC_POINT * pub_key) in EC_KEY_set_public_key() function
H A Dec_ameth.c290 if (EC_KEY_set_public_key(eckey, pub_key) == 0) { in eckey_priv_decode()
/dragonfly/crypto/libressl/ssl/
H A Dssl_kex.c376 if (!EC_KEY_set_public_key(ecdh, point)) in ssl_kex_peer_public_ecdhe_ecp()
/dragonfly/crypto/libressl/include/openssl/
H A Dec.h830 int EC_KEY_set_public_key(EC_KEY *key, const EC_POINT *pub);
/dragonfly/contrib/ldns/
H A Dkeys.c248 if(EC_KEY_set_public_key(ec, pub_key) == 0) { in ldns_EC_KEY_calc_public()
/dragonfly/contrib/wpa_supplicant/src/crypto/
H A Dcrypto_openssl.c2038 if (!eckey || EC_KEY_set_public_key(eckey, pub) != 1) { in crypto_ecdh_set_peerkey()
/dragonfly/contrib/wpa_supplicant/src/common/
H A Ddpp.c556 EC_KEY_set_public_key(eckey, point) != 1) { in dpp_set_pubkey_point_group()
7387 EC_KEY_set_public_key(X_ec, X) != 1) in dpp_pkex_rx_exchange_req()
7712 EC_KEY_set_public_key(Y_ec, Y) != 1) in dpp_pkex_rx_exchange_resp()