Home
last modified time | relevance | path

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

/external/boringssl/src/include/openssl/
Dbio.h704 int (*bwrite)(BIO *, const char *, int); member
/external/boringssl/src/crypto/bio/
Dbio.c186 return bio_io(bio, (char *)in, inl, offsetof(BIO_METHOD, bwrite), in BIO_write()