Function openssl::aes::aes_ige
[−]
[src]
pub fn aes_ige(in_: &[u8],
out: &mut [u8],
key: &AesKey,
iv: &mut [u8],
mode: Mode)
Performs AES IGE encryption or decryption
Panics
Panics if in_
is not the same length as out
, if that length is not a multiple of 16, or if
iv
is not at least 32 bytes.