Home
last modified time | relevance | path

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

/ohos5.0/base/security/huks/services/huks_standard/huks_service/main/hks_storage/src/
H A Dhks_storage_lite.c501 static int32_t StoreKeyBlob(bool needDeleteKey, uint32_t offset, const struct HksBlob *keyBlob) in StoreKeyBlob() argument
515 if (needDeleteKey) { in StoreKeyBlob()
529 if (needDeleteKey) { in StoreKeyBlob()
612 bool needDeleteKey = (ret == HKS_SUCCESS); in HksStoreKeyBlob() local
613 ret = StoreKeyBlob(needDeleteKey, offset, keyBlob); in HksStoreKeyBlob()