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

/external/boringssl/src/crypto/bio/
H A Dconnect.c108 } BIO_CONNECT; typedef in typeref:struct:bio_connect_st
167 static int conn_state(BIO *bio, BIO_CONNECT *c) {
296 static BIO_CONNECT *BIO_CONNECT_new(void) {
297 BIO_CONNECT *ret = OPENSSL_malloc(sizeof(BIO_CONNECT));
302 memset(ret, 0, sizeof(BIO_CONNECT));
308 static void BIO_CONNECT_free(BIO_CONNECT *c) {
327 BIO_CONNECT *c = (BIO_CONNECT *) bio->ptr;
350 BIO_CONNECT_free((BIO_CONNECT*) bi
[all...]

Completed in 25 milliseconds