mbedtls_asn1_get_tag() is only used within mbedTLS.
 
Symbols
loading...
Files
loading (1/5)...
SummarySyntaxArgumentsReferencesCall TreeData Use

Return value

0 if successful. #MBEDTLS_ERR_ASN1_UNEXPECTED_TAG if the data does not start with the requested tag. #MBEDTLS_ERR_ASN1_OUT_OF_DATA if the ASN.1 element would end beyond \p end. #MBEDTLS_ERR_ASN1_INVALID_LENGTH if the length is unparsable.

References