Home
last modified time | relevance | path

Searched refs:buf_ (Results 1 – 3 of 3) sorted by relevance

/openssl-master/ssl/
A Dd1_msg.c12 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 Dssl_local.h504 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 Drec_layer_s3.c349 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