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

Return value

#PSA_SUCCESS Success. #PSA_ERROR_INVALID_SIGNATURE The cipher is not authentic. #PSA_ERROR_NOT_SUPPORTED \p alg is not supported. #PSA_ERROR_INSUFFICIENT_MEMORY \emptydescription #PSA_ERROR_BUFFER_TOO_SMALL plaintext_size is too small. #PSA_ERROR_CORRUPTION_DETECTED \emptydescription

Notes

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

References