Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/common/
H A Dkeymaster.c93 TeecOperation.paramTypes = TEEC_PARAM_TYPES(TEEC_MEMREF_TEMP_INPUT, in read_from_keymaster()
194 TeecOperation.paramTypes = TEEC_PARAM_TYPES(TEEC_MEMREF_TEMP_INPUT, in write_to_keymaster()
H A Dwrite_keybox.c101 TeecOperation.paramTypes = TEEC_PARAM_TYPES(TEEC_MEMREF_TEMP_INPUT, in write_to_security_storage()
205 TeecOperation.paramTypes = TEEC_PARAM_TYPES(TEEC_MEMREF_TEMP_INPUT, in rk_send_keybox_to_ta()
206 TEEC_MEMREF_TEMP_INPUT, in rk_send_keybox_to_ta()
/rk3399_rockchip-uboot/cmd/
H A Doptee.c99 TeecOperation.paramTypes = TEEC_PARAM_TYPES(TEEC_MEMREF_TEMP_INPUT, in test_secure_storage_default()
236 TeecOperation.paramTypes = TEEC_PARAM_TYPES(TEEC_MEMREF_TEMP_INPUT, in test_secure_storage_security_partition()
/rk3399_rockchip-uboot/include/optee_include/
H A Dtee_client_api.h82 #define TEEC_MEMREF_TEMP_INPUT 0x00000005 macro
/rk3399_rockchip-uboot/lib/optee_clientApi/
H A DOpteeClientInterface.c187 TeecOperation.paramTypes = TEEC_PARAM_TYPES(TEEC_MEMREF_TEMP_INPUT, in trusty_base_write_security_data()
288 TeecOperation.paramTypes = TEEC_PARAM_TYPES(TEEC_MEMREF_TEMP_INPUT, in trusty_base_read_security_data()
579 TeecOperation.paramTypes = TEEC_PARAM_TYPES(TEEC_MEMREF_TEMP_INPUT, in trusty_base_efuse_or_otp_operation()
865 TEEC_MEMREF_TEMP_INPUT, in trusty_write_oem_ns_otp()
997 TEEC_MEMREF_TEMP_INPUT, in trusty_write_oem_otp_key()
1202 TEEC_MEMREF_TEMP_INPUT, in trusty_oem_otp_key_cipher()
1270 TEEC_MEMREF_TEMP_INPUT, in trusty_write_oem_hdcp_key()
1439 TEEC_MEMREF_TEMP_INPUT, in trusty_write_esck_key()
1608 TEEC_MEMREF_TEMP_INPUT, in trusty_write_fw_encrypt_key()
1791 TEEC_MEMREF_TEMP_INPUT, in trusty_oem_user_ta_transfer()
[all …]
H A DOpteeClientSMC.c279 if (attr == TEEC_MEMREF_TEMP_INPUT || in SetTeeSmc32Params()
283 attr += (OPTEE_MSG_ATTR_TYPE_TMEM_INPUT_V2 - TEEC_MEMREF_TEMP_INPUT); in SetTeeSmc32Params()