Home
last modified time | relevance | path

Searched refs:unbind_key (Results 1 – 2 of 2) sorted by relevance

/system/security/keystore2/src/
Ddatabase.rs2281 pub fn unbind_key( in unbind_key() method
3419 db.unbind_key( in test_insert_and_load_full_keyentry_domain_app()
3490 db.unbind_key( in test_insert_and_load_certificate_entry_domain_app()
3547 db.unbind_key( in test_insert_and_load_full_keyentry_domain_selinux()
3600 db.unbind_key( in test_insert_and_load_full_keyentry_domain_key_id()
3707 db.unbind_key(&granted_key, KeyType::Client, 2, |_, _| Ok(())).unwrap(); in test_insert_and_load_full_keyentry_from_grant()
3791 db.unbind_key(&id_descriptor, KeyType::Client, OWNER_UID, |_, _| Ok(())).unwrap(); in test_insert_and_load_full_keyentry_from_grant_by_key_id()
4290 db.unbind_key(&key, KeyType::Client, 2, |_, _| Ok(())).expect("Unbind Failed."); in test_large_number_of_concurrent_db_manipulations()
4310 db.unbind_key(&key, KeyType::Client, 1, |_, _| Ok(())).expect("Unbind Failed."); in test_large_number_of_concurrent_db_manipulations()
4337 db.unbind_key(&key, KeyType::Client, 3, |_, _| Ok(())).expect("Unbind Failed."); in test_large_number_of_concurrent_db_manipulations()
Dservice.rs329 db.borrow_mut().unbind_key(key, KeyType::Client, caller_uid, |k, av| { in delete_key()