Lines Matching full:data
43 * ASN1 is a standard to specify data structures.
46 …R_ASN1_OUT_OF_DATA -0x0060 /**< Out of data when parsing an ASN1 data struct…
50 #define MBEDTLS_ERR_ASN1_INVALID_DATA -0x0068 /**< Data is invalid. */
52 …F_TOO_SMALL -0x006C /**< Buffer too small when writing ASN.1 data structure. */
139 * \name Functions to parse ASN.1 data structures
150 unsigned char *MBEDTLS_PRIVATE(p); /**< ASN1 data, e.g. in ASCII. */
161 unsigned char *MBEDTLS_PRIVATE(p); /**< Raw ASN1 data for the bit string */
176 * Container for a sequence or list of 'named' ASN.1 data items
196 * \param end End of data.
218 * \param end End of data.
224 * \return #MBEDTLS_ERR_ASN1_UNEXPECTED_TAG if the data does not start
242 * \param end End of data.
261 * \param end End of data.
282 * \param end End of data.
302 * \param end End of data.
308 * extra data after a valid BIT STRING.
324 * \param end End of data.
358 * \param end End of data.
376 * extra data after a valid SEQUENCE OF \p tag.
486 * contains extra data after a valid SEQUENCE
514 * \param end End of data.
538 * \param end End of data.
559 * \param end End of data.
584 * \param entry The named data entry to free.
593 * \param head Pointer to the head of the list of named data entries to free.