• Home
  • Raw
  • Download

Lines Matching refs:TEST_ALIAS

3395     static TEST_ALIAS: &str = "my super duper key";  constant
3400 let key_id = make_test_key_entry(&mut db, Domain::APP, 1, TEST_ALIAS, None) in test_insert_and_load_full_keyentry_domain_app()
3408 alias: Some(TEST_ALIAS.to_string()), in test_insert_and_load_full_keyentry_domain_app()
3423 alias: Some(TEST_ALIAS.to_string()), in test_insert_and_load_full_keyentry_domain_app()
3438 alias: Some(TEST_ALIAS.to_string()), in test_insert_and_load_full_keyentry_domain_app()
3462 alias: Some(TEST_ALIAS.to_string()), in test_insert_and_load_certificate_entry_domain_app()
3476 alias: Some(TEST_ALIAS.to_string()), in test_insert_and_load_certificate_entry_domain_app()
3494 alias: Some(TEST_ALIAS.to_string()), in test_insert_and_load_certificate_entry_domain_app()
3509 alias: Some(TEST_ALIAS.to_string()), in test_insert_and_load_certificate_entry_domain_app()
3528 let key_id = make_test_key_entry(&mut db, Domain::SELINUX, 1, TEST_ALIAS, None) in test_insert_and_load_full_keyentry_domain_selinux()
3536 alias: Some(TEST_ALIAS.to_string()), in test_insert_and_load_full_keyentry_domain_selinux()
3551 alias: Some(TEST_ALIAS.to_string()), in test_insert_and_load_full_keyentry_domain_selinux()
3566 alias: Some(TEST_ALIAS.to_string()), in test_insert_and_load_full_keyentry_domain_selinux()
3585 let key_id = make_test_key_entry(&mut db, Domain::SELINUX, 1, TEST_ALIAS, None) in test_insert_and_load_full_keyentry_domain_key_id()
3628 let key_id = make_test_key_entry(&mut db, Domain::SELINUX, 1, TEST_ALIAS, Some(123)) in test_check_and_update_key_usage_count_with_limited_use_key()
3651 let key_id = make_test_key_entry(&mut db, Domain::SELINUX, 1, TEST_ALIAS, Some(1)) in test_check_and_update_key_usage_count_with_exhausted_limited_use_key()
3676 let key_id = make_test_key_entry(&mut db, Domain::APP, 1, TEST_ALIAS, None) in test_insert_and_load_full_keyentry_from_grant()
3685 alias: Some(TEST_ALIAS.to_string()), in test_insert_and_load_full_keyentry_from_grant()
3734 let key_id = make_test_key_entry(&mut db, Domain::APP, OWNER_UID as i64, TEST_ALIAS, None) in test_insert_and_load_full_keyentry_from_grant_by_key_id()
3742 alias: Some(TEST_ALIAS.to_string()), in test_insert_and_load_full_keyentry_from_grant_by_key_id()
4981 make_test_key_entry(&mut db, Domain::APP, 210000, TEST_ALIAS, None)?; in test_unbind_keys_for_user()
4982 make_test_key_entry(&mut db, Domain::APP, 110000, TEST_ALIAS, None)?; in test_unbind_keys_for_user()
5347 make_test_key_entry(&mut db, Domain::APP, OWNER, TEST_ALIAS, None)?; in test_verify_grant_table_size_reporting()
5354 alias: Some(TEST_ALIAS.to_string()), in test_verify_grant_table_size_reporting()
5407 let key_id = make_test_key_entry(&mut db, Domain::APP, 1, TEST_ALIAS, None)?.0; in test_load_key_descriptor()
5413 assert_eq!(key.alias, Some(TEST_ALIAS.to_string())); in test_load_key_descriptor()
5435 TEST_ALIAS, in test_get_list_app_uids_for_sid()
5453 TEST_ALIAS, in test_get_list_app_uids_for_sid()
5471 TEST_ALIAS, in test_get_list_app_uids_for_sid()
5500 TEST_ALIAS, in test_get_list_app_uids_with_multiple_sids()
5545 let key_id = make_test_key_entry(&mut db, Domain::APP, 1, TEST_ALIAS, None)?.0; in test_key_id_guard_immediate()