Home
last modified time | relevance | path

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

/external/openssl/crypto/bio/
Dbss_null.c65 static int null_read(BIO *h, char *buf, int size);
76 null_read,
104 static int null_read(BIO *b, char *out, int outl) in null_read() function