aboutsummaryrefslogtreecommitdiff
path: root/platform/include/tfm_plat_crypto_keys.h
diff options
context:
space:
mode:
authorJamie Fox <jamie.fox@arm.com>2019-09-26 16:58:03 +0100
committerJamie Fox <jamie.fox@arm.com>2019-11-05 14:49:13 +0000
commita80d033c6ce7ee995dfdeed4ce8582564f2adaa4 (patch)
tree79436da131622ae5502c6ea629797a65680aabd8 /platform/include/tfm_plat_crypto_keys.h
parent6c0a58dec1facc4d97566cb0bd683258d83149c6 (diff)
downloadtrusted-firmware-m-a80d033c6ce7ee995dfdeed4ce8582564f2adaa4.tar.gz
Platform: Remove function to get HUK
Removes the tfm_plat_get_crypto_huk() function as it is no longer required and may not be possible to implement on some platforms. Change-Id: If1c1039ce287c373daf6519959cbe87ff47db5b3 Signed-off-by: Jamie Fox <jamie.fox@arm.com>
Diffstat (limited to 'platform/include/tfm_plat_crypto_keys.h')
-rw-r--r--platform/include/tfm_plat_crypto_keys.h10
1 files changed, 0 insertions, 10 deletions
diff --git a/platform/include/tfm_plat_crypto_keys.h b/platform/include/tfm_plat_crypto_keys.h
index a281b7f4d2..d9a21b33d8 100644
--- a/platform/include/tfm_plat_crypto_keys.h
+++ b/platform/include/tfm_plat_crypto_keys.h
@@ -79,16 +79,6 @@ struct tfm_plat_rotpk_t {
};
/**
- * \brief Gets hardware unique key for encryption
- *
- * \param[out] key Buf to store the key in
- * \param[in] size Size of the buffer
- *
- * \return Returns error code specified in \ref tfm_plat_err_t
- */
-enum tfm_plat_err_t tfm_plat_get_crypto_huk(uint8_t *key, uint32_t size);
-
-/**
* \brief Gets key material derived from the hardware unique key.
*
* \param[in] label Label for KDF