Home
last modified time | relevance | path

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

/third_party/openssl/crypto/bio/
Dbss_null.c16 static int null_read(BIO *h, char *buf, int size);
28 null_read,
42 static int null_read(BIO *b, char *out, int outl) in null_read() function