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

Return value

#PSA_SUCCESS \emptydescription #PSA_ERROR_BAD_STATE The \p source_operation state is not valid (it must be active). #PSA_ERROR_BAD_STATE The \p target_operation state is not valid (it must be inactive). #PSA_ERROR_CORRUPTION_DETECTED \emptydescription #PSA_ERROR_INSUFFICIENT_MEMORY \emptydescription

Notes

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

References