Searched refs:dh_tmp_cb (Results 1 – 6 of 6) sorted by relevance
244 ret->dh_tmp_cb = cert->dh_tmp_cb; in ssl_cert_dup()
935 if ((dhp == NULL) && (s->cert->dh_tmp_cb != NULL)) in dtls1_send_server_key_exchange()936 dhp=s->cert->dh_tmp_cb(s, in dtls1_send_server_key_exchange()
2521 s->cert->dh_tmp_cb = (DH *(*)(SSL *, int, int))fp; in ssl3_callback_ctrl()2748 cert->dh_tmp_cb = (DH *(*)(SSL *, int, int))fp; in ssl3_ctx_callback_ctrl()
483 DH *(*dh_tmp_cb)(SSL *ssl,int is_export,int keysize); member
1488 if ((dhp == NULL) && (s->cert->dh_tmp_cb != NULL)) in ssl3_send_server_key_exchange()1489 dhp=s->cert->dh_tmp_cb(s, in ssl3_send_server_key_exchange()
1877 dh_tmp=(c->dh_tmp != NULL || c->dh_tmp_cb != NULL); in ssl_set_cert_masks()1878 dh_tmp_export=(c->dh_tmp_cb != NULL || in ssl_set_cert_masks()