Home
last modified time | relevance | path

Searched refs:HKS_MSG_AGREE_KEY (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/base/security/huks/frameworks/huks_standard/main/common/include/
H A Dhuks_service_ipc_interface_code.h35 HKS_MSG_AGREE_KEY, enumerator
/ohos5.0/base/security/huks/services/huks_standard/huks_service/main/os_dependency/sa/
H A Dhks_message_handler.h44 { HKS_MSG_AGREE_KEY, HksIpcServiceAgreeKey },
/ohos5.0/base/security/huks/frameworks/huks_standard/main/os_dependency/ipc/src/
H A Dhks_client_service_ipc.c494 ret = HksSendRequest(HKS_MSG_AGREE_KEY, &inBlob, agreedKey, paramSet); in HksClientAgreeKey()