Searched refs:kEmptyAuthentication (Results 1 – 3 of 3) sorted by relevance
36 extern const KeyAuthentication kEmptyAuthentication;
56 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()
50 const KeyAuthentication kEmptyAuthentication{"", ""}; variable