Home
last modified time | relevance | path

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

/optee_os/core/pta/rockchip/
H A Drk_secure_boot.c63 res = rockchip_otp_read_secure(&status, idx, sz); in write_key_size()
98 res = rockchip_otp_read_secure(tmp, in write_hash()
136 res = rockchip_otp_read_secure(&status, in get_info()
142 res = rockchip_otp_read_secure(hash, in get_info()
188 res = rockchip_otp_read_secure(old_hash, in burn_hash()
206 res = rockchip_otp_read_secure(&status, in burn_hash()
251 res = rockchip_otp_read_secure(hash, in lockdown_device()
261 res = rockchip_otp_read_secure(&status, in lockdown_device()
286 res = rockchip_otp_read_secure(&status, in lockdown_device()
/optee_os/core/include/drivers/
H A Drockchip_otp.h18 TEE_Result rockchip_otp_read_secure(uint32_t *value, uint32_t index,
/optee_os/core/drivers/
H A Drockchip_otp.c43 TEE_Result rockchip_otp_read_secure(uint32_t *value, uint32_t index, in rockchip_otp_read_secure() function
134 res = rockchip_otp_read_secure(&old_val, curr_idx, OTP_WORD); in rockchip_otp_write_secure()
/optee_os/core/arch/arm/plat-rockchip/
H A Dplatform_rk3588.c228 res = rockchip_otp_read_secure(buffer, in read_huk()