mbedtls_rsa_parse_pubkey() is only used within mbedTLS.
 
Symbols
loading...
Files
loading...
SummarySyntaxArgumentsRelatedReferencesCall TreeData Use

Return value

0 on success. MBEDTLS_ERR_ASN1_xxx in case of ASN.1 parsing errors. MBEDTLS_ERR_RSA_xxx in case of RSA internal failures while parsing data. MBEDTLS_ERR_RSA_KEY_CHECK_FAILED if validity checks on the provided key fail.

References