Add STORAGE_FAILURE everywhere + add missing codes
diff --git a/include/psa/crypto.h b/include/psa/crypto.h
index d714de0..5b556bc 100644
--- a/include/psa/crypto.h
+++ b/include/psa/crypto.h
@@ -2250,7 +2250,7 @@
  *    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.