Searched refs:SSL_new (Results 1 – 12 of 12) sorted by relevance
379 ctx[2]=(char *)SSL_new(ssl_ctx[0]); in ndoit()380 ctx[3]=(char *)SSL_new(ssl_ctx[1]); in ndoit()440 s_ssl=SSL_new(s_ctx); in doit()445 c_ssl=SSL_new(c_ctx); in doit()
167 ssl=SSL_new(ctx); in MAIN()
683 serverCon=SSL_new(tm_ctx); in doConnection()
1607 con=SSL_new(ctx); in sv_body()2062 if ((con=SSL_new(ctx)) == NULL) goto err; in www_body()
704 con=SSL_new(ctx); in MAIN()
270 s_ssl=SSL_new(s_ctx); in doit()
557 if ((ssl=SSL_new(ctx)) == NULL) in BIO_new_ssl()
836 c_ssl=SSL_new(c_ctx); in main()837 s_ssl=SSL_new(s_ctx); in main()
240 SSL *SSL_new(SSL_CTX *ctx) in SSL_new() function2172 if ((ret=SSL_new(SSL_get_SSL_CTX(s))) == NULL) in SSL_dup()
1441 SSL * SSL_new(SSL_CTX *ctx);
895 conn->ssl = SSL_new(ssl); in tls_connection_init()