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

/freebsd-11.0-release/crypto/openssl/ssl/
H A Dssltest.c232 static RSA MS_CALLBACK *tmp_rsa_cb(SSL *s, int is_export, int keylength);
1453 SSL_CTX_set_tmp_rsa_callback(s_ctx, tmp_rsa_cb);
1454 SSL_CTX_set_tmp_rsa_callback(s_ctx2, tmp_rsa_cb);
2898 static RSA MS_CALLBACK *tmp_rsa_cb(SSL *s, int is_export, int keylength) function
/freebsd-11.0-release/crypto/openssl/apps/
H A Ds_server.c210 static RSA MS_CALLBACK *tmp_rsa_cb(SSL *s, int is_export, int keylength);
1956 SSL_CTX_set_tmp_rsa_callback(ctx, tmp_rsa_cb);
1959 SSL_CTX_set_tmp_rsa_callback(ctx2, tmp_rsa_cb);
3352 static RSA MS_CALLBACK *tmp_rsa_cb(SSL *s, int is_export, int keylength) function

Completed in 163 milliseconds