Home
last modified time | relevance | path

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

/system/vold/
DExt4Crypt.cpp454 std::string device_key; in e4crypt_initialize_global_de() local
457 kEmptyAuthentication, &device_key)) return false; in e4crypt_initialize_global_de()
460 if (!random_key(&device_key)) return false; in e4crypt_initialize_global_de()
462 kEmptyAuthentication, device_key)) return false; in e4crypt_initialize_global_de()
466 if (!install_key(device_key, &device_key_ref)) { in e4crypt_initialize_global_de()