Searched refs:dh_tmp_cb (Results 1 – 6 of 6) sorted by relevance
109 ret->dh_tmp_cb = cert->dh_tmp_cb; in ssl_cert_dup()
3752 s->cert->dh_tmp_cb = (DH *(*)(SSL *, int, int))fp; in ssl3_callback_ctrl()4010 ctx->cert->dh_tmp_cb = (DH *(*)(SSL *, int, int))fp; in ssl3_ctx_callback_ctrl()
2014 DH *(*dh_tmp_cb) (SSL *ssl, int is_export, int keysize); member
3632 || c->dh_tmp_cb != NULL in ssl_set_masks()
2468 if ((pkdhp == NULL) && (s->cert->dh_tmp_cb != NULL)) { in tls_construct_server_key_exchange()2469 pkdh = ssl_dh_to_pkey(s->cert->dh_tmp_cb(s, 0, 1024)); in tls_construct_server_key_exchange()
16474 * Call dh_tmp_cb (set by `..._TMP_DH_CB`) with correct 'is_export' flag;