Home
last modified time | relevance | path

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

/base/security/asset/services/db_key_operator/src/
Dlib.rs62 pub struct DbKey { struct
67 impl DbKey { implementation
68 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
/base/security/asset/services/db_operator/src/
Ddatabase.rs147 db_key: Option<&DbKey>, in get_db_by_type_without_lock()
163 db_key: Option<&DbKey>, in get_db_by_type()