Lines Matching defs:rl

48 void ossl_rlayer_fatal(OSSL_RECORD_LAYER *rl, int al, int reason,  in ossl_rlayer_fatal()
60 int ossl_set_tls_provider_parameters(OSSL_RECORD_LAYER *rl, in ossl_set_tls_provider_parameters()
113 static int tls_allow_compression(OSSL_RECORD_LAYER *rl) in tls_allow_compression()
123 static void tls_release_write_buffer_int(OSSL_RECORD_LAYER *rl, size_t start) in tls_release_write_buffer_int()
142 int tls_setup_write_buffer(OSSL_RECORD_LAYER *rl, size_t numwpipes, in tls_setup_write_buffer()
222 static void tls_release_write_buffer(OSSL_RECORD_LAYER *rl) in tls_release_write_buffer()
229 int tls_setup_read_buffer(OSSL_RECORD_LAYER *rl) in tls_setup_read_buffer()
277 static int tls_release_read_buffer(OSSL_RECORD_LAYER *rl) in tls_release_read_buffer()
294 int tls_default_read_n(OSSL_RECORD_LAYER *rl, size_t n, size_t max, int extend, in tls_default_read_n()
462 static int tls_record_app_data_waiting(OSSL_RECORD_LAYER *rl) in tls_record_app_data_waiting()
497 static int rlayer_early_data_count_ok(OSSL_RECORD_LAYER *rl, size_t length, in rlayer_early_data_count_ok()
543 int tls_get_more_records(OSSL_RECORD_LAYER *rl) in tls_get_more_records()
991 int tls_default_validate_record_header(OSSL_RECORD_LAYER *rl, TLS_RL_RECORD *rec) in tls_default_validate_record_header()
1018 int tls_do_compress(OSSL_RECORD_LAYER *rl, TLS_RL_RECORD *wr) in tls_do_compress()
1037 int tls_do_uncompress(OSSL_RECORD_LAYER *rl, TLS_RL_RECORD *rec) in tls_do_uncompress()
1063 int tls_default_post_process_record(OSSL_RECORD_LAYER *rl, TLS_RL_RECORD *rec) in tls_default_post_process_record()
1087 int tls13_common_post_process_record(OSSL_RECORD_LAYER *rl, TLS_RL_RECORD *rec) in tls13_common_post_process_record()
1113 int tls_read_record(OSSL_RECORD_LAYER *rl, void **rechandle, int *rversion, in tls_read_record()
1158 int tls_release_record(OSSL_RECORD_LAYER *rl, void *rechandle, size_t length) in tls_release_record()
1194 int tls_set_options(OSSL_RECORD_LAYER *rl, const OSSL_PARAM *options) in tls_set_options()
1260 OSSL_RECORD_LAYER *rl = OPENSSL_zalloc(sizeof(*rl)); in tls_int_new_record_layer() local
1444 static void tls_int_free(OSSL_RECORD_LAYER *rl) in tls_int_free()
1469 int tls_free(OSSL_RECORD_LAYER *rl) in tls_free()
1493 int tls_unprocessed_read_pending(OSSL_RECORD_LAYER *rl) in tls_unprocessed_read_pending()
1498 int tls_processed_read_pending(OSSL_RECORD_LAYER *rl) in tls_processed_read_pending()
1503 size_t tls_app_data_pending(OSSL_RECORD_LAYER *rl) in tls_app_data_pending()
1516 size_t tls_get_max_records_default(OSSL_RECORD_LAYER *rl, uint8_t type, in tls_get_max_records_default()
1541 size_t tls_get_max_records(OSSL_RECORD_LAYER *rl, uint8_t type, size_t len, in tls_get_max_records()
1547 int tls_allocate_write_buffers_default(OSSL_RECORD_LAYER *rl, in tls_allocate_write_buffers_default()
1560 int tls_initialise_write_packets_default(OSSL_RECORD_LAYER *rl, in tls_initialise_write_packets_default()
1601 int tls_prepare_record_header_default(OSSL_RECORD_LAYER *rl, in tls_prepare_record_header_default()
1630 int tls_prepare_for_encryption_default(OSSL_RECORD_LAYER *rl, in tls_prepare_for_encryption_default()
1680 int tls_post_encryption_processing_default(OSSL_RECORD_LAYER *rl, in tls_post_encryption_processing_default()
1747 int tls_write_records_default(OSSL_RECORD_LAYER *rl, in tls_write_records_default()
1886 int tls_write_records(OSSL_RECORD_LAYER *rl, OSSL_RECORD_TEMPLATE *templates, in tls_write_records()
1906 int tls_retry_write_records(OSSL_RECORD_LAYER *rl) in tls_retry_write_records()
1986 int tls_get_alert_code(OSSL_RECORD_LAYER *rl) in tls_get_alert_code()
1991 int tls_set1_bio(OSSL_RECORD_LAYER *rl, BIO *bio) in tls_set1_bio()
2002 int tls_default_set_protocol_version(OSSL_RECORD_LAYER *rl, int version) in tls_default_set_protocol_version()
2010 int tls_set_protocol_version(OSSL_RECORD_LAYER *rl, int version) in tls_set_protocol_version()
2015 void tls_set_plain_alerts(OSSL_RECORD_LAYER *rl, int allow) in tls_set_plain_alerts()
2020 void tls_set_first_handshake(OSSL_RECORD_LAYER *rl, int first) in tls_set_first_handshake()
2025 void tls_set_max_pipelines(OSSL_RECORD_LAYER *rl, size_t max_pipelines) in tls_set_max_pipelines()
2032 void tls_get_state(OSSL_RECORD_LAYER *rl, const char **shortstr, in tls_get_state()
2056 const COMP_METHOD *tls_get_compression(OSSL_RECORD_LAYER *rl) in tls_get_compression()
2065 void tls_set_max_frag_len(OSSL_RECORD_LAYER *rl, size_t max_frag_len) in tls_set_max_frag_len()
2077 int tls_increment_sequence_ctr(OSSL_RECORD_LAYER *rl) in tls_increment_sequence_ctr()
2095 int tls_alloc_buffers(OSSL_RECORD_LAYER *rl) in tls_alloc_buffers()
2127 int tls_free_buffers(OSSL_RECORD_LAYER *rl) in tls_free_buffers()