Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/common/
H A Dkeymaster.c94 TEEC_MEMREF_TEMP_INOUT, in read_from_keymaster()
195 TEEC_MEMREF_TEMP_INOUT, in write_to_keymaster()
H A Dwrite_keybox.c102 TEEC_MEMREF_TEMP_INOUT, in write_to_security_storage()
207 TEEC_MEMREF_TEMP_INOUT, in rk_send_keybox_to_ta()
/rk3399_rockchip-uboot/cmd/
H A Doptee.c100 TEEC_MEMREF_TEMP_INOUT, in test_secure_storage_default()
237 TEEC_MEMREF_TEMP_INOUT, in test_secure_storage_security_partition()
/rk3399_rockchip-uboot/include/optee_include/
H A Dtee_client_api.h84 #define TEEC_MEMREF_TEMP_INOUT 0x00000007 macro
/rk3399_rockchip-uboot/lib/optee_clientApi/
H A DOpteeClientInterface.c188 TEEC_MEMREF_TEMP_INOUT, in trusty_base_write_security_data()
289 TEEC_MEMREF_TEMP_INOUT, in trusty_base_read_security_data()
1940 TeecOperation.paramTypes = TEEC_PARAM_TYPES(TEEC_MEMREF_TEMP_INOUT, in trusty_attest_dh()
2026 TeecOperation.paramTypes = TEEC_PARAM_TYPES(TEEC_MEMREF_TEMP_INOUT, in trusty_attest_uuid()
2131 TeecOperation.paramTypes = TEEC_PARAM_TYPES(TEEC_MEMREF_TEMP_INOUT, in trusty_attest_get_ca()
2132 TEEC_MEMREF_TEMP_INOUT, in trusty_attest_get_ca()
2219 TeecOperation.paramTypes = TEEC_PARAM_TYPES(TEEC_MEMREF_TEMP_INOUT, in trusty_attest_set_ca()
H A DOpteeClientSMC.c281 attr == TEEC_MEMREF_TEMP_INOUT) { in SetTeeSmc32Params()