Module aes_cbc

Source
Expand description

AES Cipher Block Chaining (CBC) Mode of Operation

Functionsยง

aes_cbc
This function applies AES-128-CBC encryption or decryption in place to each block in the input data using the specified key. The operation is determined by the is_encrypt parameter.