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 | 604 #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 | 627 #define BIO_set_buffer_read_data(b, buf, num) BIO_ctrl(b, BIO_C_SET_BUFF_READ_DATA, num, buf) macro
|