mbedtls_asn1_get_tag() is only used within mbed TLS Library.
 
Symbols
loading...
Files
loading...
SummarySyntaxArgumentsReferences

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

from examples