Searched defs:in_data (Results 1 – 1 of 1) sorted by relevance
97 let in_data = HksBlob { size: cipher.len() as u32, data: cipher.as_ptr() }; in exec_crypt() localVariable121 let in_data = HksBlob { size: msg.len() as u32, data: msg.as_ptr() }; in encrypt() localVariable148 let in_data = HksBlob { size: cipher.len() as u32, data: cipher.as_ptr() }; in decrypt() localVariable