Searched refs:TEST_ALIAS (Results 1 – 2 of 2) sorted by relevance
/system/security/keystore2/legacykeystore/ |
D | lib.rs | 529 static TEST_ALIAS: &str = &"test_alias"; variable 697 db.put(3, &TEST_ALIAS, TEST_BLOB3).expect("Failed to add entry (3)."); in concurrent_legacy_keystore_entry_test() 699 db.remove(3, &TEST_ALIAS).expect("Remove failed (3)."); in concurrent_legacy_keystore_entry_test() 713 db.get(3, &TEST_ALIAS).expect("Failed to get entry (4)."); in concurrent_legacy_keystore_entry_test()
|
/system/security/keystore2/src/ |
D | database.rs | 3890 static TEST_ALIAS: &str = "my super duper key"; variable 3895 let key_id = make_test_key_entry(&mut db, Domain::APP, 1, TEST_ALIAS, None) in test_insert_and_load_full_keyentry_domain_app() 3903 alias: Some(TEST_ALIAS.to_string()), in test_insert_and_load_full_keyentry_domain_app() 3918 alias: Some(TEST_ALIAS.to_string()), in test_insert_and_load_full_keyentry_domain_app() 3933 alias: Some(TEST_ALIAS.to_string()), in test_insert_and_load_full_keyentry_domain_app() 3957 alias: Some(TEST_ALIAS.to_string()), in test_insert_and_load_certificate_entry_domain_app() 3971 alias: Some(TEST_ALIAS.to_string()), in test_insert_and_load_certificate_entry_domain_app() 3989 alias: Some(TEST_ALIAS.to_string()), in test_insert_and_load_certificate_entry_domain_app() 4004 alias: Some(TEST_ALIAS.to_string()), in test_insert_and_load_certificate_entry_domain_app() 4023 let key_id = make_test_key_entry(&mut db, Domain::SELINUX, 1, TEST_ALIAS, None) in test_insert_and_load_full_keyentry_domain_selinux() [all …]
|