Searched refs:paramTypes (Results 1 – 6 of 6) sorted by relevance
| /rk3399_rockchip-uboot/lib/optee_clientApi/ |
| H A D | OpteeClientInterface.c | 132 TeecOperation.paramTypes = TEEC_PARAM_TYPES(TEEC_VALUE_INPUT, in trusty_base_write_security_data() 187 TeecOperation.paramTypes = TEEC_PARAM_TYPES(TEEC_MEMREF_TEMP_INPUT, in trusty_base_write_security_data() 236 TeecOperation.paramTypes = TEEC_PARAM_TYPES(TEEC_VALUE_INPUT, in trusty_base_read_security_data() 288 TeecOperation.paramTypes = TEEC_PARAM_TYPES(TEEC_MEMREF_TEMP_INPUT, in trusty_base_read_security_data() 337 TeecOperation.paramTypes = TEEC_PARAM_TYPES(TEEC_NONE, in trusty_base_end_security_data() 385 TeecOperation.paramTypes = TEEC_PARAM_TYPES(TEEC_NONE, in trusty_notify_always_use_security() 514 TeecOperation.paramTypes = TEEC_PARAM_TYPES(TEEC_NONE, in trusty_base_end_efuse_or_otp() 579 TeecOperation.paramTypes = TEEC_PARAM_TYPES(TEEC_MEMREF_TEMP_INPUT, in trusty_base_efuse_or_otp_operation() 585 TeecOperation.paramTypes = TEEC_PARAM_TYPES(TEEC_MEMREF_TEMP_OUTPUT, in trusty_base_efuse_or_otp_operation() 702 TeecOperation.paramTypes = TEEC_PARAM_TYPES(TEEC_VALUE_OUTPUT, in trusty_ta_encryption_key_is_written() [all …]
|
| H A D | OpteeClientSMC.c | 277 TEEC_PARAM_TYPE_GET(operation->paramTypes, ParamCount); in SetTeeSmc32Params()
|
| /rk3399_rockchip-uboot/common/ |
| H A D | keymaster.c | 46 TeecOperation.paramTypes = TEEC_PARAM_TYPES(TEEC_VALUE_INPUT, in read_from_keymaster() 93 TeecOperation.paramTypes = TEEC_PARAM_TYPES(TEEC_MEMREF_TEMP_INPUT, in read_from_keymaster() 146 TeecOperation.paramTypes = TEEC_PARAM_TYPES(TEEC_VALUE_INPUT, in write_to_keymaster() 194 TeecOperation.paramTypes = TEEC_PARAM_TYPES(TEEC_MEMREF_TEMP_INPUT, in write_to_keymaster()
|
| H A D | write_keybox.c | 58 TeecOperation.paramTypes = TEEC_PARAM_TYPES(TEEC_VALUE_INPUT, in write_to_security_storage() 101 TeecOperation.paramTypes = TEEC_PARAM_TYPES(TEEC_MEMREF_TEMP_INPUT, in write_to_security_storage() 151 TeecOperation.paramTypes = TEEC_PARAM_TYPES(TEEC_VALUE_INPUT, in rk_send_keybox_to_ta() 205 TeecOperation.paramTypes = TEEC_PARAM_TYPES(TEEC_MEMREF_TEMP_INPUT, in rk_send_keybox_to_ta()
|
| /rk3399_rockchip-uboot/cmd/ |
| H A D | optee.c | 41 TeecOperation.paramTypes = TEEC_PARAM_TYPES(TEEC_VALUE_INPUT, in test_secure_storage_default() 99 TeecOperation.paramTypes = TEEC_PARAM_TYPES(TEEC_MEMREF_TEMP_INPUT, in test_secure_storage_default() 183 TeecOperation.paramTypes = TEEC_PARAM_TYPES(TEEC_VALUE_INPUT, in test_secure_storage_security_partition() 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 | 361 uint32_t paramTypes; member
|