Re: [PATCH] crypto: aead - un-inline encrypt and decrypt functions

2019-06-13 Thread Herbert Xu
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

Re: [PATCH] crypto: aead - un-inline encrypt and decrypt functions

2019-06-02 Thread Ard Biesheuvel
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