Home
last modified time | relevance | path

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

/dragonfly/crypto/libressl/ssl/
H A Dtls12_record_layer.c28 struct tls12_record_protection { struct
55 static struct tls12_record_protection * argument
176 struct tls12_record_protection *read;
177 struct tls12_record_protection *write;
179 struct tls12_record_protection *read_current;
180 struct tls12_record_protection *write_current;
181 struct tls12_record_protection *write_previous;
564 struct tls12_record_protection *read_new = NULL; in tls12_record_layer_change_read_cipher_state()
596 struct tls12_record_protection *write_new; in tls12_record_layer_change_write_cipher_state()
884 struct tls12_record_protection *rp = rl->read; in tls12_record_layer_open_record_protected_aead()
[all …]