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

Return value

#PSA_SUCCESS Success. #PSA_ERROR_NOT_SUPPORTED \p alg is not supported #PSA_ERROR_BUFFER_TOO_SMALL \p hash_size is too small #PSA_ERROR_INSUFFICIENT_MEMORY \emptydescription #PSA_ERROR_CORRUPTION_DETECTED \emptydescription

Notes

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

References