Searched refs:oph (Results 1 – 6 of 6) sorted by relevance
| /OK3568_Linux_fs/kernel/net/phonet/ |
| H A D | af_phonet.c | 314 const struct phonethdr *oph = pn_hdr(rskb); in send_obj_unreachable() local 321 if (oph->pn_res == PN_PREFIX) { in send_obj_unreachable() 332 pn_object(oph->pn_sdev, oph->pn_sobj), in send_obj_unreachable() 333 pn_object(oph->pn_rdev, oph->pn_robj), in send_obj_unreachable() 334 oph->pn_res); in send_obj_unreachable() 339 struct phonethdr *oph = pn_hdr(rskb); in send_reset_indications() local 346 pn_object(oph->pn_sdev, 0x00), in send_reset_indications() 347 pn_object(oph->pn_rdev, oph->pn_robj), in send_reset_indications()
|
| H A D | pep.c | 88 const struct pnpipehdr *oph = pnp_hdr(oskb); in pep_reply() local 98 ph->utid = oph->utid; in pep_reply() 99 ph->message_id = oph->message_id + 1; /* REQ -> RESP */ in pep_reply() 100 ph->pipe_handle = oph->pipe_handle; in pep_reply() 193 const struct pnpipehdr *oph = pnp_hdr(oskb); in pep_ctrlreq_error() local 198 oph->pep_type, /* PEP type */ in pep_ctrlreq_error() 208 ph->utid = oph->utid; in pep_ctrlreq_error() 210 ph->pipe_handle = oph->pipe_handle; in pep_ctrlreq_error() 211 ph->data0 = oph->data[0]; /* CTRL id */ in pep_ctrlreq_error()
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/host/xtest/ |
| H A D | xtest_helpers.h | 46 TEE_OperationHandle *oph, 64 TEE_OperationHandle oph, 73 TEE_OperationHandle oph, 87 TEE_OperationHandle oph);
|
| H 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()
|
| H A D | regression_4000.c | 28 TEE_OperationHandle oph) in ta_crypt_cmd_reset_operation() argument 34 assert((uintptr_t)oph <= UINT32_MAX); in ta_crypt_cmd_reset_operation() 35 op.params[0].value.a = (uint32_t)(uintptr_t)oph; in ta_crypt_cmd_reset_operation() 75 TEE_OperationHandle oph, in ta_crypt_cmd_digest_update() argument 83 assert((uintptr_t)oph <= UINT32_MAX); in ta_crypt_cmd_digest_update() 84 op.params[0].value.a = (uint32_t)(uintptr_t)oph; in ta_crypt_cmd_digest_update() 103 TEE_OperationHandle oph, in ta_crypt_cmd_digest_do_final() argument 112 assert((uintptr_t)oph <= UINT32_MAX); in ta_crypt_cmd_digest_do_final() 113 op.params[0].value.a = (uint32_t)(uintptr_t)oph; in ta_crypt_cmd_digest_do_final() 141 TEE_OperationHandle oph, in ta_crypt_cmd_set_operation_key2() argument [all …]
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/host/xtest/gp/include/ |
| H 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() 1985 uint32_t cmd, uint32_t oph, in Invoke_Crypto_AsymmetricSignDigest() argument 2005 op.params[0].value.a = oph; in Invoke_Crypto_AsymmetricSignDigest() 2050 uint32_t cmd, uint32_t oph, in Invoke_Crypto_AsymmetricVerifyDigest() argument 2086 op.params[0].value.a = oph; in Invoke_Crypto_AsymmetricVerifyDigest() 2110 uint32_t oph, in Invoke_Crypto_AsymmetricEncrypt() argument [all …]
|