commit | b6ccd4608ce4b99466624b386a6e964e45c877b2 | [log] [tgz] |
---|---|---|
author | Jagadish-NXP <78203265+Jagadish-NXP@users.noreply.github.com> | Wed May 12 22:16:20 2021 +0530 |
committer | GitHub <noreply@github.com> | Wed May 12 09:46:20 2021 -0700 |
tree | 938e37788a295d2e54eb6a4d090dc708251f9a93 | |
parent | c64d9d15e5a80b44023af7a7f551b4e3b08172a0 [diff] [blame] |
Feature/hkdf hsm (#6662) * added HKDF HSM * restyled * extended pbkdf api with sha algorithm input
diff --git a/src/crypto/BUILD.gn b/src/crypto/BUILD.gn index 188c78d..58a18f2 100644 --- a/src/crypto/BUILD.gn +++ b/src/crypto/BUILD.gn
@@ -87,6 +87,7 @@ if (chip_with_se05x == 1) { sources += [ + "hsm/nxp/CHIPCryptoPALHsm_SE05X_HKDF.cpp", "hsm/nxp/CHIPCryptoPALHsm_SE05X_P256.cpp", "hsm/nxp/CHIPCryptoPALHsm_SE05X_PBKDF.cpp", "hsm/nxp/CHIPCryptoPALHsm_SE05X_Spake2p.cpp",