Lines Matching defs:content
25 uint8_t content_type, const uint8_t *content, size_t content_len);
537 * content from the record to the plaintext buffer.
558 uint8_t *content = NULL;
572 if ((content = calloc(1, CBS_len(&enc_record))) == NULL)
581 content, &out_len, content_len,
596 * The real content type is hidden at the end of the record content and
598 * Time to hunt for that elusive content type!
600 CBS_init(&inner, content, out_len);
622 freezero(content, content_len);
641 uint8_t content_type, const uint8_t *content, size_t content_len)
659 * content into the record.
670 if (!CBB_add_bytes(&body, content, content_len))
693 uint8_t content_type, const uint8_t *content, size_t content_len)
711 if (!CBB_add_bytes(&cbb, content, content_len))
793 uint8_t content_type, const uint8_t *content, size_t content_len)
805 content_type, content, content_len);
808 content, content_len);
989 * Handshake content can appear as post-handshake messages (yup,
990 * the RFC reused the same content type...), which means we can
1042 uint8_t content_type, const uint8_t *content, size_t content_len)
1051 * we need to return content length on the next call.
1086 if (!tls13_record_layer_seal_record(rl, content_type, content, content_len))