Searched refs:buf_ (Results 1 – 3 of 3) sorted by relevance
/openssl/ssl/ |
H A D | d1_msg.c | 12 int dtls1_write_app_data_bytes(SSL *s, uint8_t type, const void *buf_, in dtls1_write_app_data_bytes() argument 36 return dtls1_write_bytes(sc, type, buf_, len, written); in dtls1_write_app_data_bytes()
|
H A D | ssl_local.h | 429 int (*ssl_write_bytes) (SSL *s, uint8_t type, const void *buf_, size_t len, 2680 int dtls1_write_app_data_bytes(SSL *s, uint8_t type, const void *buf_,
|
/openssl/ssl/record/ |
H A D | rec_layer_s3.c | 270 int ssl3_write_bytes(SSL *ssl, uint8_t type, const void *buf_, size_t len, in ssl3_write_bytes() argument 273 const unsigned char *buf = buf_; in ssl3_write_bytes()
|
Completed in 26 milliseconds