Searched refs:dh_tmp_cb (Results 1 – 6 of 6) sorted by relevance
259 ret->dh_tmp_cb = cert->dh_tmp_cb; in ssl_cert_dup()
1096 if ((dhp == NULL) && (s->cert->dh_tmp_cb != NULL)) in dtls1_send_server_key_exchange()1097 dhp=s->cert->dh_tmp_cb(s, in dtls1_send_server_key_exchange()
510 DH *(*dh_tmp_cb)(SSL *ssl,int is_export,int keysize); member
3431 s->cert->dh_tmp_cb = (DH *(*)(SSL *, int, int))fp; in ssl3_callback_ctrl()3720 cert->dh_tmp_cb = (DH *(*)(SSL *, int, int))fp; in ssl3_ctx_callback_ctrl()
1656 if ((dhp == NULL) && (s->cert->dh_tmp_cb != NULL)) in ssl3_send_server_key_exchange()1657 dhp=s->cert->dh_tmp_cb(s, in ssl3_send_server_key_exchange()
2072 dh_tmp=(c->dh_tmp != NULL || c->dh_tmp_cb != NULL); in ssl_set_cert_masks()2073 dh_tmp_export=(c->dh_tmp_cb != NULL || in ssl_set_cert_masks()