Home
last modified time | relevance | path

Searched refs:write_db_key_cipher (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/base/security/asset/services/db_key_operator/src/
H A Dlib.rs21 …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()
/ohos5.0/base/security/asset/frameworks/os_dependency/file/src/
H A Dce_operator.rs54 pub fn write_db_key_cipher(user_id: i32, db_key_cipher: &Vec<u8>) -> Result<()> { in write_db_key_cipher() function