Searched refs:oph (Results 1 – 4 of 4) sorted by relevance
/optee_test-3.20.0/host/xtest/ |
A D | xtest_helpers.h | 48 TEE_OperationHandle *oph, 66 TEE_OperationHandle oph, 75 TEE_OperationHandle oph, 89 TEE_OperationHandle oph);
|
A D | xtest_helpers.c | 43 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 D | regression_4000.c | 29 TEE_OperationHandle oph) in ta_crypt_cmd_reset_operation() argument 104 TEE_OperationHandle oph, in ta_crypt_cmd_digest_do_final() argument 142 TEE_OperationHandle oph, in ta_crypt_cmd_set_operation_key2() argument 173 TEE_OperationHandle oph, in ta_crypt_cmd_mac_init() argument 205 TEE_OperationHandle oph, in ta_crypt_cmd_mac_update() argument 234 TEE_OperationHandle oph, in ta_crypt_cmd_mac_final_compute() argument 273 TEE_OperationHandle oph, in ta_crypt_cmd_mac_final_compare() argument 377 TEE_OperationHandle oph, in ta_crypt_cmd_cipher_do_final() argument 443 TEE_OperationHandle oph, in ta_crypt_cmd_ae_init() argument 505 TEE_OperationHandle oph, in ta_crypt_cmd_ae_update() argument [all …]
|
/optee_test-3.20.0/host/xtest/gp/include/ |
A D | xml_crypto_api.h | 917 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 22 milliseconds