Home
last modified time | relevance | path

Searched defs:KeyEntryRow (Results 1 – 1 of 1) sorted by relevance

/system/security/keystore2/src/
Ddatabase.rs3617 ke: &KeyEntryRow, in test_rebind_alias()
4952 struct KeyEntryRow { struct
4953 id: i64,
4954 key_type: KeyType,
4955 domain: Option<Domain>,
4956 namespace: Option<i64>,
4957 alias: Option<String>,
4958 state: KeyLifeCycle,
4959 km_uuid: Option<Uuid>,
4962 fn get_keyentry(db: &KeystoreDB) -> Result<Vec<KeyEntryRow>> { in get_keyentry()