Searched defs:ecdh (Results 1 – 11 of 11) sorted by relevance
/dflybsd-src/crypto/libressl/crypto/ecdh/ |
H A D | ech_lib.c | 104 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 D | ech_key.c | 97 EC_KEY *ecdh, in ecdh_compute_key() 213 ECDH_DATA *ecdh; in ossl_ecdh_compute_key() local
|
/dflybsd-src/crypto/libressl/ssl/ |
H A D | ssl_kex.c | 308 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 D | s3_lib.c | 1788 _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 D | ec_kmeth.c | 232 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 D | crypto_wolfssl.c | 1662 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 D | crypto_openssl.c | 1877 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 D | tls_openssl.c | 2999 EC_KEY *ecdh; in tls_set_conn_flags() local
|
/dflybsd-src/crypto/libressl/apps/openssl/ |
H A D | s_server.c | 1391 EC_KEY *ecdh = NULL; in s_server_main() local
|
/dflybsd-src/contrib/wpa_supplicant/src/common/ |
H A D | dpp.h | 487 struct crypto_ecdh *ecdh; member
|
/dflybsd-src/crypto/libressl/include/openssl/ |
H A D | ssl.h | 986 #define SSL_CTX_set_tmp_ecdh(ctx,ecdh) \ argument 999 #define SSL_set_tmp_ecdh(ssl,ecdh) \ argument
|