Home
last modified time | relevance | path

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

/dflybsd-src/crypto/libressl/crypto/bio/
H A Dbf_buff.c69 static int buffer_read(BIO *h, char *buf, int size);
82 .bread = buffer_read,
147 buffer_read(BIO *b, char *out, int outl) in buffer_read() function