Searched refs:BIO_set_buffer_read_data (Results 1 – 2 of 2) sorted by relevance
| /onnv-gate/usr/src/common/openssl/doc/crypto/ |
| H A D | BIO_f_buffer.pod | 17 #define BIO_set_buffer_read_data(b,buf,num) BIO_ctrl(b,BIO_C_SET_BUFF_READ_DATA,num,buf) 38 BIO_set_buffer_read_data() clears the read buffer and fills it with B<num> 64 BIO_set_buffer_read_data() returns 1 if the data was set correctly or 0 if
|
| /onnv-gate/usr/src/common/openssl/crypto/bio/ |
| H A D | bio.h | 494 #define BIO_set_buffer_read_data(b,buf,num) BIO_ctrl(b,BIO_C_SET_BUFF_READ_DATA,num,buf) macro
|