Lines Matching defs:inner
557 CBS header, enc_record, inner;
600 CBS_init(&inner, content, out_len);
602 while (CBS_get_last_u8(&inner, &content_type)) {
611 if (CBS_len(&inner) > TLS13_RECORD_MAX_PLAINTEXT_LEN) {
616 tls_content_set_data(rl->rcontent, content_type, CBS_data(&inner),
617 CBS_len(&inner));
695 uint8_t *data = NULL, *header = NULL, *inner = NULL;
708 /* Build inner plaintext. */
716 if (!CBB_finish(&cbb, &inner, &inner_len))
755 * this would avoid a copy since the inner would be passed as two
761 inner, inner_len, header, header_len))
786 freezero(inner, inner_len);
882 * On receiving a handshake or alert record with empty inner plaintext,