Home
last modified time | relevance | path

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

/third_party/openssl/ssl/
Dssl_cert.c97 ret->dh_tmp_cb = cert->dh_tmp_cb; in ssl_cert_dup()
Ds3_lib.c3743 s->cert->dh_tmp_cb = (DH *(*)(SSL *, int, int))fp; in ssl3_callback_ctrl()
4012 ctx->cert->dh_tmp_cb = (DH *(*)(SSL *, int, int))fp; in ssl3_ctx_callback_ctrl()
Dssl_local.h1888 DH *(*dh_tmp_cb) (SSL *ssl, int is_export, int keysize); member
Dssl_lib.c3364 dh_tmp = (c->dh_tmp != NULL || c->dh_tmp_cb != NULL || c->dh_tmp_auto); in ssl_set_masks()
/third_party/openssl/ssl/statem/
Dstatem_srvr.c2548 if ((pkdhp == NULL) && (s->cert->dh_tmp_cb != NULL)) { in tls_construct_server_key_exchange()
2549 DH *dhp = s->cert->dh_tmp_cb(s, 0, 1024); in tls_construct_server_key_exchange()
/third_party/openssl/
DCHANGES10940 *) Call dh_tmp_cb (set by ..._TMP_DH_CB) with correct 'is_export' flag;