Home
last modified time | relevance | path

Searched refs:HW_UNIQUE_KEY_LENGTH (Results 1 – 7 of 7) sorted by relevance

/optee_os-3.20.0/core/drivers/imx/dcp/
A Ddcp_huk.c25 uint8_t data[HW_UNIQUE_KEY_LENGTH];
87 memcpy(dcp_huk.data, hwkey->data, HW_UNIQUE_KEY_LENGTH); in tee_otp_get_hw_unique_key()
91 memcpy(hwkey->data, dcp_huk.data, HW_UNIQUE_KEY_LENGTH); in tee_otp_get_hw_unique_key()
/optee_os-3.20.0/core/drivers/
A Dstm32mp15_huk.c155 static_assert(sizeof(otp_key) == HW_UNIQUE_KEY_LENGTH); in tee_otp_get_hw_unique_key()
156 memcpy(hwkey->data, otp_key, HW_UNIQUE_KEY_LENGTH); in tee_otp_get_hw_unique_key()
164 if (len != HW_UNIQUE_KEY_LENGTH) in tee_otp_get_hw_unique_key()
172 memzero_explicit(otp_key, HW_UNIQUE_KEY_LENGTH); in tee_otp_get_hw_unique_key()
177 DHEXDUMP(hwkey->data, HW_UNIQUE_KEY_LENGTH); in tee_otp_get_hw_unique_key()
A Dzynqmp_huk.c21 uint8_t key[HW_UNIQUE_KEY_LENGTH];
67 assert(huk_source_size == HW_UNIQUE_KEY_LENGTH); in tee_zynqmp_generate_huk_src()
110 uint8_t src[HW_UNIQUE_KEY_LENGTH] __aligned_csuaes = { 0 }; in tee_otp_get_hw_unique_key()
113 uint8_t sha[HW_UNIQUE_KEY_LENGTH] = { 0 }; in tee_otp_get_hw_unique_key()
221 memcpy(hwkey->data, huk.key, HW_UNIQUE_KEY_LENGTH); in tee_otp_get_hw_unique_key()
A Dversal_huk.c22 uint8_t key[HW_UNIQUE_KEY_LENGTH];
333 memcpy(hwkey->data, huk.key, HW_UNIQUE_KEY_LENGTH); in tee_otp_get_hw_unique_key()
/optee_os-3.20.0/core/include/kernel/
A Dtee_common_otp.h15 uint8_t data[HW_UNIQUE_KEY_LENGTH];
/optee_os-3.20.0/core/arch/arm/plat-k3/
A Dmain.c83 assert(SA2UL_DKEK_KEY_LEN >= HW_UNIQUE_KEY_LENGTH); in tee_otp_get_hw_unique_key()
/optee_os-3.20.0/lib/libutee/include/
A Dutee_defines.h309 #define HW_UNIQUE_KEY_LENGTH (16) macro

Completed in 8 milliseconds