mbedtls_asn1_traverse_sequence_of() is only used within mbedTLS.
 
Symbols
loading...
Files
loading...
SummarySyntaxArgumentsReferencesCall TreeData Use

Return value

\c 0 if successful the entire ASN.1 SEQUENCE was traversed without parsing or callback errors. #MBEDTLS_ERR_ASN1_LENGTH_MISMATCH if the input contains extra data after a valid SEQUENCE of elements with an accepted tag. #MBEDTLS_ERR_ASN1_UNEXPECTED_TAG if the input starts with an ASN.1 SEQUENCE in which an element has a tag that is not accepted. An ASN.1 error code if the input does not start with a valid ASN.1 SEQUENCE. A non-zero error code forwarded from the callback \p cb in case the latter returns a non-zero value.

References