Searched refs:granted_key (Results 1 – 1 of 1) sorted by relevance
/system/security/keystore2/src/ |
D | database.rs | 4175 let granted_key = db in test_insert_and_load_full_keyentry_from_grant() localVariable 4193 .load_key_entry(&granted_key, KeyType::Client, KeyEntryLoadBits::BOTH, 2, |k, av| { in test_insert_and_load_full_keyentry_from_grant() 4202 db.unbind_key(&granted_key, KeyType::Client, 2, |_, _| Ok(())).unwrap(); in test_insert_and_load_full_keyentry_from_grant() 4207 &granted_key, in test_insert_and_load_full_keyentry_from_grant()
|