Home
last modified time | relevance | path

Searched refs:dh_tmp_cb (Results 1 – 6 of 6) sorted by relevance

/src/crypto/openssl/ssl/
H A Dssl_cert.c126 ret->dh_tmp_cb = cert->dh_tmp_cb; in ssl_cert_dup()
H A Ds3_lib.c4325 sc->cert->dh_tmp_cb = (DH * (*)(SSL *, int, int)) fp; in ssl3_callback_ctrl()
4596 ctx->cert->dh_tmp_cb = (DH * (*)(SSL *, int, int)) fp; in ssl3_ctx_callback_ctrl()
H A Dssl_local.h2089 DH *(*dh_tmp_cb)(SSL *ssl, int is_export, int keysize); member
H A Dssl_lib.c4572 || c->dh_tmp_cb != NULL in ssl_set_masks()
/src/crypto/openssl/ssl/statem/
H A Dstatem_srvr.c2602 if ((pkdhp == NULL) && (s->cert->dh_tmp_cb != NULL)) { in tls_construct_server_key_exchange()
2603 pkdh = ssl_dh_to_pkey(s->cert->dh_tmp_cb(SSL_CONNECTION_GET_USER_SSL(s), in tls_construct_server_key_exchange()
/src/crypto/openssl/
H A DCHANGES.md18128 * Call dh_tmp_cb (set by `..._TMP_DH_CB`) with correct 'is_export' flag;