Lines Matching refs:algorithm
33 - Authenticated Encryption with Associated Data (AEAD) algorithm
34 - Asymmetric key algorithm based signature and verification
44 - Asymmetric key algorithm based Initial Attestation
97 - ECDHE_ECDSA as key exchange algorithm.
98 - AES-128-CCM (AES CCM mode with 128-bit key) as AEAD algorithm.
102 - HMAC as Message Authentication Code algorithm.
131 If usage scenarios require RSA algorithm for backward compatibility and legacy
135 AEAD algorithm
139 AEAD algorithm for PS service as the one used by TLS/DTLS cipher suite.
169 TF-M PS service relies on an AEAD algorithm to ensure data confidentiality and
170 integrity. It is recommended to select the same AEAD algorithm as the one used
289 …| ``TFM_CRYPTO_TEST_ALG_SHA_384`` | ``OFF`` | Disable SHA-384 algorithm test …
291 …| ``TFM_CRYPTO_TEST_ALG_SHA_512`` | ``OFF`` | Disable SHA-512 algorithm test …
293 …| ``TFM_CRYPTO_TEST_HKDF`` | ``OFF`` | Disable HKDF algorithm test …
299 …PTO_TEST_CHACHA20_POLY1305`` | ``OFF`` | Disable ChaCha20-Poly1305 AEAD algorithm test |
325 - Asymmetric key algorithm based signature and verification
379 If PS is selected, AES-CCM is used as AEAD algorithm by default. It requires to
380 enable PS implementation to select diverse AEAD algorithm.