Home
last modified time | relevance | path

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

/dragonfly/crypto/libressl/crypto/bio/
H A Dbss_acpt.c91 static int acpt_read(BIO *h, char *buf, int size);
109 .bread = acpt_read,
291 acpt_read(BIO *b, char *out, int outl) in acpt_read() function