Searched refs:kEmptyAuthentication (Results 1 – 4 of 4) sorted by relevance
/system/vold/ |
D | KeyStorage.h | 42 extern const KeyAuthentication kEmptyAuthentication;
|
D | FsCrypt.cpp | 69 using android::vold::kEmptyAuthentication; 335 if (!android::vold::storeKeyAtomically(ce_key_path, user_key_temp, kEmptyAuthentication, in create_and_install_user_keys() 341 kEmptyAuthentication, de_key)) in create_and_install_user_keys() 398 if (!retrieveKey(key_path, kEmptyAuthentication, &de_key)) return false; in load_all_de_keys() 431 if (!retrieveOrGenerateKey(device_key_path, device_key_temp, kEmptyAuthentication, in fscrypt_initialize_systemwide_keys() 627 return kEmptyAuthentication; in authentication_from_hex() 690 } else if (retrieveKey(ce_key_current_path, kEmptyAuthentication, &ce_key)) { in fscrypt_rewrap_user_key() 712 return fscrypt_rewrap_user_key(user_id, serial, kEmptyAuthentication, *auth); in fscrypt_add_user_key_auth() 722 return fscrypt_rewrap_user_key(user_id, serial, *auth, kEmptyAuthentication); in fscrypt_clear_user_key_auth()
|
D | MetadataCrypt.cpp | 170 if (!retrieveOrGenerateKey(dir, temp, kEmptyAuthentication, gen, key, needs_cp)) return false; in read_key()
|
D | KeyStorage.cpp | 57 const KeyAuthentication kEmptyAuthentication{"", ""}; variable
|