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

/external/boringssl/include/openssl/
H A Dbio.h84 * drops to zero, it (optionally) calls the BIO's callback with |BIO_CB_FREE|,
693 #define BIO_CB_FREE 0x01 macro
/external/boringssl/src/crypto/bio/
H A Dbio.c114 int i = (int)bio->callback(bio, BIO_CB_FREE, NULL, 0, 0, 1);
/external/boringssl/src/include/openssl/
H A Dbio.h84 * drops to zero, it (optionally) calls the BIO's callback with |BIO_CB_FREE|,
693 #define BIO_CB_FREE 0x01 macro

Completed in 98 milliseconds