Eric Biggers wrote:
> From: Eric Biggers
>
> crypto_aead_encrypt() and crypto_aead_decrypt() have grown to be more
> than a single indirect function call. They now also check whether a key
> has been set, the decryption side checks whether the input is at least
> as long as the authentication t
On Mon, 3 Jun 2019 at 07:45, Eric Biggers wrote:
>
> From: Eric Biggers
>
> crypto_aead_encrypt() and crypto_aead_decrypt() have grown to be more
> than a single indirect function call. They now also check whether a key
> has been set, the decryption side checks whether the input is at least
> a