Lines Matching defs:rl

187 	struct tls12_record_layer *rl;  in tls12_record_layer_new()  local
208 tls12_record_layer_free(struct tls12_record_layer *rl) in tls12_record_layer_free()
221 tls12_record_layer_alert(struct tls12_record_layer *rl, uint8_t *alert_desc) in tls12_record_layer_alert()
227 tls12_record_layer_write_overhead(struct tls12_record_layer *rl, in tls12_record_layer_write_overhead()
254 tls12_record_layer_read_protected(struct tls12_record_layer *rl) in tls12_record_layer_read_protected()
260 tls12_record_layer_write_protected(struct tls12_record_layer *rl) in tls12_record_layer_write_protected()
266 tls12_record_layer_set_aead(struct tls12_record_layer *rl, const EVP_AEAD *aead) in tls12_record_layer_set_aead()
272 tls12_record_layer_set_cipher_hash(struct tls12_record_layer *rl, in tls12_record_layer_set_cipher_hash()
282 tls12_record_layer_set_version(struct tls12_record_layer *rl, uint16_t version) in tls12_record_layer_set_version()
289 tls12_record_layer_set_initial_epoch(struct tls12_record_layer *rl, in tls12_record_layer_set_initial_epoch()
296 tls12_record_layer_read_epoch(struct tls12_record_layer *rl) in tls12_record_layer_read_epoch()
302 tls12_record_layer_write_epoch(struct tls12_record_layer *rl) in tls12_record_layer_write_epoch()
308 tls12_record_layer_use_write_epoch(struct tls12_record_layer *rl, uint16_t epoch) in tls12_record_layer_use_write_epoch()
327 tls12_record_layer_write_epoch_done(struct tls12_record_layer *rl, uint16_t epoch) in tls12_record_layer_write_epoch_done()
339 tls12_record_layer_clear_read_state(struct tls12_record_layer *rl) in tls12_record_layer_clear_read_state()
346 tls12_record_layer_clear_write_state(struct tls12_record_layer *rl) in tls12_record_layer_clear_write_state()
356 tls12_record_layer_reflect_seq_num(struct tls12_record_layer *rl) in tls12_record_layer_reflect_seq_num()
367 tls12_record_layer_inc_seq_num(struct tls12_record_layer *rl, uint8_t *seq_num) in tls12_record_layer_inc_seq_num()
415 tls12_record_layer_ccs_aead(struct tls12_record_layer *rl, in tls12_record_layer_ccs_aead()
466 tls12_record_layer_ccs_cipher(struct tls12_record_layer *rl, in tls12_record_layer_ccs_cipher()
548 tls12_record_layer_change_cipher_state(struct tls12_record_layer *rl, in tls12_record_layer_change_cipher_state()
561 tls12_record_layer_change_read_cipher_state(struct tls12_record_layer *rl, in tls12_record_layer_change_read_cipher_state()
593 tls12_record_layer_change_write_cipher_state(struct tls12_record_layer *rl, in tls12_record_layer_change_write_cipher_state()
630 tls12_record_layer_build_seq_num(struct tls12_record_layer *rl, CBB *cbb, in tls12_record_layer_build_seq_num()
648 tls12_record_layer_pseudo_header(struct tls12_record_layer *rl, in tls12_record_layer_pseudo_header()
682 tls12_record_layer_mac(struct tls12_record_layer *rl, CBB *cbb, in tls12_record_layer_mac()
731 tls12_record_layer_read_mac_cbc(struct tls12_record_layer *rl, CBB *cbb, in tls12_record_layer_read_mac_cbc()
770 tls12_record_layer_read_mac(struct tls12_record_layer *rl, CBB *cbb, in tls12_record_layer_read_mac()
786 tls12_record_layer_write_mac(struct tls12_record_layer *rl, CBB *cbb, in tls12_record_layer_write_mac()
796 tls12_record_layer_aead_concat_nonce(struct tls12_record_layer *rl, in tls12_record_layer_aead_concat_nonce()
825 tls12_record_layer_aead_xored_nonce(struct tls12_record_layer *rl, in tls12_record_layer_aead_xored_nonce()
866 tls12_record_layer_open_record_plaintext(struct tls12_record_layer *rl, in tls12_record_layer_open_record_plaintext()
880 tls12_record_layer_open_record_protected_aead(struct tls12_record_layer *rl, in tls12_record_layer_open_record_protected_aead()
950 tls12_record_layer_open_record_protected_cipher(struct tls12_record_layer *rl, in tls12_record_layer_open_record_protected_cipher()
1075 tls12_record_layer_open_record(struct tls12_record_layer *rl, uint8_t *buf, in tls12_record_layer_open_record()
1129 tls12_record_layer_seal_record_plaintext(struct tls12_record_layer *rl, in tls12_record_layer_seal_record_plaintext()
1139 tls12_record_layer_seal_record_protected_aead(struct tls12_record_layer *rl, in tls12_record_layer_seal_record_protected_aead()
1194 tls12_record_layer_seal_record_protected_cipher(struct tls12_record_layer *rl, in tls12_record_layer_seal_record_protected_cipher()
1270 tls12_record_layer_seal_record(struct tls12_record_layer *rl, in tls12_record_layer_seal_record()