otPlatCryptoSha256Init() is only used within ESP-IDF.
 
Symbols
loading (2/5)...
Files
loading (3/5)...
SummarySyntaxArgumentsRelatedReferencesCall TreeData Use

Return value

OT_ERROR_NONE Successfully initialised SHA-256 operation. OT_ERROR_FAILED Failed to initialise SHA-256 operation. OT_ERROR_INVALID_ARGS @p aContext was NULL

Notes

The platform driver shall point the context to the correct object such as psa_hash_operation_t or mbedtls_sha256_context.