Home
last modified time | relevance | path

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

/external/openssl/ssl/
Dssl_cert.c244 ret->dh_tmp_cb = cert->dh_tmp_cb; in ssl_cert_dup()
Dd1_srvr.c935 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()
Ds3_lib.c2521 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()
Dssl_locl.h483 DH *(*dh_tmp_cb)(SSL *ssl,int is_export,int keysize); member
Ds3_srvr.c1488 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()
Dssl_lib.c1877 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()