Searched defs:out_data (Results 1 – 2 of 2) sorted by relevance
40 let mut out_data = Vec::<u8>::new(); in evp_decode_block() localVariable
99 let mut out_data = OutBlob { size: msg.len() as u32, data: msg.as_mut_ptr() }; in exec_crypt() localVariable122 let mut out_data = OutBlob { size: cipher.len() as u32, data: cipher.as_mut_ptr() }; in encrypt() localVariable149 let mut out_data = OutBlob { size: plain.len() as u32, data: plain.as_mut_ptr() }; in decrypt() localVariable