Home
last modified time | relevance | path

Searched refs:dst_oph (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/external/security/rk_tee_user/v2/host/xtest/gp/include/
H A Dxml_crypto_api.h2258 uint32_t cmd, uint32_t dst_oph, in Invoke_Crypto_CopyOperation() argument
2261 return Invoke_Simple_Function_v1(c, s, cmd, dst_oph, src_oph); in Invoke_Crypto_CopyOperation()
/OK3568_Linux_fs/external/security/rk_tee_user/v2/host/xtest/
H A Dregression_4000.c49 TEE_OperationHandle dst_oph, in ta_crypt_cmd_copy_operation() argument
56 assert((uintptr_t)dst_oph <= UINT32_MAX); in ta_crypt_cmd_copy_operation()
57 op.params[0].value.a = (uint32_t)(uintptr_t)dst_oph; in ta_crypt_cmd_copy_operation()