Home
last modified time | relevance | path

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

/system/vold/
DFsCrypt.cpp452 static bool create_de_key(userid_t user_id, bool ephemeral) { in create_de_key()
465 static bool create_ce_key(userid_t user_id, bool ephemeral) { in create_ce_key()
667 bool fscrypt_create_user_keys(userid_t user_id, bool ephemeral) { in fscrypt_create_user_keys()
DVoldNativeService.cpp661 binder::Status VoldNativeService::createUserStorageKeys(int32_t userId, bool ephemeral) { in createUserStorageKeys()
/system/vold/binder/android/os/
DIVold.aidl91 void createUserStorageKeys(int userId, boolean ephemeral); in createUserStorageKeys()