Searched refs:TLS_BUFFER (Results 1 – 7 of 7) sorted by relevance
/openssl/ssl/record/methods/ |
H A D | recmethod_local.h | 43 } TLS_BUFFER; typedef 165 TLS_BUFFER *bufs, 243 TLS_BUFFER wbuf[SSL_MAX_PIPELINES + 1]; 252 TLS_BUFFER rbuf; 378 TLS_BUFFER rbuf; 495 TLS_BUFFER *bufs, 505 TLS_BUFFER *bufs, 539 void ossl_tls_buffer_release(TLS_BUFFER *b);
|
H A D | tls_common.c | 26 void ossl_tls_buffer_release(TLS_BUFFER *b) in ossl_tls_buffer_release() 125 TLS_BUFFER *wb; in tls_release_write_buffer_int() 147 TLS_BUFFER *wb; in tls_setup_write_buffer() 233 TLS_BUFFER *b; in tls_setup_read_buffer() 279 TLS_BUFFER *b; in tls_release_read_buffer() 308 TLS_BUFFER *rb; in tls_default_read_n() 464 TLS_BUFFER *rbuf; in tls_record_app_data_waiting() 549 TLS_BUFFER *rbuf; in tls_get_more_records() 1471 TLS_BUFFER *rbuf; in tls_free() 1570 TLS_BUFFER *wb; in tls_initialise_write_packets_default() [all …]
|
H A D | dtls_meth.c | 302 memcpy(&(rdata->rbuf), &rl->rbuf, sizeof(TLS_BUFFER)); in dtls_rlayer_buffer_record() 309 memset(&rl->rbuf, 0, sizeof(TLS_BUFFER)); in dtls_rlayer_buffer_record() 341 memcpy(&rl->rbuf, &(rdata->rbuf), sizeof(TLS_BUFFER)); in dtls_copy_rlayer_record() 580 TLS_BUFFER *rbuf; in dtls_free()
|
H A D | tls_multib.c | 72 TLS_BUFFER *wb; in tls_write_records_multiblock_int()
|
H A D | ktls_meth.c | 467 TLS_BUFFER *bufs, in ktls_initialise_write_packets() 470 TLS_BUFFER *wb; in ktls_initialise_write_packets()
|
H A D | tls1_meth.c | 605 TLS_BUFFER *bufs, in tls1_initialise_write_packets() 609 TLS_BUFFER *wb; in tls1_initialise_write_packets()
|
/openssl/util/ |
H A D | indent.pro | 384 -T TLS_BUFFER
|
Completed in 21 milliseconds