Lines Matching refs:ce_key
255 std::string *ce_key) { in read_and_fixate_user_ce_key() argument
260 if (android::vold::retrieveKey(ce_key_path, auth, ce_key)) { in read_and_fixate_user_ce_key()
273 std::string ce_key; in read_and_install_user_ce_key() local
274 if (!read_and_fixate_user_ce_key(user_id, auth, &ce_key)) return false; in read_and_install_user_ce_key()
276 if (!install_key(ce_key, &ce_raw_ref)) return false; in read_and_install_user_ce_key()
277 s_ce_keys[user_id] = ce_key; in read_and_install_user_ce_key()
335 std::string de_key, ce_key; in create_and_install_user_keys() local
337 if (!random_key(&ce_key)) return false; in create_and_install_user_keys()
348 kEmptyAuthentication, ce_key)) return false; in create_and_install_user_keys()
358 if (!install_key(ce_key, &ce_raw_ref)) return false; in create_and_install_user_keys()
359 s_ce_keys[user_id] = ce_key; in create_and_install_user_keys()
644 auto ce_key = it->second; in e4crypt_add_user_key_auth() local
649 if (!store_key(ce_key_path, user_key_temp, auth, ce_key)) return false; in e4crypt_add_user_key_auth()