Home
last modified time | relevance | path

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

/external/boringssl/src/include/openssl/
Dbio.h698 #define BIO_CB_GETS 0x05 macro
/external/boringssl/src/crypto/bio/
Dbio.c195 return bio_io(bio, buf, len, offsetof(BIO_METHOD, bgets), BIO_CB_GETS, in BIO_gets()