Home
last modified time | relevance | path

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

/aosp12/system/vold/
H A Dcryptfs.h68 int cryptfs_setup_ext_volume(const char* label, const char* real_blkdev,
H A Dcryptfs.cpp1956 int cryptfs_setup_ext_volume(const char* label, const char* real_blkdev, const KeyBuffer& key, in cryptfs_setup_ext_volume() function
/aosp12/system/vold/model/
H A DVolumeEncryption.cpp86 return cryptfs_setup_ext_volume(label.c_str(), blk_device.c_str(), key, in setup_ext_volume()