Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/lib/optee_clientApi/
H A DOpteeClientInterface.c532 static uint32_t trusty_base_efuse_or_otp_operation(uint32_t cmd, in trusty_base_efuse_or_otp_operation() function
611 return trusty_base_efuse_or_otp_operation(STORAGE_CMD_READ_ATTRIBUTE_HASH, in trusty_read_attribute_hash()
617 return trusty_base_efuse_or_otp_operation(STORAGE_CMD_WRITE_ATTRIBUTE_HASH, in trusty_write_attribute_hash()
632 return trusty_base_efuse_or_otp_operation(STORAGE_CMD_READ_VBOOTKEY_HASH, in trusty_read_vbootkey_hash()
638 return trusty_base_efuse_or_otp_operation(STORAGE_CMD_WRITE_VBOOTKEY_HASH, in trusty_write_vbootkey_hash()
649 TeecResult = trusty_base_efuse_or_otp_operation(STORAGE_CMD_READ_ENABLE_FLAG, in trusty_read_vbootkey_enable_flag()
666 return trusty_base_efuse_or_otp_operation(STORAGE_CMD_WRITE_TA_ENCRYPTION_KEY, in trusty_write_ta_encryption_key()
722 return trusty_base_efuse_or_otp_operation(STORAGE_CMD_WRITE_OEM_ENCRYPT_DATA, in trusty_write_oem_encrypt_data()
781 return trusty_base_efuse_or_otp_operation(STORAGE_CMD_CHECK_SECURITY_LEVEL_FLAG, in trusty_check_security_level_flag()
787 return trusty_base_efuse_or_otp_operation(STORAGE_CMD_WRITE_OEM_HUK, in trusty_write_oem_huk()