Searched refs:DmTargetDefaultKey (Results 1 – 4 of 4) sorted by relevance
/system/core/fs_mgr/libdm/ |
D | dm_target.cpp | 261 bool DmTargetDefaultKey::Valid() const { in Valid() 266 std::string DmTargetDefaultKey::GetParameterString() const { in GetParameterString()
|
D | dm_test.cpp | 556 DmTargetDefaultKey target(0, 4096, "aes-xts-plain64", "abcdef0123456789", "/dev/loop0", 0); in TEST_F() 567 DmTargetDefaultKey target(0, 4096, "AES-256-XTS", "abcdef0123456789", "/dev/loop0", 0); in TEST_F()
|
/system/core/fs_mgr/libdm/include/libdm/ |
D | dm_target.h | 302 class DmTargetDefaultKey final : public DmTarget { 304 DmTargetDefaultKey(uint64_t start, uint64_t length, const std::string& cipher, in DmTargetDefaultKey() function
|
/system/vold/ |
D | MetadataCrypt.cpp | 179 auto target = std::make_unique<DmTargetDefaultKey>(0, *nr_sec, options.cipher.get_kernel_name(), in create_crypto_blk_dev()
|