Searched refs:tmp_rsa_cb (Results 1 – 2 of 2) sorted by relevance
/external/openssl/apps/ |
D | s_server.c | 205 static RSA MS_CALLBACK *tmp_rsa_cb(SSL *s, int is_export, int keylength); 1749 SSL_CTX_set_tmp_rsa_callback(ctx,tmp_rsa_cb); in MAIN() 1752 SSL_CTX_set_tmp_rsa_callback(ctx2,tmp_rsa_cb); in MAIN() 2936 static RSA MS_CALLBACK *tmp_rsa_cb(SSL *s, int is_export, int keylength) in tmp_rsa_cb() function
|
/external/openssl/ssl/ |
D | ssltest.c | 222 static RSA MS_CALLBACK *tmp_rsa_cb(SSL *s, int is_export,int keylength); 1002 SSL_CTX_set_tmp_rsa_callback(s_ctx,tmp_rsa_cb); in main() 2364 static RSA MS_CALLBACK *tmp_rsa_cb(SSL *s, int is_export, int keylength) in tmp_rsa_cb() function
|