Searched refs:rsa_tmp_cb (Results 1 – 6 of 6) sorted by relevance
209 ret->rsa_tmp_cb = cert->rsa_tmp_cb; in ssl_cert_dup()
809 if ((rsa == NULL) && (s->cert->rsa_tmp_cb != NULL)) in dtls1_send_server_key_exchange()811 rsa=s->cert->rsa_tmp_cb(s, in dtls1_send_server_key_exchange()
2011 s->cert->rsa_tmp_cb = (RSA *(*)(SSL *, int, int))fp; in ssl3_callback_ctrl()2231 cert->rsa_tmp_cb = (RSA *(*)(SSL *, int, int))fp; in ssl3_ctx_callback_ctrl()
421 RSA *(*rsa_tmp_cb)(SSL *ssl,int is_export,int keysize); member
1253 if ((rsa == NULL) && (s->cert->rsa_tmp_cb != NULL)) in ssl3_send_server_key_exchange()1255 rsa=s->cert->rsa_tmp_cb(s, in ssl3_send_server_key_exchange()
1636 rsa_tmp=(c->rsa_tmp != NULL || c->rsa_tmp_cb != NULL); in ssl_set_cert_masks()1637 rsa_tmp_export=(c->rsa_tmp_cb != NULL || in ssl_set_cert_masks()