Home
last modified time | relevance | path

Searched defs:storageBuf (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/base/security/huks/services/huks_standard/huks_service/main/hks_storage/src/
H A Dhks_storage_lite.c338 struct HksBlob storageBuf = HksGetImageBuffer(); in GetKeyOffsetByKeyAlias() local
422 struct HksBlob storageBuf = HksGetImageBuffer(); in AppendNewKey() local
782 struct HksBlob storageBuf = HksGetImageBuffer(); in GetAndCheckKeyCount() local
814 struct HksBlob storageBuf = HksGetImageBuffer(); in HksStoreGetKeyInfoList() local
/ohos5.0/base/security/certificate_manager/services/cert_manager_standard/cert_manager_engine/main/core/src/
H A Dcert_manager_storage.c130 int32_t CmStorageGetBuf(const char *path, const char *fileName, struct CmBlob *storageBuf) in CmStorageGetBuf()