Home
last modified time | relevance | path

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

/freebsd-9-stable/crypto/openssl/apps/
Ds_server.c188 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/
Dssltest.c197 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