Home
last modified time | relevance | path

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

/optee_os/core/drivers/
H A Dstm32mp15_huk.c18 #define HUK_NB_OTP (HW_UNIQUE_KEY_LENGTH / sizeof(uint32_t)) macro
130 static __maybe_unused TEE_Result pos_from_dt(uint32_t otp_id[HUK_NB_OTP]) in pos_from_dt() argument
146 for (i = 0; i < HUK_NB_OTP; i++) in pos_from_dt()
152 static TEE_Result get_otp_pos(uint32_t otp_id[HUK_NB_OTP]) in get_otp_pos() argument
174 uint32_t otp_key[HUK_NB_OTP] = { }; in tee_otp_get_hw_unique_key()
175 uint32_t otp_id[HUK_NB_OTP] = { }; in tee_otp_get_hw_unique_key()
186 for (i = 0; i < HUK_NB_OTP; i++) { in tee_otp_get_hw_unique_key()