Home
last modified time | relevance | path

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

/external/boringssl/src/crypto/bio/
Dconnect.c108 } BIO_CONNECT; typedef
167 static int conn_state(BIO *bio, BIO_CONNECT *c) { in conn_state()
296 static BIO_CONNECT *BIO_CONNECT_new(void) { in BIO_CONNECT_new()
297 BIO_CONNECT *ret = OPENSSL_malloc(sizeof(BIO_CONNECT)); in BIO_CONNECT_new()
302 OPENSSL_memset(ret, 0, sizeof(BIO_CONNECT)); in BIO_CONNECT_new()
308 static void BIO_CONNECT_free(BIO_CONNECT *c) { in BIO_CONNECT_free()
327 BIO_CONNECT *c = (BIO_CONNECT *) bio->ptr; in conn_close_socket()
350 BIO_CONNECT_free((BIO_CONNECT*) bio->ptr); in conn_free()
357 BIO_CONNECT *data; in conn_read()
359 data = (BIO_CONNECT *)bio->ptr; in conn_read()
[all …]