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

/freebsd-11-stable/crypto/openssl/crypto/bio/
H A Dbf_buff.c65 static int buffer_read(BIO *h, char *buf, int size);
78 buffer_read,
141 static int buffer_read(BIO *b, char *out, int outl) function
/freebsd-11-stable/crypto/heimdal/appl/ftp/ftp/
H A Dsecurity.c186 buffer_read(struct buffer *buf, void *dataptr, size_t len) function
227 len = buffer_read(&in_buffer, dataptr, length);
243 len = buffer_read(&in_buffer, dataptr, length);
/freebsd-11-stable/crypto/heimdal/appl/ftp/ftpd/
H A Dsecurity.c186 buffer_read(struct buffer *buf, void *dataptr, size_t len) function
227 len = buffer_read(&in_buffer, dataptr, length);
243 len = buffer_read(&in_buffer, dataptr, length);

Completed in 379 milliseconds