Home
last modified time | relevance | path

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

/freebsd/crypto/openssl/doc/man3/
H A DBIO_f_buffer.pod9 BIO_set_buffer_read_data,
23 long BIO_set_buffer_read_data(BIO *b, void *buf, long num);
44 BIO_set_buffer_read_data() clears the read buffer and fills it with B<num>
83 BIO_set_buffer_read_data() returns 1 if the data was set correctly or <=0 if
/freebsd/crypto/openssl/util/
H A Dother.syms206 BIO_set_buffer_read_data define
/freebsd/crypto/openssl/include/openssl/
H A Dbio.h550 # define BIO_set_buffer_read_data(b,buf,num) BIO_ctrl(b,BIO_C_SET_BUFF_READ_DATA,num,buf) macro
H A Dbio.h.in527 # define BIO_set_buffer_read_data(b,buf,num) BIO_ctrl(b,BIO_C_SET_BUFF_READ_DATA,num,buf) macro
/freebsd/secure/lib/libcrypto/man/man3/
H A DMakefile900 MLINKS+= BIO_f_buffer.3 BIO_set_buffer_read_data.3