Home
last modified time | relevance | path

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

/external/openssl/ssl/
Dssl_cert.c259 ret->dh_tmp_cb = cert->dh_tmp_cb; in ssl_cert_dup()
Dd1_srvr.c1096 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()
Dssl_locl.h510 DH *(*dh_tmp_cb)(SSL *ssl,int is_export,int keysize); member
Ds3_lib.c3431 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()
Ds3_srvr.c1656 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()
Dssl_lib.c2072 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()