Home
last modified time | relevance | path

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

/openbmc/estoraged/src/erase/
H A DcryptoErase.cpp39 int nKeySlots = cryptIface->cryptKeySlotMax(CRYPT_LUKS2); in doErase() local
40 if (nKeySlots < 0) in doErase()
47 if (nKeySlots == 0) in doErase()
56 for (int i = 0; i < nKeySlots; i++) in doErase()