Home
last modified time | relevance | path

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

/openssl/ssl/record/
H A Drecord.h125 } RECORD_LAYER; typedef
137 void RECORD_LAYER_init(RECORD_LAYER *rl, SSL_CONNECTION *s);
138 int RECORD_LAYER_clear(RECORD_LAYER *rl);
139 int RECORD_LAYER_reset(RECORD_LAYER *rl);
140 int RECORD_LAYER_read_pending(const RECORD_LAYER *rl);
141 int RECORD_LAYER_processed_read_pending(const RECORD_LAYER *rl);
142 int RECORD_LAYER_write_pending(const RECORD_LAYER *rl);
143 int RECORD_LAYER_is_sslv2_record(RECORD_LAYER *rl);
151 int DTLS_RECORD_LAYER_new(RECORD_LAYER *rl);
152 void DTLS_RECORD_LAYER_free(RECORD_LAYER *rl);
[all …]
H A Drec_layer_s3.c26 void RECORD_LAYER_init(RECORD_LAYER *rl, SSL_CONNECTION *s) in RECORD_LAYER_init()
31 int RECORD_LAYER_clear(RECORD_LAYER *rl) in RECORD_LAYER_clear()
72 int RECORD_LAYER_reset(RECORD_LAYER *rl) in RECORD_LAYER_reset()
100 int RECORD_LAYER_read_pending(const RECORD_LAYER *rl) in RECORD_LAYER_read_pending()
106 int RECORD_LAYER_processed_read_pending(const RECORD_LAYER *rl) in RECORD_LAYER_processed_read_pending()
112 int RECORD_LAYER_write_pending(const RECORD_LAYER *rl) in RECORD_LAYER_write_pending()
1121 int RECORD_LAYER_is_sslv2_record(RECORD_LAYER *rl) in RECORD_LAYER_is_sslv2_record()
H A Drec_layer_d1.c19 int DTLS_RECORD_LAYER_new(RECORD_LAYER *rl) in DTLS_RECORD_LAYER_new()
39 void DTLS_RECORD_LAYER_free(RECORD_LAYER *rl) in DTLS_RECORD_LAYER_free()
50 void DTLS_RECORD_LAYER_clear(RECORD_LAYER *rl) in DTLS_RECORD_LAYER_clear()
/openssl/util/
H A Dindent.pro623 -T RECORD_LAYER
/openssl/ssl/
H A Dssl_local.h1748 RECORD_LAYER rlayer;
H A Dssl_lib.c6830 RECORD_LAYER *rl; in SSL_free_buffers()
6844 RECORD_LAYER *rl; in SSL_alloc_buffers()

Completed in 47 milliseconds