Home
last modified time | relevance | path

Searched refs:oph (Results 1 – 4 of 4) sorted by relevance

/optee_test/host/xtest/
A Dxtest_helpers.h46 TEE_OperationHandle *oph,
64 TEE_OperationHandle oph,
73 TEE_OperationHandle oph,
87 TEE_OperationHandle oph);
A Dxtest_helpers.c43 TEE_OperationHandle *oph, in ta_crypt_cmd_allocate_operation() argument
68 *oph = (TEE_OperationHandle)(uintptr_t)op.params[0].value.a; in ta_crypt_cmd_allocate_operation()
231 TEE_OperationHandle oph, in ta_crypt_cmd_set_operation_key() argument
238 assert((uintptr_t)oph <= UINT32_MAX); in ta_crypt_cmd_set_operation_key()
239 op.params[0].value.a = (uint32_t)(uintptr_t)oph; in ta_crypt_cmd_set_operation_key()
282 TEE_OperationHandle oph, TEE_ObjectHandle o, in ta_crypt_cmd_derive_key() argument
297 assert((uintptr_t)oph <= UINT32_MAX); in ta_crypt_cmd_derive_key()
298 op.params[0].value.a = (uint32_t)(uintptr_t)oph; in ta_crypt_cmd_derive_key()
357 TEE_OperationHandle oph) in ta_crypt_cmd_free_operation() argument
363 op.params[0].value.a = (uint32_t)(uintptr_t)oph; in ta_crypt_cmd_free_operation()
A Dregression_4000.c28 TEE_OperationHandle oph) in ta_crypt_cmd_reset_operation() argument
103 TEE_OperationHandle oph, in ta_crypt_cmd_digest_do_final() argument
141 TEE_OperationHandle oph, in ta_crypt_cmd_set_operation_key2() argument
172 TEE_OperationHandle oph, in ta_crypt_cmd_mac_init() argument
204 TEE_OperationHandle oph, in ta_crypt_cmd_mac_update() argument
233 TEE_OperationHandle oph, in ta_crypt_cmd_mac_final_compute() argument
272 TEE_OperationHandle oph, in ta_crypt_cmd_mac_final_compare() argument
376 TEE_OperationHandle oph, in ta_crypt_cmd_cipher_do_final() argument
442 TEE_OperationHandle oph, in ta_crypt_cmd_ae_init() argument
504 TEE_OperationHandle oph, in ta_crypt_cmd_ae_update() argument
[all …]
/optee_test/host/xtest/gp/include/
A Dxml_crypto_api.h917 uint32_t oph; member
924 uint32_t oph; member
981 saved_obh.oph = 0; in crypto_reset()
1390 saved_obh.oph = op_handle; in Invoke_Crypto_SetOperationKey()
1409 saved_obh.oph = op_handle; in Invoke_Crypto_SetOperationKey2()
2005 op.params[0].value.a = oph; in Invoke_Crypto_AsymmetricSignDigest()
2086 op.params[0].value.a = oph; in Invoke_Crypto_AsymmetricVerifyDigest()
2110 uint32_t oph, in Invoke_Crypto_AsymmetricEncrypt() argument
2129 op.params[0].value.a = oph; in Invoke_Crypto_AsymmetricEncrypt()
3508 uint32_t oph) in Invoke_Crypto_EnsureIntermediateBufferSize() argument
[all …]

Completed in 30 milliseconds