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

Return value

#PSA_SUCCESS Success. #PSA_ERROR_BAD_STATE The operation state is not valid (it must be active). #PSA_ERROR_INSUFFICIENT_MEMORY \emptydescription #PSA_ERROR_CORRUPTION_DETECTED \emptydescription

Notes

The signature of this function is that of a PSA driver hash_update entry point. This function behaves as a hash_update entry point as defined in the PSA driver interface specification for transparent drivers.

References