Searched refs:rsa_tmp_cb (Results 1 – 6 of 6) sorted by relevance
211 ret->rsa_tmp_cb = cert->rsa_tmp_cb; in ssl_cert_dup()
905 if ((rsa == NULL) && (s->cert->rsa_tmp_cb != NULL)) in dtls1_send_server_key_exchange()907 rsa=s->cert->rsa_tmp_cb(s, in dtls1_send_server_key_exchange()
2514 s->cert->rsa_tmp_cb = (RSA *(*)(SSL *, int, int))fp; in ssl3_callback_ctrl()2741 cert->rsa_tmp_cb = (RSA *(*)(SSL *, int, int))fp; in ssl3_ctx_callback_ctrl()
479 RSA *(*rsa_tmp_cb)(SSL *ssl,int is_export,int keysize); member
1458 if ((rsa == NULL) && (s->cert->rsa_tmp_cb != NULL)) in ssl3_send_server_key_exchange()1460 rsa=s->cert->rsa_tmp_cb(s, in ssl3_send_server_key_exchange()
1870 rsa_tmp=(c->rsa_tmp != NULL || c->rsa_tmp_cb != NULL); in ssl_set_cert_masks()1871 rsa_tmp_export=(c->rsa_tmp_cb != NULL || in ssl_set_cert_masks()