Home
last modified time | relevance | path

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

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