Home
last modified time | relevance | path

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

/openbmc/estoraged/include/
H A DcryptsetupInterface.hpp293 struct crypt_device* cryptDev = nullptr; in init() local
294 int retval = crypt_init(&cryptDev, device.data()); in init()
302 return cryptDev; in init()