Home
last modified time | relevance | path

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

/ohos5.0/base/security/huks/services/huks_standard/huks_engine/main/core/src/
H A Dhks_keynode.c432 struct HuksKeyNode *updateKeyNode = (struct HuksKeyNode *)HksMalloc(sizeof(struct HuksKeyNode)); in HksCreateBatchKeyNode() local
433 HKS_IF_NULL_LOGE_RETURN(updateKeyNode, NULL, "malloc hks keyNode failed") in HksCreateBatchKeyNode()
440 HKS_FREE(updateKeyNode); in HksCreateBatchKeyNode()
445 updateKeyNode->keyBlobParamSet = keyNode->keyBlobParamSet; in HksCreateBatchKeyNode()
446 updateKeyNode->runtimeParamSet = runtimeParamSet; in HksCreateBatchKeyNode()
447 updateKeyNode->authRuntimeParamSet = keyNode->authRuntimeParamSet; in HksCreateBatchKeyNode()
448 return updateKeyNode; in HksCreateBatchKeyNode()