Add STORAGE_FAILURE everywhere + add missing codes

This commit is contained in:
Adrian L. Shaw 2019-08-13 14:41:52 +01:00
parent 1f1e1a5253
commit 1505b2108a

View file

@ -2250,7 +2250,7 @@ static psa_aead_operation_t psa_aead_operation_init(void);
* of the non-encrypted additional authenticated data each time.
* -# Call psa_aead_update() zero, one or more times, passing a fragment
* of the message to encrypt each time.
* -# Call psa_aead_finish().
* -# Call psa_aead_finish(psa_aead_encrypt).
*
* The application may call psa_aead_abort() at any time after the operation
* has been initialized.