Home
last modified time | relevance | path

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

/ohos5.0/foundation/filemanagement/storage_service/services/storage_daemon/crypto/src/
H A Dhuks_master.cpp90 …auto destroyHdi = reinterpret_cast<HkmHalDestroyHandle>(dlsym(hdiHandle_, "HuksDestoryHdiDevicePtr… in HdiDestroy() local
91 if ((destroyHdi != nullptr) && (halDevice_ != nullptr)) { in HdiDestroy()
92 (*destroyHdi)(halDevice_); in HdiDestroy()