Home
last modified time | relevance | path

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

/dragonfly/crypto/libressl/ssl/
HDtls13_record.h36 #define TLS13_RECORD_MAX_INNER_PLAINTEXT_LEN \ macro
39 (TLS13_RECORD_MAX_INNER_PLAINTEXT_LEN + TLS13_RECORD_MAX_AEAD_OVERHEAD)
HDtls13_record_layer.c579 if (out_len > TLS13_RECORD_MAX_INNER_PLAINTEXT_LEN) { in tls13_record_layer_open_record_protected()
711 if (inner_len > TLS13_RECORD_MAX_INNER_PLAINTEXT_LEN) in tls13_record_layer_seal_record_protected()