Home
last modified time | relevance | path

Searched refs:OTP_DATA_TEE_HUK_SIZE (Results 1 – 2 of 2) sorted by relevance

/optee_os/core/arch/arm/plat-telechips/
H A Dmain.c27 static uint32_t plat_huk[OTP_DATA_TEE_HUK_SIZE / sizeof(uint32_t)];
57 memcpy(hwkey->data, plat_huk, OTP_DATA_TEE_HUK_SIZE); in tee_otp_get_hw_unique_key()
68 if (!crypto_rng_read(plat_huk, OTP_DATA_TEE_HUK_SIZE)) { in init_huk()
/optee_os/core/arch/arm/plat-telechips/tcc805x/
H A Dotprom.h17 #define OTP_DATA_TEE_HUK_SIZE U(0x10) macro