Home
last modified time | relevance | path

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

/external/boringssl/src/include/openssl/
Dbio.h612 #define BIO_CB_READ 0x02 macro
/external/boringssl/src/crypto/bio/
Dbio.c176 return bio_io(bio, buf, len, offsetof(BIO_METHOD, bread), BIO_CB_READ, in BIO_read()