Home
last modified time | relevance | path

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

/rust/bssl-crypto/src/cipher/
A Dmod.rs265 let mut final_out_len = 0; in encrypt() variables
270 &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() variables
338 &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