Searched refs:TLS13_RECORD_MAX_LEN (Results 1 - 3 of 3) sorted by relevance

/openbsd-current/lib/libssl/
H A Dtls13_record.h40 #define TLS13_RECORD_MAX_LEN \ macro
H A Dtls13_record.c39 if ((rec->buf = tls_buffer_new(TLS13_RECORD_MAX_LEN)) == NULL)
109 if (data_len > TLS13_RECORD_MAX_LEN)
/openbsd-current/regress/lib/libssl/record/
H A Drecordtest.c471 if ((ws.buf = malloc(TLS13_RECORD_MAX_LEN)) == NULL)

Completed in 187 milliseconds