Searched refs:tmp_rsa_cb (Results 1 – 2 of 2) sorted by relevance
| /freebsd-9-stable/crypto/openssl/apps/ |
| D | s_server.c | 188 static RSA MS_CALLBACK *tmp_rsa_cb(SSL *s, int is_export, int keylength); 1423 SSL_CTX_set_tmp_rsa_callback(ctx, tmp_rsa_cb); in MAIN() 1426 SSL_CTX_set_tmp_rsa_callback(ctx2, tmp_rsa_cb); in MAIN() 2384 static RSA MS_CALLBACK *tmp_rsa_cb(SSL *s, int is_export, int keylength) in tmp_rsa_cb() function
|
| /freebsd-9-stable/crypto/openssl/ssl/ |
| D | ssltest.c | 197 static RSA MS_CALLBACK *tmp_rsa_cb(SSL *s, int is_export, int keylength); 764 SSL_CTX_set_tmp_rsa_callback(s_ctx, tmp_rsa_cb); in main() 1982 static RSA MS_CALLBACK *tmp_rsa_cb(SSL *s, int is_export, int keylength) in tmp_rsa_cb() function
|