Searched refs:SSL_new (Results 1 – 15 of 15) sorted by relevance
381 ctx[2]=(char *)SSL_new(ssl_ctx[0]); in ndoit()382 ctx[3]=(char *)SSL_new(ssl_ctx[1]); in ndoit()442 s_ssl=SSL_new(s_ctx); in doit()447 c_ssl=SSL_new(c_ctx); in doit()
172 ssl=SSL_new(ctx); in MAIN()
580 serverCon=SSL_new(tm_ctx); in doConnection()
1793 con=SSL_new(ctx); in sv_body()2284 if ((con=SSL_new(ctx)) == NULL) goto err; in www_body()
932 con=SSL_new(ctx); in MAIN()
270 s_ssl=SSL_new(s_ctx); in doit()
558 if ((ssl=SSL_new(ctx)) == NULL) in BIO_new_ssl()
985 c_ssl=SSL_new(c_ctx); in main()986 s_ssl=SSL_new(s_ctx); in main()
272 SSL *SSL_new(SSL_CTX *ctx) in SSL_new() function2481 if ((ret=SSL_new(SSL_get_SSL_CTX(s))) == NULL) in SSL_dup()
1619 SSL * SSL_new(SSL_CTX *ctx);
179 @@ -326,6 +326,7 @@ SSL *SSL_new(SSL_CTX *ctx)
895 conn->ssl = SSL_new(ssl); in tls_connection_init()
236 SSL* ssl = SSL_new(ssl_ctx); in flip_new_ssl()
876 conn->ssl = SSL_new(ssl); in tls_connection_init()