Home
last modified time | relevance | path

Searched refs:RECORD_LAYER (Results 1 – 9 of 9) sorted by relevance

/third_party/openssl/ssl/record/
Drecord.h170 } RECORD_LAYER; typedef
194 void RECORD_LAYER_init(RECORD_LAYER *rl, SSL *s);
195 void RECORD_LAYER_clear(RECORD_LAYER *rl);
196 void RECORD_LAYER_release(RECORD_LAYER *rl);
197 int RECORD_LAYER_read_pending(const RECORD_LAYER *rl);
198 int RECORD_LAYER_processed_read_pending(const RECORD_LAYER *rl);
199 int RECORD_LAYER_write_pending(const RECORD_LAYER *rl);
200 void RECORD_LAYER_reset_read_sequence(RECORD_LAYER *rl);
201 void RECORD_LAYER_reset_write_sequence(RECORD_LAYER *rl);
202 int RECORD_LAYER_is_sslv2_record(RECORD_LAYER *rl);
[all …]
DREADME8 there are four: SSL3_RECORD, SSL3_BUFFER, DLTS1_BITMAP and RECORD_LAYER. Each
24 rec_layer_s3.c, rec_layer_d1.c -> RECORD_LAYER component
26 The RECORD_LAYER component is a facade pattern, i.e. it provides a simplified
34 component, e.g. ssl3_buffer cannot reach inside the RECORD_LAYER component to
36 in ssl3_buffer.c wants to access the members of the RECORD_LAYER it uses the
47 | RECORD_LAYER |
69 The two RECORD_LAYER source files build on each other, i.e.
72 specific capabilities. It uses some DTLS specific RECORD_LAYER component members
Drec_layer_s3.c29 void RECORD_LAYER_init(RECORD_LAYER *rl, SSL *s) in RECORD_LAYER_init()
36 void RECORD_LAYER_clear(RECORD_LAYER *rl) in RECORD_LAYER_clear()
68 void RECORD_LAYER_release(RECORD_LAYER *rl) in RECORD_LAYER_release()
78 int RECORD_LAYER_read_pending(const RECORD_LAYER *rl) in RECORD_LAYER_read_pending()
84 int RECORD_LAYER_processed_read_pending(const RECORD_LAYER *rl) in RECORD_LAYER_processed_read_pending()
95 int RECORD_LAYER_write_pending(const RECORD_LAYER *rl) in RECORD_LAYER_write_pending()
101 void RECORD_LAYER_reset_read_sequence(RECORD_LAYER *rl) in RECORD_LAYER_reset_read_sequence()
106 void RECORD_LAYER_reset_write_sequence(RECORD_LAYER *rl) in RECORD_LAYER_reset_write_sequence()
1768 int RECORD_LAYER_is_sslv2_record(RECORD_LAYER *rl) in RECORD_LAYER_is_sslv2_record()
1776 size_t RECORD_LAYER_get_rrec_length(RECORD_LAYER *rl) in RECORD_LAYER_get_rrec_length()
Drec_layer_d1.c19 int DTLS_RECORD_LAYER_new(RECORD_LAYER *rl) in DTLS_RECORD_LAYER_new()
47 void DTLS_RECORD_LAYER_free(RECORD_LAYER *rl) in DTLS_RECORD_LAYER_free()
60 void DTLS_RECORD_LAYER_clear(RECORD_LAYER *rl) in DTLS_RECORD_LAYER_clear()
101 void DTLS_RECORD_LAYER_set_saved_w_epoch(RECORD_LAYER *rl, unsigned short e) in DTLS_RECORD_LAYER_set_saved_w_epoch()
117 void DTLS_RECORD_LAYER_set_write_sequence(RECORD_LAYER *rl, unsigned char *seq) in DTLS_RECORD_LAYER_set_write_sequence()
/third_party/libwebsockets/lib/tls/mbedtls/wrapper/include/internal/
Dssl_types.h70 typedef struct record_layer_st RECORD_LAYER; typedef
223 RECORD_LAYER rlayer;
/third_party/openssl/test/
Dtls13secretstest.c170 void RECORD_LAYER_reset_read_sequence(RECORD_LAYER *rl) in RECORD_LAYER_reset_read_sequence()
174 void RECORD_LAYER_reset_write_sequence(RECORD_LAYER *rl) in RECORD_LAYER_reset_write_sequence()
/third_party/openssl/util/
Dindent.pro624 -T RECORD_LAYER
/third_party/openssl/ssl/
Dssl_local.h1430 RECORD_LAYER rlayer;
Dssl_lib.c5229 RECORD_LAYER *rl = &ssl->rlayer; in SSL_free_buffers()