Searched refs:BIO_new_ssl (Results 1 – 4 of 4) sorted by relevance
546 if ((ssl=BIO_new_ssl(ctx,1)) == NULL) in BIO_new_ssl_connect()557 BIO *BIO_new_ssl(SSL_CTX *ctx, int client) in BIO_new_ssl() function
1662 BIO *BIO_new_ssl(SSL_CTX *ctx,int client);
1407 sbio = BIO_new_ssl(ctx, 1); in process_responder()