Home
last modified time | relevance | path

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

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