convert_der_to_raw_single_int() is only used within mbedTLS.
 
Symbols
loading...
Files
loading...
SummarySyntaxArgumentsReferences

Return value

On success, the amount of DER data parsed from the provided der buffer. MBEDTLS_ERR_ASN1_UNEXPECTED_TAG if the integer tag is missing in the der buffer. MBEDTLS_ERR_ASN1_LENGTH_MISMATCH if the integer is null (i.e. all zeros) or if the output raw buffer is too small to contain the converted raw value.

References

from examples