Home
last modified time | relevance | path

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

/system/vold/
DFsCrypt.cpp376 static bool create_de_key(userid_t user_id, bool ephemeral) { in create_de_key()
389 static bool create_ce_key(userid_t user_id, bool ephemeral) { in create_ce_key()
618 bool fscrypt_vold_create_user_key(userid_t user_id, int serial, bool ephemeral) { in fscrypt_vold_create_user_key()
DVoldNativeService.cpp601 bool ephemeral) { in createUserKey()
/system/vold/binder/android/os/
DIVold.aidl88 void createUserKey(int userId, int userSerial, boolean ephemeral); in createUserKey()