mbedTLS + 0/2 examples
SourceVu will show references to mbedtls_x509_crt_parse() from the following samples and libraries:
 
Symbols
loading...
Files
loading (2/5)...
SummarySyntaxArgumentsRelatedExamplesReferencesCall TreeData Use

Return value

\c 0 if all certificates were parsed successfully. The (positive) number of certificates that couldn't be parsed if parsing was partly successful (see above). A negative X509 or PEM error code otherwise.

Notes

If #MBEDTLS_USE_PSA_CRYPTO is enabled, the PSA crypto subsystem must have been initialized by calling psa_crypto_init() before calling this function.

References

from 0/2 examples