Home
last modified time | relevance | path

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

/system/vold/
DExt4Crypt.cpp445 std::string device_key; in e4crypt_initialize_global_de() local
448 kEmptyAuthentication, &device_key)) return false; in e4crypt_initialize_global_de()
451 if (!random_key(&device_key)) return false; in e4crypt_initialize_global_de()
453 kEmptyAuthentication, device_key)) return false; in e4crypt_initialize_global_de()
457 if (!install_key(device_key, &device_key_ref)) { in e4crypt_initialize_global_de()