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

Notes

This is a piece of a SHA algorithm, rather than an entire SHA algorithm. Call esp_sha_try_lock_engine() before calling this function. Do not call esp_sha_lock_memory_block() beforehand, this is done inside the function. If sha_type is SHA2_384, only 48 bytes of state will be read. This is enough for the final SHA2_384 digest, but if you want the interim SHA-384 state (to continue digesting) then pass SHA2_512 instead.