Lines Matching refs:KeyEntryLoadBits
489 pub struct KeyEntryLoadBits(u32); struct
491 impl KeyEntryLoadBits { implementation
493 pub const NONE: KeyEntryLoadBits = Self(0);
495 pub const KM: KeyEntryLoadBits = Self(1);
497 pub const PUBLIC: KeyEntryLoadBits = Self(2);
499 pub const BOTH: KeyEntryLoadBits = Self(3);
1301 Self::load_key_components(tx, KeyEntryLoadBits::KM, key_id) in store_super_key()
1326 let key_entry = Self::load_key_components(&tx, KeyEntryLoadBits::KM, id) in load_super_key()
1386 Self::load_key_components(&tx, KeyEntryLoadBits::KM, id) in get_or_create_key_with()
2494 load_bits: KeyEntryLoadBits, in load_blob_components() argument
2625 load_bits: KeyEntryLoadBits, in load_key_entry() argument
2656 load_bits: KeyEntryLoadBits, in load_key_entry_internal() argument
2936 Self::load_blob_components(key_id, KeyEntryLoadBits::KM, tx) in unbind_keys_for_user()
2955 load_bits: KeyEntryLoadBits, in load_key_components() argument
3907 KeyEntryLoadBits::BOTH, in test_insert_and_load_full_keyentry_domain_app()
3937 KeyEntryLoadBits::NONE, in test_insert_and_load_full_keyentry_domain_app()
3975 KeyEntryLoadBits::PUBLIC, in test_insert_and_load_certificate_entry_domain_app()
4008 KeyEntryLoadBits::NONE, in test_insert_and_load_certificate_entry_domain_app()
4035 KeyEntryLoadBits::BOTH, in test_insert_and_load_full_keyentry_domain_selinux()
4065 KeyEntryLoadBits::NONE, in test_insert_and_load_full_keyentry_domain_selinux()
4087 KeyEntryLoadBits::BOTH, in test_insert_and_load_full_keyentry_domain_key_id()
4108 KeyEntryLoadBits::NONE, in test_insert_and_load_full_keyentry_domain_key_id()
4132 KeyEntryLoadBits::BOTH, in test_check_and_update_key_usage_count_with_limited_use_key()
4193 .load_key_entry(&granted_key, KeyType::Client, KeyEntryLoadBits::BOTH, 2, |k, av| { in test_insert_and_load_full_keyentry_from_grant()
4209 KeyEntryLoadBits::NONE, in test_insert_and_load_full_keyentry_from_grant()
4256 KeyEntryLoadBits::BOTH, in test_insert_and_load_full_keyentry_from_grant_by_key_id()
4273 KeyEntryLoadBits::BOTH, in test_insert_and_load_full_keyentry_from_grant_by_key_id()
4293 KeyEntryLoadBits::NONE, in test_insert_and_load_full_keyentry_from_grant_by_key_id()
4343 KeyEntryLoadBits::BOTH, in test_migrate_key_app_to_app()
4361 KeyEntryLoadBits::NONE, in test_migrate_key_app_to_app()
4412 KeyEntryLoadBits::BOTH, in test_migrate_key_app_to_selinux()
4430 KeyEntryLoadBits::NONE, in test_migrate_key_app_to_selinux()
4504 KeyEntryLoadBits::BOTH, in test_upgrade_0_to_1()
4524 KeyEntryLoadBits::BOTH, in test_upgrade_0_to_1()
4544 KeyEntryLoadBits::BOTH, in test_upgrade_0_to_1()
4570 KeyEntryLoadBits::BOTH, in test_upgrade_0_to_1()
4590 KeyEntryLoadBits::BOTH, in test_upgrade_0_to_1()
4611 KeyEntryLoadBits::BOTH, in test_upgrade_0_to_1()
4646 KeyEntryLoadBits::BOTH, in test_insert_and_load_full_keyentry_domain_app_concurrently()
4674 KeyEntryLoadBits::BOTH, in test_insert_and_load_full_keyentry_domain_app_concurrently()
4911 KeyEntryLoadBits::NONE, in list()