aws_lc_rs::cipher::aes

Function aes_cfb128_encrypt

Source
fn aes_cfb128_encrypt(key: &AES_KEY, iv: &mut [u8], in_out: &mut [u8])