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

Return value

The \c mbedtls_pkcs7_type of \p buf, if successful. A negative error code on failure.

Notes

This function makes an internal copy of the PKCS #7 buffer \p buf. In particular, \p buf may be destroyed or reused after this call returns. Signatures with internal data are not supported.

References