Home
last modified time | relevance | path

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

/dragonfly/crypto/libressl/ssl/
H A Dtls12_record_layer.c89 tls12_record_protection_engaged(struct tls12_record_protection *rp) in tls12_record_protection_engaged() function
256 return tls12_record_protection_engaged(rl->read); in tls12_record_layer_read_protected()
262 return tls12_record_protection_engaged(rl->write); in tls12_record_layer_write_protected()
869 if (tls12_record_protection_engaged(rl->read)) in tls12_record_layer_open_record_plaintext()
1132 if (tls12_record_protection_engaged(rl->write)) in tls12_record_layer_seal_record_plaintext()
/dragonfly/crypto/libressl/
H A DChangeLog743 * Replace two handrolled tls12_record_protection_engaged().