Searched defs:buf (Results 1 – 9 of 9) sorted by relevance
| /include/internal/ |
| A D | to_hex.h | 14 static ossl_inline size_t to_hex(char *buf, uint8_t n, const char hexdig[17]) in to_hex() 21 static ossl_inline size_t ossl_to_lowerhex(char *buf, uint8_t n) in ossl_to_lowerhex()
|
| A D | ring_buf.h | 77 const unsigned char *buf, in ring_buf_write_at() 114 const unsigned char *buf, in ring_buf_push() 174 const unsigned char **buf, in ring_buf_get_buf_at()
|
| A D | ktls.h | 102 char buf[CMSG_SPACE(cmsg_len)]; in ktls_send_ctrl_message() local 144 char buf[CMSG_SPACE(cmsg_len)]; in ktls_read_record() local 336 char buf[CMSG_SPACE(sizeof(unsigned char))]; in ktls_send_ctrl_message() member 389 char buf[CMSG_SPACE(sizeof(unsigned char))]; in ktls_read_record() member
|
| A D | json_enc.h | 26 char *buf; member
|
| A D | sha3.h | 42 unsigned char buf[KECCAK1600_WIDTH / 8 - 32]; member
|
| A D | quic_record_tx.h | 27 const unsigned char *buf; member
|
| A D | recordmethod.h | 60 const unsigned char *buf; member
|
| A D | packet.h | 70 const unsigned char *buf, in PACKET_buf_init() 675 BUF_MEM *buf; member
|
| /include/openssl/ |
| A D | bio.h.in | 601 # define BIO_set_buffer_read_data(b,buf,num) BIO_ctrl(b,BIO_C_SET_BUFF_READ_DATA,num,buf) argument
|
Completed in 30 milliseconds