Searched defs:KeyEntryRow (Results 1 – 1 of 1) sorted by relevance
3685 ke: &KeyEntryRow, in test_rebind_alias()5023 struct KeyEntryRow { struct5024 id: i64,5025 key_type: KeyType,5026 domain: Option<Domain>,5027 namespace: Option<i64>,5028 alias: Option<String>,5029 state: KeyLifeCycle,5030 km_uuid: Option<Uuid>,5033 fn get_keyentry(db: &KeystoreDB) -> Result<Vec<KeyEntryRow>> { in get_keyentry()