Searched refs:buf_ (Results 1 – 3 of 3) sorted by relevance
/openssl-master/ssl/ |
A D | d1_msg.c | 12 int dtls1_write_app_data_bytes(SSL *s, int type, const void *buf_, size_t len, in dtls1_write_app_data_bytes() argument 32 return dtls1_write_bytes(s, type, buf_, len, written); in dtls1_write_app_data_bytes()
|
A D | ssl_local.h | 504 int (*ssl_write_bytes) (SSL *s, int type, const void *buf_, size_t len, 2547 int dtls1_write_app_data_bytes(SSL *s, int type, const void *buf_, size_t len,
|
/openssl-master/ssl/record/ |
A D | rec_layer_s3.c | 349 int ssl3_write_bytes(SSL *s, int type, const void *buf_, size_t len, in ssl3_write_bytes() argument 352 const unsigned char *buf = buf_; in ssl3_write_bytes()
|
Completed in 17 milliseconds