Lines Matching refs:KeyEntryLoadBits
521 pub struct KeyEntryLoadBits(u32); struct
523 impl KeyEntryLoadBits { implementation
525 pub const NONE: KeyEntryLoadBits = Self(0);
527 pub const KM: KeyEntryLoadBits = Self(1);
529 pub const PUBLIC: KeyEntryLoadBits = Self(2);
531 pub const BOTH: KeyEntryLoadBits = Self(3);
1354 Self::load_key_components(tx, KeyEntryLoadBits::KM, key_id) in store_super_key()
1379 let key_entry = Self::load_key_components(tx, KeyEntryLoadBits::KM, id) in load_super_key()
2024 load_bits: KeyEntryLoadBits, in load_blob_components() argument
2154 load_bits: KeyEntryLoadBits, in load_key_entry() argument
2187 load_bits: KeyEntryLoadBits, in load_key_entry_internal() argument
2463 Self::load_blob_components(key_id, KeyEntryLoadBits::KM, tx) in unbind_keys_for_user()
2546 load_bits: KeyEntryLoadBits, in load_key_components() argument
3412 KeyEntryLoadBits::BOTH, in test_insert_and_load_full_keyentry_domain_app()
3442 KeyEntryLoadBits::NONE, in test_insert_and_load_full_keyentry_domain_app()
3480 KeyEntryLoadBits::PUBLIC, in test_insert_and_load_certificate_entry_domain_app()
3513 KeyEntryLoadBits::NONE, in test_insert_and_load_certificate_entry_domain_app()
3540 KeyEntryLoadBits::BOTH, in test_insert_and_load_full_keyentry_domain_selinux()
3570 KeyEntryLoadBits::NONE, in test_insert_and_load_full_keyentry_domain_selinux()
3592 KeyEntryLoadBits::BOTH, in test_insert_and_load_full_keyentry_domain_key_id()
3613 KeyEntryLoadBits::NONE, in test_insert_and_load_full_keyentry_domain_key_id()
3637 KeyEntryLoadBits::BOTH, in test_check_and_update_key_usage_count_with_limited_use_key()
3698 .load_key_entry(&granted_key, KeyType::Client, KeyEntryLoadBits::BOTH, 2, |k, av| { in test_insert_and_load_full_keyentry_from_grant()
3714 KeyEntryLoadBits::NONE, in test_insert_and_load_full_keyentry_from_grant()
3761 KeyEntryLoadBits::BOTH, in test_insert_and_load_full_keyentry_from_grant_by_key_id()
3778 KeyEntryLoadBits::BOTH, in test_insert_and_load_full_keyentry_from_grant_by_key_id()
3798 KeyEntryLoadBits::NONE, in test_insert_and_load_full_keyentry_from_grant_by_key_id()
3848 KeyEntryLoadBits::BOTH, in test_migrate_key_app_to_app()
3866 KeyEntryLoadBits::NONE, in test_migrate_key_app_to_app()
3917 KeyEntryLoadBits::BOTH, in test_migrate_key_app_to_selinux()
3935 KeyEntryLoadBits::NONE, in test_migrate_key_app_to_selinux()
4009 KeyEntryLoadBits::BOTH, in test_upgrade_0_to_1()
4029 KeyEntryLoadBits::BOTH, in test_upgrade_0_to_1()
4049 KeyEntryLoadBits::BOTH, in test_upgrade_0_to_1()
4073 KeyEntryLoadBits::BOTH, in test_upgrade_0_to_1()
4093 KeyEntryLoadBits::BOTH, in test_upgrade_0_to_1()
4114 KeyEntryLoadBits::BOTH, in test_upgrade_0_to_1()
4149 KeyEntryLoadBits::BOTH, in test_insert_and_load_full_keyentry_domain_app_concurrently()
4177 KeyEntryLoadBits::BOTH, in test_insert_and_load_full_keyentry_domain_app_concurrently()
4414 KeyEntryLoadBits::NONE, in list()