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

Return value

#PSA_SUCCESS The operation started successfully - call \c psa_sign_hash_complete() with the same context to complete the operation #PSA_ERROR_INVALID_ARGUMENT An unsupported, incorrectly formatted or incorrect type of key was used. #PSA_ERROR_NOT_SUPPORTED Either no internal interruptible operations are currently supported, or the key type is currently unsupported. #PSA_ERROR_INSUFFICIENT_MEMORY There was insufficient memory to load the key representation.

Notes

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

References