Home
last modified time | relevance | path

Searched refs:needAnonCertChain (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/base/security/huks/interfaces/kits/c/src/
H A Dnative_huks_api_adapter.c23 struct OH_Huks_CertChain *certChain, bool needAnonCertChain) in HuksAttestAdapter() argument
57 if (needAnonCertChain) { in HuksAttestAdapter()
/ohos5.0/base/security/huks/interfaces/kits/c/include/
H A Dnative_huks_api_adapter.h26 struct OH_Huks_CertChain *certChain, bool needAnonCertChain);
/ohos5.0/base/security/huks/frameworks/huks_standard/main/os_dependency/ipc/include/
H A Dhks_client_ipc.h75 struct HksCertChain *certChain, bool needAnonCertChain);
/ohos5.0/base/security/huks/frameworks/huks_standard/main/os_dependency/ipc/src/
H A Dhks_client_service_passthrough.c329 struct HksCertChain *certChain, bool needAnonCertChain) in HksClientAttestKey() argument
334 (void)needAnonCertChain; in HksClientAttestKey()
H A Dhks_client_service_ipc.c616 struct HksCertChain *certChain, bool needAnonCertChain) in HksClientAttestKey() argument
634 if (needAnonCertChain) { in HksClientAttestKey()