Home
last modified time | relevance | path

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

/openbmc/estoraged/include/
H A DcryptsetupInterface.hpp50 const char* uuid, const char* volumeKey,
85 struct crypt_device* cd, int keyslot, const char* volumeKey,
184 const char* uuid, const char* volumeKey, in cryptFormat() argument
187 return crypt_format(cd, type, cipher, cipherMode, uuid, volumeKey, in cryptFormat()
202 const char* volumeKey, size_t volumeKeySize, in cryptKeyslotAddByVolumeKey() argument
207 cd, keyslot, volumeKey, volumeKeySize, passphrase, passphraseSize); in cryptKeyslotAddByVolumeKey()
/openbmc/estoraged/src/test/include/
H A Destoraged_test.hpp57 const char* volumeKey, size_t volumeKeySize, void* params),
61 (struct crypt_device * cd, int keyslot, const char* volumeKey,
/openbmc/estoraged/src/
H A Destoraged.cpp336 std::vector<uint8_t> volumeKey(keySize); in formatLuksDev() local
337 if (RAND_bytes(volumeKey.data(), keySize) != 1) in formatLuksDev()
350 reinterpret_cast<const char*>(volumeKey.data()), volumeKey.size(), in formatLuksDev()