Searched refs:HW_UNIQUE_KEY_LENGTH (Results 1 – 7 of 7) sorted by relevance
/optee_os-3.20.0/core/drivers/imx/dcp/ |
A D | dcp_huk.c | 25 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 D | stm32mp15_huk.c | 155 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 D | zynqmp_huk.c | 21 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 D | versal_huk.c | 22 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 D | tee_common_otp.h | 15 uint8_t data[HW_UNIQUE_KEY_LENGTH];
|
/optee_os-3.20.0/core/arch/arm/plat-k3/ |
A D | main.c | 83 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 D | utee_defines.h | 309 #define HW_UNIQUE_KEY_LENGTH (16) macro
|
Completed in 6 milliseconds