Searched refs:final_out_len (Results 1 – 1 of 1) sorted by relevance
265 let mut final_out_len = 0; in encrypt() variables270 &mut final_out_len, in encrypt()274 <usize>::try_from(final_out_len).expect("Output length should always fit in usize"); in encrypt()333 let mut final_out_len = 0; in decrypt() variables338 &mut final_out_len, in decrypt()342 <usize>::try_from(final_out_len).expect("Output length should always fit in usize"); in decrypt()
Completed in 7 milliseconds