|
1 | | -.. SPDX-FileCopyrightText: Copyright 2023 Arm Limited and/or its affiliates <open-source-office@arm.com> |
| 1 | +.. SPDX-FileCopyrightText: Copyright 2022-2023 Arm Limited and/or its affiliates <open-source-office@arm.com> |
2 | 2 | .. SPDX-License-Identifier: CC-BY-SA-4.0 AND LicenseRef-Patent-license |
3 | 3 |
|
4 | 4 | .. _appendix-encodings: |
@@ -236,7 +236,8 @@ W is a flag to indicate a wildcard permitted-algorithm policy: |
236 | 236 | AEAD algorithm, B, AEAD-TYPE, Algorithm identifier, Algorithm value |
237 | 237 | CCM :sup:`a`, 1, ``0x01``, `PSA_ALG_CCM`, ``0x05500100`` :sup:`b` |
238 | 238 | GCM :sup:`a`, 1, ``0x02``, `PSA_ALG_GCM`, ``0x05500200`` :sup:`b` |
239 | | - ChaCha20-poly1305, 0, ``0x05``, `PSA_ALG_CHACHA20_POLY1305`, ``0x05100500`` :sup:`b` |
| 239 | + ChaCha20-Poly1305, 0, ``0x05``, `PSA_ALG_CHACHA20_POLY1305`, ``0x05100500`` :sup:`b` |
| 240 | + XChaCha20-Poly1305, 0, ``0x06``, `PSA_ALG_XCHACHA20_POLY1305`, ``0x05100600`` :sup:`b` |
240 | 241 |
|
241 | 242 | a. This is an AEAD mode of an underlying block cipher. The block cipher is determined by the key type that is provided to the AEAD operation. |
242 | 243 |
|
@@ -499,6 +500,7 @@ The defined values for BLK, SYM-TYPE and P are shown in :numref:`table-symmetric |
499 | 500 | Symmetric key type, BLK, SYM-TYPE, P, Key type, Key type value |
500 | 501 | ARC4, 0, 1, 0, `PSA_KEY_TYPE_ARC4`, ``0x2002`` |
501 | 502 | ChaCha20, 0, 2, 0, `PSA_KEY_TYPE_CHACHA20`, ``0x2004`` |
| 503 | + XChaCha20, 0, 3, 1, `PSA_KEY_TYPE_XCHACHA20`, ``0x2007`` |
502 | 504 | DES, 3, 0, 1, `PSA_KEY_TYPE_DES`, ``0x2301`` |
503 | 505 | AES, 4, 0, 0, `PSA_KEY_TYPE_AES`, ``0x2400`` |
504 | 506 | CAMELLIA, 4, 1, 1, `PSA_KEY_TYPE_CAMELLIA`, ``0x2403`` |
|
0 commit comments