Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/lib/optee_clientApi/
H A DOpteeClientInterface.c192 TeecResult = TEEC_InvokeCommand(&TeecSession, in trusty_base_write_security_data()
293 TeecResult = TEEC_InvokeCommand(&TeecSession, in trusty_base_read_security_data()
342 TeecResult = TEEC_InvokeCommand(&TeecSession, in trusty_base_end_security_data()
390 TeecResult = TEEC_InvokeCommand(&TeecSession, in trusty_notify_always_use_security()
519 TeecResult = TEEC_InvokeCommand(&TeecSession, in trusty_base_end_efuse_or_otp()
591 TeecResult = TEEC_InvokeCommand(&TeecSession, in trusty_base_efuse_or_otp_operation()
707 TeecResult = TEEC_InvokeCommand(&TeecSession, in trusty_ta_encryption_key_is_written()
763 TeecResult = TEEC_InvokeCommand(&TeecSession, in trusty_oem_encrypt_data_is_written()
869 TeecResult = TEEC_InvokeCommand(&TeecSession, in trusty_write_oem_ns_otp()
933 TeecResult = TEEC_InvokeCommand(&TeecSession, in trusty_read_oem_ns_otp()
[all …]
H A DOpteeClientApiLib.c394 TEEC_Result TEEC_InvokeCommand(TEEC_Session *session, in TEEC_InvokeCommand() function
/rk3399_rockchip-uboot/cmd/
H A Doptee.c104 TeecResult = TEEC_InvokeCommand(&TeecSession,//write data in test_secure_storage_default()
130 TeecResult = TEEC_InvokeCommand(&TeecSession,//read data in test_secure_storage_default()
241 TeecResult = TEEC_InvokeCommand(&TeecSession,//write data in test_secure_storage_security_partition()
267 TeecResult = TEEC_InvokeCommand(&TeecSession,//read data in test_secure_storage_security_partition()
/rk3399_rockchip-uboot/common/
H A Dkeymaster.c98 TeecResult = TEEC_InvokeCommand(&TeecSession, in read_from_keymaster()
199 TeecResult = TEEC_InvokeCommand(&TeecSession, in write_to_keymaster()
H A Dwrite_keybox.c106 TeecResult = TEEC_InvokeCommand(&TeecSession, in write_to_security_storage()
211 TeecResult = TEEC_InvokeCommand(&TeecSession, in rk_send_keybox_to_ta()
/rk3399_rockchip-uboot/include/optee_include/
H A Dtee_client_api.h461 TEEC_Result TEEC_InvokeCommand(TEEC_Session *session,