Searched refs:tmp_rsa_cb (Results 1 – 2 of 2) sorted by relevance
| /trueos/crypto/openssl/ssl/ |
| HD | ssltest.c | 228 static RSA MS_CALLBACK *tmp_rsa_cb(SSL *s, int is_export, int keylength); 953 SSL_CTX_set_tmp_rsa_callback(s_ctx, tmp_rsa_cb); in main() 2226 static RSA MS_CALLBACK *tmp_rsa_cb(SSL *s, int is_export, int keylength) in tmp_rsa_cb() function
|
| /trueos/crypto/openssl/apps/ |
| HD | s_server.c | 210 static RSA MS_CALLBACK *tmp_rsa_cb(SSL *s, int is_export, int keylength); 1758 SSL_CTX_set_tmp_rsa_callback(ctx, tmp_rsa_cb); in MAIN() 1761 SSL_CTX_set_tmp_rsa_callback(ctx2, tmp_rsa_cb); in MAIN() 2910 static RSA MS_CALLBACK *tmp_rsa_cb(SSL *s, int is_export, int keylength) in tmp_rsa_cb() function
|