Searched refs:OTP_DATA_TEE_HUK_SIZE (Results 1 – 2 of 2) sorted by relevance
27 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()
17 #define OTP_DATA_TEE_HUK_SIZE U(0x10) macro