Home
last modified time | relevance | path

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

/dragonfly/crypto/libressl/crypto/bio/
H A Dbss_conn.c108 BIO_CONNECT *BIO_CONNECT_new(void);
293 BIO_CONNECT_new(void) in BIO_CONNECT_new() function
336 if ((bi->ptr = (char *)BIO_CONNECT_new()) == NULL) in conn_new()