Searched defs:DbKey (Results 1 – 1 of 1) 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