Home
last modified time | relevance | path

Searched defs:crypt_type (Results 1 – 1 of 1) sorted by relevance

/aosp12/system/vold/
H A Dcryptfs.cpp176 __le32 crypt_type; /* how master_key is encrypted. Must be a member
2141 int cryptfs_enable_internal(int crypt_type, const char* passwd, int no_ui) { in cryptfs_enable_internal()
2435 int cryptfs_changepw(int crypt_type, const char* newpw) { in cryptfs_changepw()
2790 int crypt_type = cryptfs_get_password_type(); in cryptfs_mount_default_encrypted() local