Things forgotten in the previous commit
Signed-off-by: Manuel Pégourié-Gonnard <manuel.pegourie-gonnard@arm.com>
diff --git a/docs/architecture/psa-migration/md-cipher-dispatch.md b/docs/architecture/psa-migration/md-cipher-dispatch.md
index 11c5f21..ca98a51 100644
--- a/docs/architecture/psa-migration/md-cipher-dispatch.md
+++ b/docs/architecture/psa-migration/md-cipher-dispatch.md
@@ -518,13 +518,14 @@
replaced by the above auto-enablement.
Cipher light includes:
-- info functions;
+- some info functions;
- support for block ciphers in ECB mode, encrypt only (note: in Cipher, "ECB"
means just one block, contrary to PSA);
-- the one-shot API as well as (part of) the streaming API;
+- part of the streaming API for unauthenticated ciphers;
- only AES, Aria and Camellia.
This excludes:
+- the one-shot API for unauthenticated ciphers;
- the AEAD/KW API (both one-shot and streaming);
- support for stream ciphers;
- support for other modes of block ciphers (CBC, CTR, CFB, etc.);