Home
last modified time | relevance | path

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 Dhks_sa_interface.cpp98 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 Dhks_sa.cpp207 } 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 Dhks_request.cpp85 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 Dhks_client_service_ipc.c635 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 Dhuks_service_ipc_interface_code.h46 HKS_MSG_ATTEST_KEY_ASYNC_REPLY, enumerator