Searched refs:kEmptyAuthentication (Results 1 – 4 of 4) sorted by relevance
/aosp12/system/vold/ |
H A D | FsCrypt.cpp | 72 using android::vold::kEmptyAuthentication; 341 if (!android::vold::storeKeyAtomically(ce_key_path, user_key_temp, kEmptyAuthentication, in create_and_install_user_keys() 347 kEmptyAuthentication, de_key)) in create_and_install_user_keys() 405 if (!retrieveKey(key_path, kEmptyAuthentication, &de_key)) return false; in load_all_de_keys() 438 if (!retrieveOrGenerateKey(device_key_path, device_key_temp, kEmptyAuthentication, in fscrypt_initialize_systemwide_keys() 632 return kEmptyAuthentication; in authentication_from_hex() 689 } else if (retrieveKey(ce_key_current_path, kEmptyAuthentication, &ce_key)) { in fscrypt_rewrap_user_key() 708 return fscrypt_rewrap_user_key(user_id, serial, kEmptyAuthentication, *auth); in fscrypt_add_user_key_auth() 716 return fscrypt_rewrap_user_key(user_id, serial, *auth, kEmptyAuthentication); in fscrypt_clear_user_key_auth()
|
H A D | KeyStorage.h | 39 extern const KeyAuthentication kEmptyAuthentication;
|
H A D | MetadataCrypt.cpp | 127 return retrieveOrGenerateKey(dir, temp, kEmptyAuthentication, gen, key); in read_key()
|
H A D | KeyStorage.cpp | 56 const KeyAuthentication kEmptyAuthentication{""}; variable
|