Searched refs:TEST_ALIAS (Results 1 – 2 of 2) sorted by relevance
/system/security/keystore2/src/ |
D | database.rs | 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() [all …]
|
/system/security/keystore2/legacykeystore/ |
D | lib.rs | 561 static TEST_ALIAS: &str = "test_alias"; variable 729 db.put(3, TEST_ALIAS, TEST_BLOB3).expect("Failed to add entry (3)."); in concurrent_legacy_keystore_entry_test() 731 db.remove(3, TEST_ALIAS).expect("Remove failed (3)."); in concurrent_legacy_keystore_entry_test() 745 db.get(3, TEST_ALIAS).expect("Failed to get entry (4)."); in concurrent_legacy_keystore_entry_test()
|