Home
last modified time | relevance | path

Searched refs:authRuntimeParamSet (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/base/security/huks/services/huks_standard/huks_engine/main/core/src/
H A Dhks_secure_access.c313 ret = HksGetParam(keyNode->authRuntimeParamSet, HKS_TAG_KEY_ACCESS_TIME, &accessTime); in HksVerifyKeyTimestamp()
393 int32_t ret = GetChallengePos(keyNode->authRuntimeParamSet, &pos); in VerifyCustomChallenge()
555 struct HksParamSet *authRuntimeParamSet = keyNode->authRuntimeParamSet; in HksAddVerifiedAuthTokenIfNeed() local
556 if (authRuntimeParamSet != NULL) { in HksAddVerifiedAuthTokenIfNeed()
557 …ret = HksAddParams(newAuthRuntimeParamSet, authRuntimeParamSet->params, authRuntimeParamSet->param… in HksAddVerifiedAuthTokenIfNeed()
586 HksFreeParamSet(&authRuntimeParamSet); in HksAddVerifiedAuthTokenIfNeed()
587 keyNode->authRuntimeParamSet = newAuthRuntimeParamSet; in HksAddVerifiedAuthTokenIfNeed()
599 ret = HksGetParam(keyNode->authRuntimeParamSet, HKS_TAG_KEY_AUTH_RESULT, &authResult); in CheckIfNeedVerifyParams()
648 ret = HksGetParam(keyNode->authRuntimeParamSet, HKS_TAG_KEY_AUTH_RESULT, &authResultParam); in GetUserAuthResult()
866 struct HksParamSet *authRuntimeParamSet = NULL; in HksCoreSecureAccessInitParams() local
[all …]
H A Dhks_keynode.c225 FreeRuntimeParamSet(&keyNode->authRuntimeParamSet); in DeleteKeyNodeFree()
447 updateKeyNode->authRuntimeParamSet = keyNode->authRuntimeParamSet; in HksCreateBatchKeyNode()
558 keyNode->authRuntimeParamSet = NULL; in HksCreateKeyNode()
H A Dhks_core_service_key_operate_three_stage.c413 int32_t ret = HksGetParam(keyNode->authRuntimeParamSet, HKS_TAG_KEY_AUTH_RESULT, &authResult); in HksBatchUpdate()
417 …ret = HksGetParam(keyNode->authRuntimeParamSet, HKS_TAG_IF_NEED_APPEND_AUTH_INFO, &isNeedSecureSig… in HksBatchUpdate()
/ohos5.0/base/security/huks/services/huks_standard/huks_engine/main/core/include/
H A Dhks_keynode.h51 struct HksParamSet *authRuntimeParamSet; member