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

Return value

0 if successful. An ASN.1 error code if the input does not start with a valid ASN.1 INTEGER. #MBEDTLS_ERR_ASN1_INVALID_LENGTH if the parsed value does not fit in an \c int. An MPI error code if the parsed value is too large.

References