Skip to content

Commit 44e4ae6

Browse files
committed
Crypto: enable SP800-108 Counter CMAC support in runtime
This will allow running Crypto tests for SP800-108 CMAC KDF. Change-Id: Ie5c425a1781d39bcfa27cd068bf48323616820d3 Signed-off-by: Amjad Ouled-Ameur <amjad.ouled-ameur@arm.com>
1 parent bb50116 commit 44e4ae6

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

lib/ext/tf-psa-crypto/tfpsacrypto_config/crypto_config_default.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,7 @@
6060
#define PSA_WANT_ALG_HKDF 1
6161
#define PSA_WANT_ALG_HKDF_EXTRACT 1
6262
#define PSA_WANT_ALG_HKDF_EXPAND 1
63+
#define PSA_WANT_ALG_SP800_108_COUNTER_CMAC 1
6364
#define PSA_WANT_ALG_HMAC 1
6465
//#define PSA_WANT_ALG_MD5 1
6566
#define PSA_WANT_ALG_OFB 1

0 commit comments

Comments
 (0)