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

Return value

0 on success. #MBEDTLS_ERR_X509_INVALID_NAME if \p s does not contain a valid hexstring, or if the decoded hexstring is not valid DER, or if the payload does not fit in \p data, or if the payload is more than #MBEDTLS_X509_MAX_DN_NAME_SIZE bytes, of if \p *tag is an ASN.1 string tag and the payload contains a null byte. #MBEDTLS_ERR_X509_ALLOC_FAILED on low memory.

References