Home
last modified time | relevance | path

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

/optee_os/core/arch/arm/plat-rockchip/
H A Dplatform_rk3588.c202 uint32_t buffer[ROCKCHIP_OTP_HUK_SIZE] = { }; in persist_huk()
210 ROCKCHIP_OTP_HUK_SIZE); in persist_huk()
221 uint32_t buffer[ROCKCHIP_OTP_HUK_SIZE] = { }; in read_huk()
230 ROCKCHIP_OTP_HUK_SIZE); in read_huk()
H A Dplatform_config.h122 #define ROCKCHIP_OTP_HUK_SIZE 0x4 macro