Searched refs:write_db_key_cipher (Results 1 – 2 of 2) sorted by relevance
21 …file_operator::ce_operator::{is_db_key_cipher_file_exist, read_db_key_cipher, write_db_key_cipher};116 write_db_key_cipher(user_id, &db_key_cipher)?; in get_db_key()
54 pub fn write_db_key_cipher(user_id: i32, db_key_cipher: &Vec<u8>) -> Result<()> { in write_db_key_cipher() function