Searched refs:auth_token (Results 1 – 2 of 2) sorted by relevance
32 auth_token: *const HksBlob, in ExecCrypt()89 …pub fn exec_crypt(&self, cipher: &Vec<u8>, aad: &Vec<u8>, auth_token: &Vec<u8>) -> Result<Vec<u8>>… in exec_crypt()95 let auth_token = HksBlob { size: auth_token.len() as u32, data: auth_token.as_ptr() }; in exec_crypt() localVariable105 &auth_token as *const HksBlob, in exec_crypt()
73 let auth_token = query.get_bytes_attr(&Tag::AuthToken)?; in exec_crypto() localVariable80 let secret = crypto.exec_crypt(secret, &common::build_aad(db_data)?, auth_token)?; in exec_crypto()