Skip to content

Commit a44e99e

Browse files
committed
samples: crypto: Add PSA_WANT_KEY_TYPE for HKDF+HMAC
Enable the required PSA_WANT_KEY_TYPE for the HKDF and HMAC samples. Signed-off-by: Georgios Vasilakis <[email protected]>
1 parent d594fbf commit a44e99e

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

samples/crypto/hkdf/prj.conf

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,3 +18,4 @@ CONFIG_MBEDTLS_HEAP_SIZE=8192
1818
CONFIG_PSA_WANT_ALG_HKDF=y
1919
CONFIG_PSA_WANT_ALG_HMAC=y
2020
CONFIG_PSA_WANT_ALG_SHA_256=y
21+
CONFIG_PSA_WANT_KEY_TYPE_HMAC=y

samples/crypto/hmac/prj.conf

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,3 +20,4 @@ CONFIG_PSA_WANT_GENERATE_RANDOM=y
2020
# This HMAC sample uses HMAC with SHA256
2121
CONFIG_PSA_WANT_ALG_HMAC=y
2222
CONFIG_PSA_WANT_ALG_SHA_256=y
23+
CONFIG_PSA_WANT_KEY_TYPE_HMAC=y

0 commit comments

Comments
 (0)