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

/external/openssl/crypto/bio/
H A Dbss_conn.c111 BIO_CONNECT *BIO_CONNECT_new(void );
321 BIO_CONNECT *BIO_CONNECT_new(void) function
363 if ((bi->ptr=(char *)BIO_CONNECT_new()) == NULL)
/external/chromium_org/third_party/boringssl/src/crypto/bio/
H A Dconnect.c260 static BIO_CONNECT *BIO_CONNECT_new(void) { function
290 bio->ptr = (char *)BIO_CONNECT_new();

Completed in 395 milliseconds