Home
last modified time | relevance | path

Searched refs:LOCAL_SIGN_KEY_ALIAS (Results 1 - 1 of 1) sorted by relevance

/base/security/code_signature/services/local_code_sign/src/
H A Dlocal_sign_key.cpp33 static const struct HksBlob LOCAL_SIGN_KEY_ALIAS = { ALIAS_NAME.size(), (uint8_t *)ALIAS_NAME.c_str()}; member
105 int32_t ret = HksKeyExist(&LOCAL_SIGN_KEY_ALIAS, paramSet.GetParamSet()); in InitKey()
171 int32_t ret = HksAttestKey(&LOCAL_SIGN_KEY_ALIAS, paramSet.GetParamSet(), certChain); in QueryCertChain()
217 { .tag = HKS_TAG_ATTESTATION_ID_ALIAS, .blob = LOCAL_SIGN_KEY_ALIAS }, in GetAttestParamSet()
229 int32_t ret = HksGenerateKey(&LOCAL_SIGN_KEY_ALIAS, paramSet.GetParamSet(), nullptr); in GenerateKey()
280 int32_t ret = HksInit(&LOCAL_SIGN_KEY_ALIAS, paramSet.GetParamSet(), &handle, nullptr); in SignByHUKS()

Completed in 1 milliseconds