Searched refs:TEEC_MEMREF_TEMP_INPUT (Results 1 – 6 of 6) sorted by relevance
| /rk3399_rockchip-uboot/common/ |
| H A D | keymaster.c | 93 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 D | write_keybox.c | 101 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 D | optee.c | 99 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 D | tee_client_api.h | 82 #define TEEC_MEMREF_TEMP_INPUT 0x00000005 macro
|
| /rk3399_rockchip-uboot/lib/optee_clientApi/ |
| H A D | OpteeClientInterface.c | 187 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 D | OpteeClientSMC.c | 279 if (attr == TEEC_MEMREF_TEMP_INPUT || in SetTeeSmc32Params() 283 attr += (OPTEE_MSG_ATTR_TYPE_TMEM_INPUT_V2 - TEEC_MEMREF_TEMP_INPUT); in SetTeeSmc32Params()
|