Home
last modified time | relevance | path

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

/optee_os/core/include/drivers/
H A Drockchip_otp.h28 TEE_Result rockchip_otp_write_secure(const uint32_t *value, uint32_t index,
/optee_os/core/pta/rockchip/
H A Drk_secure_boot.c59 res = rockchip_otp_write_secure(&status, idx, sz); in write_key_size()
92 res = rockchip_otp_write_secure(hash, in write_hash()
280 res = rockchip_otp_write_secure(&status, in lockdown_device()
/optee_os/core/drivers/
H A Drockchip_otp.c106 TEE_Result rockchip_otp_write_secure(const uint32_t *value, uint32_t index, in rockchip_otp_write_secure() function
/optee_os/core/arch/arm/plat-rockchip/
H A Dplatform_rk3588.c209 res = rockchip_otp_write_secure(buffer, ROCKCHIP_OTP_HUK_INDEX, in persist_huk()