Searched defs:DbKey (Results 1 – 2 of 2) sorted by relevance
62 pub struct DbKey { struct67 impl DbKey { implementation68 fn decrypt_db_key_cipher(user_id: i32, db_key_cipher: &Vec<u8>) -> Result<DbKey> { in decrypt_db_key_cipher()100 pub fn get_db_key(user_id: i32) -> Result<DbKey> { in get_db_key()127 impl Drop for DbKey { implementation
147 db_key: Option<&DbKey>, in get_db_by_type_without_lock()163 db_key: Option<&DbKey>, in get_db_by_type()