Home
last modified time | relevance | path

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

/ohos5.0/base/security/huks/interfaces/kits/napi/include/v8/
H A Dhuks_napi_common.h102 void FreeHksCertChain(HksCertChain *&certChain);
/ohos5.0/base/security/huks/interfaces/kits/napi/include/v9/
H A Dhuks_napi_common_item.h119 void FreeHksCertChain(HksCertChain *&certChain, uint32_t certChainCapacity);
/ohos5.0/base/security/huks/interfaces/kits/napi/src/v9/
H A Dhuks_napi_attest_key_item.cpp53 FreeHksCertChain(context->certChain, context->certChainCapacity); in DeleteAttestKeyAsyncContext()
H A Dhuks_napi_common_item.cpp438 void FreeHksCertChain(HksCertChain *&certChain, uint32_t certChainCapacity) in FreeHksCertChain() function
/ohos5.0/base/security/huks/interfaces/kits/napi/src/v8/
H A Dhuks_napi_common.cpp421 void FreeHksCertChain(HksCertChain *&certChain) in FreeHksCertChain() function