Home
last modified time | relevance | path

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

/ohos5.0/foundation/filemanagement/storage_service/services/storage_daemon/crypto/src/
H A Dhuks_master.cpp53 if (hdiHandle_ != nullptr || halDevice_ != nullptr) { in HdiCreate()
57 hdiHandle_ = dlopen("libhuks_engine_core_standard.z.so", RTLD_LAZY); in HdiCreate()
58 if (hdiHandle_ == nullptr) { in HdiCreate()
63 …auto createHdi = reinterpret_cast<HkmHalCreateHandle>(dlsym(hdiHandle_, "HuksCreateHdiDevicePtr")); in HdiCreate()
66 dlclose(hdiHandle_); in HdiCreate()
67 hdiHandle_ = nullptr; in HdiCreate()
74 dlclose(hdiHandle_); in HdiCreate()
75 hdiHandle_ = nullptr; in HdiCreate()
85 if (hdiHandle_ == nullptr) { in HdiDestroy()
95 dlclose(hdiHandle_); in HdiDestroy()
[all …]
/ohos5.0/foundation/filemanagement/storage_service/services/storage_daemon/include/crypto/
H A Dhuks_master.h67 HkmHdiHandle_t hdiHandle_ = nullptr; variable