Lines Matching full:with

11  *  not use this file except in compliance with the License.
58 * These constants comply with the DER encoded ASN.1 type tags.
225 * with the requested tag.
246 * \return An ASN.1 error code if the input does not start with
265 * \return An ASN.1 error code if the input does not start with
286 * \return An ASN.1 error code if the input does not start with
309 * \return An ASN.1 error code if the input does not start with
328 * \return #MBEDTLS_ERR_ASN1_INVALID_DATA if the input starts with
329 * a valid BIT STRING with a nonzero number of unused bits.
330 * \return An ASN.1 error code if the input does not start with
342 * the allocated memory with mbedtls_asn1_sequence_free().
361 * list. Each node in this list is allocated with
363 * therefore be freed with mbedtls_free().
377 * \return #MBEDTLS_ERR_ASN1_UNEXPECTED_TAG if the input starts with
381 * \return An ASN.1 error code if the input does not start with
394 * - Allocate a head node `mbedtls_asn1_sequence *head` with mbedtls_calloc().
437 * The callback is called on the elements with a "may" tag from left to
438 * right. If the input is not a valid SEQUENCE of elements with a "must" tag,
453 * SEQUENCE, after masking with \p tag_must_mask.
462 * SEQUENCE, after masking with \p tag_may_mask.
467 * that all tags with value different from \p tag_may_val
471 * The callback function is called with the following
487 * of elements with an accepted tag.
489 * with an ASN.1 SEQUENCE in which an element has a tag
491 * \return An ASN.1 error code if the input does not start with
518 * \return An ASN.1 error code if the input does not start with
550 * \brief Retrieve an AlgorithmIdentifier ASN.1 sequence with NULL or no