Lines Matching refs:Client

253     Client,  enumerator
264 KeyType::Client => 0, in to_sql()
274 0 => Ok(KeyType::Client), in column_result()
2802 params![domain.0, namespace, KeyType::Client], in unbind_keys_for_namespace()
2811 params![domain.0, namespace, KeyType::Client], in unbind_keys_for_namespace()
2820 params![domain.0, namespace, KeyType::Client], in unbind_keys_for_namespace()
2826 params![domain.0, namespace, KeyType::Client], in unbind_keys_for_namespace()
2910 KeyType::Client, in unbind_keys_for_user()
3049 Self::load_access_tuple(&tx, key, KeyType::Client, caller_uid) in grant()
3109 Self::load_access_tuple(&tx, key, KeyType::Client, caller_uid) in ungrant()
3271 KeystoreDB::rebind_alias(tx, newid, alias, &domain, &namespace, KeyType::Client).no_gc() in rebind_alias()
3395 db.create_key_entry(&Domain::APP, &100, KeyType::Client, &KEYSTORE_UUID)?; in test_persistence_for_files()
3414 db.create_key_entry(&Domain::APP, &100, KeyType::Client, &KEYSTORE_UUID)?; in test_create_key_entry()
3415 db.create_key_entry(&Domain::SELINUX, &101, KeyType::Client, &KEYSTORE_UUID)?; in test_create_key_entry()
3424 db.create_key_entry(&Domain::GRANT, &102, KeyType::Client, &KEYSTORE_UUID), in test_create_key_entry()
3428 db.create_key_entry(&Domain::BLOB, &103, KeyType::Client, &KEYSTORE_UUID), in test_create_key_entry()
3432 db.create_key_entry(&Domain::KEY_ID, &104, KeyType::Client, &KEYSTORE_UUID), in test_create_key_entry()
3600 db.create_key_entry(&Domain::APP, &42, KeyType::Client, &KEYSTORE_UUID)?; in test_delete_all_attestation_keys()
3621 db.create_key_entry(&Domain::APP, &42, KeyType::Client, &KEYSTORE_UUID)?; in test_rebind_alias()
3622 db.create_key_entry(&Domain::APP, &42, KeyType::Client, &KEYSTORE_UUID)?; in test_rebind_alias()
3904 KeyType::Client, in test_insert_and_load_full_keyentry_domain_app()
3919 KeyType::Client, in test_insert_and_load_full_keyentry_domain_app()
3934 KeyType::Client, in test_insert_and_load_full_keyentry_domain_app()
3958 KeyType::Client, in test_insert_and_load_certificate_entry_domain_app()
3972 KeyType::Client, in test_insert_and_load_certificate_entry_domain_app()
3990 KeyType::Client, in test_insert_and_load_certificate_entry_domain_app()
4005 KeyType::Client, in test_insert_and_load_certificate_entry_domain_app()
4032 KeyType::Client, in test_insert_and_load_full_keyentry_domain_selinux()
4047 KeyType::Client, in test_insert_and_load_full_keyentry_domain_selinux()
4062 KeyType::Client, in test_insert_and_load_full_keyentry_domain_selinux()
4084 KeyType::Client, in test_insert_and_load_full_keyentry_domain_key_id()
4095 KeyType::Client, in test_insert_and_load_full_keyentry_domain_key_id()
4105 KeyType::Client, in test_insert_and_load_full_keyentry_domain_key_id()
4129 KeyType::Client, in test_check_and_update_key_usage_count_with_limited_use_key()
4191 .load_key_entry(&granted_key, KeyType::Client, KeyEntryLoadBits::BOTH, 2, |k, av| { in test_insert_and_load_full_keyentry_from_grant()
4200 db.unbind_key(&granted_key, KeyType::Client, 2, |_, _| Ok(())).unwrap(); in test_insert_and_load_full_keyentry_from_grant()
4206 KeyType::Client, in test_insert_and_load_full_keyentry_from_grant()
4253 KeyType::Client, in test_insert_and_load_full_keyentry_from_grant_by_key_id()
4270 KeyType::Client, in test_insert_and_load_full_keyentry_from_grant_by_key_id()
4284 db.unbind_key(&id_descriptor, KeyType::Client, OWNER_UID, |_, _| Ok(())).unwrap(); in test_insert_and_load_full_keyentry_from_grant_by_key_id()
4290 KeyType::Client, in test_insert_and_load_full_keyentry_from_grant_by_key_id()
4340 KeyType::Client, in test_migrate_key_app_to_app()
4358 KeyType::Client, in test_migrate_key_app_to_app()
4409 KeyType::Client, in test_migrate_key_app_to_selinux()
4427 KeyType::Client, in test_migrate_key_app_to_selinux()
4501 KeyType::Client, in test_upgrade_0_to_1()
4521 KeyType::Client, in test_upgrade_0_to_1()
4541 KeyType::Client, in test_upgrade_0_to_1()
4567 KeyType::Client, in test_upgrade_0_to_1()
4587 KeyType::Client, in test_upgrade_0_to_1()
4608 KeyType::Client, in test_upgrade_0_to_1()
4643 KeyType::Client, in test_insert_and_load_full_keyentry_domain_app_concurrently()
4671 KeyType::Client, in test_insert_and_load_full_keyentry_domain_app_concurrently()
4785 db.unbind_key(&key, KeyType::Client, 2, |_, _| Ok(())).expect("Unbind Failed."); in test_large_number_of_concurrent_db_manipulations()
4805 db.unbind_key(&key, KeyType::Client, 1, |_, _| Ok(())).expect("Unbind Failed."); in test_large_number_of_concurrent_db_manipulations()
4832 db.unbind_key(&key, KeyType::Client, 3, |_, _| Ok(())).expect("Unbind Failed."); in test_large_number_of_concurrent_db_manipulations()
4898 let mut list_result = db.list(*domain, *namespace, KeyType::Client)?; in list()
4908 KeyType::Client, in list()
4928 assert_eq!(Vec::<KeyDescriptor>::new(), db.list(Domain::SELINUX, 101, KeyType::Client)?); in list()
5246 let key_id = db.create_key_entry(&domain, &namespace, KeyType::Client, &KEYSTORE_UUID)?; in make_test_key_entry()
5305 let key_id = db.create_key_entry(&domain, &namespace, KeyType::Client, &KEYSTORE_UUID)?; in make_bootlevel_key_entry()
5451 assert_eq!(1, db.list(Domain::APP, 110000, KeyType::Client)?.len()); in test_unbind_keys_for_user()
5452 assert_eq!(0, db.list(Domain::APP, 210000, KeyType::Client)?.len()); in test_unbind_keys_for_user()
5455 assert_eq!(0, db.list(Domain::APP, 110000, KeyType::Client)?.len()); in test_unbind_keys_for_user()
5671 let key_id = db.create_key_entry(&Domain::APP, &42, KeyType::Client, &KEYSTORE_UUID)?; in test_verify_key_table_size_reporting()