Home
last modified time | relevance | path

Searched defs:ecdh (Results 1 – 11 of 11) sorted by relevance

/dflybsd-src/crypto/libressl/crypto/ecdh/
H A Dech_lib.c104 ECDH_DATA *ecdh; in ECDH_set_method() local
221 ECDH_DATA *ecdh; in ECDH_set_ex_data() local
231 ECDH_DATA *ecdh; in ECDH_get_ex_data() local
H A Dech_key.c97 EC_KEY *ecdh, in ecdh_compute_key()
213 ECDH_DATA *ecdh; in ossl_ecdh_compute_key() local
/dflybsd-src/crypto/libressl/ssl/
H A Dssl_kex.c308 ssl_kex_generate_ecdhe_ecp(EC_KEY *ecdh, int nid) in ssl_kex_generate_ecdhe_ecp()
330 ssl_kex_public_ecdhe_ecp(EC_KEY *ecdh, CBB *cbb) in ssl_kex_public_ecdhe_ecp()
359 ssl_kex_peer_public_ecdhe_ecp(EC_KEY *ecdh, int nid, CBS *cbs) in ssl_kex_peer_public_ecdhe_ecp()
389 ssl_kex_derive_ecdhe_ecp(EC_KEY *ecdh, EC_KEY *ecdh_peer, in ssl_kex_derive_ecdhe_ecp()
H A Ds3_lib.c1788 _SSL_set_tmp_ecdh(SSL *s, EC_KEY *ecdh) in _SSL_set_tmp_ecdh()
2228 _SSL_CTX_set_tmp_ecdh(SSL_CTX *ctx, EC_KEY *ecdh) in _SSL_CTX_set_tmp_ecdh()
/dflybsd-src/crypto/libressl/crypto/ec/
H A Dec_kmeth.c232 int (*ckey)(void *out, size_t outlen, const EC_POINT *pub_key, EC_KEY *ecdh, in EC_KEY_METHOD_set_compute_key()
299 int (**pck)(void *out, size_t outlen, const EC_POINT *pub_key, EC_KEY *ecdh, in EC_KEY_METHOD_get_compute_key()
/dflybsd-src/contrib/wpa_supplicant/src/crypto/
H A Dcrypto_wolfssl.c1662 struct crypto_ecdh *ecdh = NULL; in crypto_ecdh_init() local
1693 void crypto_ecdh_deinit(struct crypto_ecdh *ecdh) in crypto_ecdh_deinit()
1702 struct wpabuf * crypto_ecdh_get_pubkey(struct crypto_ecdh *ecdh, int inc_y) in crypto_ecdh_get_pubkey()
1734 struct wpabuf * crypto_ecdh_set_peerkey(struct crypto_ecdh *ecdh, int inc_y, in crypto_ecdh_set_peerkey()
H A Dcrypto_openssl.c1877 struct crypto_ecdh *ecdh; in crypto_ecdh_init() local
1934 struct wpabuf * crypto_ecdh_get_pubkey(struct crypto_ecdh *ecdh, int inc_y) in crypto_ecdh_get_pubkey()
1994 struct wpabuf * crypto_ecdh_set_peerkey(struct crypto_ecdh *ecdh, int inc_y, in crypto_ecdh_set_peerkey()
2089 void crypto_ecdh_deinit(struct crypto_ecdh *ecdh) in crypto_ecdh_deinit()
H A Dtls_openssl.c2999 EC_KEY *ecdh; in tls_set_conn_flags() local
/dflybsd-src/crypto/libressl/apps/openssl/
H A Ds_server.c1391 EC_KEY *ecdh = NULL; in s_server_main() local
/dflybsd-src/contrib/wpa_supplicant/src/common/
H A Ddpp.h487 struct crypto_ecdh *ecdh; member
/dflybsd-src/crypto/libressl/include/openssl/
H A Dssl.h986 #define SSL_CTX_set_tmp_ecdh(ctx,ecdh) \ argument
999 #define SSL_set_tmp_ecdh(ssl,ecdh) \ argument