Home
last modified time | relevance | path

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

/system/security/keystore2/src/
Ddatabase.rs3213 let app_key = KeyDescriptor { in test_grant_ungrant() localVariable
3228 .grant(&app_key, CALLER_UID, GRANTEE_UID, PVEC1, |k, a| { in test_grant_ungrant()
3338 println!("app_key {:?}", app_key); in test_grant_ungrant()
3341 db.ungrant(&app_key, CALLER_UID, GRANTEE_UID, |_| Ok(()))?; in test_grant_ungrant()