Searched refs:tmp_rsa_cb (Results 1 - 2 of 2) sorted by relevance

/freebsd-10.3-release/crypto/openssl/ssl/
H A Dssltest.c229 static RSA MS_CALLBACK *tmp_rsa_cb(SSL *s, int is_export, int keylength);
954 SSL_CTX_set_tmp_rsa_callback(s_ctx, tmp_rsa_cb);
2227 static RSA MS_CALLBACK *tmp_rsa_cb(SSL *s, int is_export, int keylength) function
/freebsd-10.3-release/crypto/openssl/apps/
H A Ds_server.c210 static RSA MS_CALLBACK *tmp_rsa_cb(SSL *s, int is_export, int keylength);
1764 SSL_CTX_set_tmp_rsa_callback(ctx, tmp_rsa_cb);
1767 SSL_CTX_set_tmp_rsa_callback(ctx2, tmp_rsa_cb);
2936 static RSA MS_CALLBACK *tmp_rsa_cb(SSL *s, int is_export, int keylength) function

Completed in 164 milliseconds