Searched defs:BIO_set_buffer_read_data (Results 1 – 2 of 2) sorted by relevance
/freebsd/crypto/openssl/include/openssl/ |
H A D | bio.h.in | 527 # define BIO_set_buffer_read_data(b,buf,num) BIO_ctrl(b,BIO_C_SET_BUFF_READ_DATA,num,buf) macro
|
H A D | bio.h | 550 # define BIO_set_buffer_read_data(b,buf,num) BIO_ctrl(b,BIO_C_SET_BUFF_READ_DATA,num,buf) macro
|