Home
last modified time | relevance | path

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

/external/boringssl/src/crypto/bio/
Dconnect.c109 } BIO_CONNECT; typedef
131 static int conn_state(BIO *bio, BIO_CONNECT *c) { in conn_state()
270 static BIO_CONNECT *BIO_CONNECT_new(void) { in BIO_CONNECT_new()
271 BIO_CONNECT *ret = OPENSSL_malloc(sizeof(BIO_CONNECT)); in BIO_CONNECT_new()
276 memset(ret, 0, sizeof(BIO_CONNECT)); in BIO_CONNECT_new()
282 static void BIO_CONNECT_free(BIO_CONNECT *c) { in BIO_CONNECT_free()
301 BIO_CONNECT *c = (BIO_CONNECT *) bio->ptr; in conn_close_socket()
324 BIO_CONNECT_free((BIO_CONNECT*) bio->ptr); in conn_free()
331 BIO_CONNECT *data; in conn_read()
333 data = (BIO_CONNECT *)bio->ptr; in conn_read()
[all …]