Home
last modified time | relevance | path

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

/system/vold/
DKeyStorage.h36 extern const KeyAuthentication kEmptyAuthentication;
DExt4Crypt.cpp56 using android::vold::kEmptyAuthentication;
348 kEmptyAuthentication, ce_key)) return false; in create_and_install_user_keys()
352 kEmptyAuthentication, de_key)) return false; in create_and_install_user_keys()
418 if (!android::vold::retrieveKey(key_path, kEmptyAuthentication, &key)) return false; in load_all_de_keys()
448 kEmptyAuthentication, &device_key)) return false; in e4crypt_initialize_global_de()
453 kEmptyAuthentication, device_key)) return false; in e4crypt_initialize_global_de()
598 auto auth = secret.empty() ? kEmptyAuthentication in e4crypt_add_user_key_auth()
DKeyStorage.cpp50 const KeyAuthentication kEmptyAuthentication{"", ""}; variable