Searched refs:rsa_tmp_cb (Results 1 – 6 of 6) sorted by relevance
226 ret->rsa_tmp_cb = cert->rsa_tmp_cb; in ssl_cert_dup()
1066 if ((rsa == NULL) && (s->cert->rsa_tmp_cb != NULL)) in dtls1_send_server_key_exchange()1068 rsa=s->cert->rsa_tmp_cb(s, in dtls1_send_server_key_exchange()
496 RSA *(*rsa_tmp_cb)(SSL *ssl,int is_export,int keysize); member
3386 s->cert->rsa_tmp_cb = (RSA *(*)(SSL *, int, int))fp; in ssl3_callback_ctrl()3657 cert->rsa_tmp_cb = (RSA *(*)(SSL *, int, int))fp; in ssl3_ctx_callback_ctrl()
2054 rsa_tmp=(c->rsa_tmp != NULL || c->rsa_tmp_cb != NULL); in ssl_set_cert_masks()2055 rsa_tmp_export=(c->rsa_tmp_cb != NULL || in ssl_set_cert_masks()
1599 if ((rsa == NULL) && (s->cert->rsa_tmp_cb != NULL)) in ssl3_send_server_key_exchange()1601 rsa=s->cert->rsa_tmp_cb(s, in ssl3_send_server_key_exchange()