Searched refs:HKS_MSG_ATTEST_KEY_ASYNC_REPLY (Results 1 – 5 of 5) sorted by relevance
/ohos5.0/base/security/huks/services/huks_standard/huks_service/main/os_dependency/sa/ |
H A D | hks_sa_interface.cpp | 98 case HKS_MSG_ATTEST_KEY_ASYNC_REPLY: in OnRemoteRequest() 147 int res = Remote()->SendRequest(HKS_MSG_ATTEST_KEY_ASYNC_REPLY, data, reply, option); in SendAsyncReply() 160 int res = Remote()->SendRequest(HKS_MSG_ATTEST_KEY_ASYNC_REPLY, data, reply, option); in SendAsyncReply() 171 int res = Remote()->SendRequest(HKS_MSG_ATTEST_KEY_ASYNC_REPLY, data, reply, option); in SendAsyncReply()
|
H A D | hks_sa.cpp | 207 } else if (code == HKS_MSG_ATTEST_KEY_ASYNC_REPLY) { in ProcessAttestOrNormalMessage()
|
/ohos5.0/base/security/huks/frameworks/huks_standard/main/os_dependency/ipc/src/ |
H A D | hks_request.cpp | 85 int error = hksProxy->SendRequest(HKS_MSG_ATTEST_KEY_ASYNC_REPLY, data, reply, option); in HksSendAnonAttestRequestAndWaitAsyncReply() 152 if (type == HKS_MSG_ATTEST_KEY_ASYNC_REPLY) { in HksSendRequest()
|
H A D | hks_client_service_ipc.c | 635 ret = HksSendRequest(HKS_MSG_ATTEST_KEY_ASYNC_REPLY, &inBlob, &outBlob, paramSet); in HksClientAttestKey()
|
/ohos5.0/base/security/huks/frameworks/huks_standard/main/common/include/ |
H A D | huks_service_ipc_interface_code.h | 46 HKS_MSG_ATTEST_KEY_ASYNC_REPLY, enumerator
|