Eric Biggers
f2fe115454
crypto: aead - un-inline encrypt and decrypt functions
...
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 tag length, and with CONFIG_CRYPTO_STATS=y
they also update the crypto statistics. That can add up to a lot of
bloat at every call site. Moreover, these always involve a function
call anyway, which greatly limits the benefits of inlining.
So change them to be non-inline.
Signed-off-by: Eric Biggers <ebiggers@google.com >
Acked-by: Ard Biesheuvel <ard.biesheuvel@linaro.org >
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au >
2019-06-13 14:31:40 +08:00
..
2019-04-25 15:38:12 +08:00
2018-06-18 20:17:38 +05:30
2019-04-18 22:15:03 +08:00
2018-12-23 11:52:45 +08:00
2018-11-09 17:41:39 +08:00
2019-04-25 15:38:12 +08:00
2019-06-13 14:31:40 +08:00
2019-04-18 22:15:03 +08:00
2019-04-18 22:15:03 +08:00
2019-04-18 22:15:03 +08:00
2019-01-25 18:41:51 +08:00
2019-04-18 22:15:03 +08:00
2018-11-09 17:36:48 +08:00
2019-03-05 09:09:55 -08:00
2019-02-08 15:30:08 +08:00
2019-04-18 22:15:01 +08:00
2019-06-13 14:31:40 +08:00
2019-04-18 22:15:03 +08:00
2018-09-28 12:46:08 +08:00
2018-09-04 11:35:03 +08:00
2018-05-26 09:16:44 +02:00
2018-06-28 10:40:47 -07:00
2019-04-18 22:15:03 +08:00
2019-06-13 14:31:39 +08:00
2018-07-18 07:27:22 -04:00
2019-06-13 14:31:39 +08:00
2019-04-18 22:15:03 +08:00
2019-04-18 22:15:03 +08:00
2018-12-23 11:52:45 +08:00
2019-04-18 22:15:03 +08:00
2019-04-18 22:15:03 +08:00
2019-04-18 22:15:03 +08:00
2019-04-18 22:15:03 +08:00
2013-08-14 20:42:03 +10:00
2019-04-18 22:15:03 +08:00
2019-04-19 13:53:13 +08:00
2019-04-18 22:15:03 +08:00
2019-06-06 14:44:16 +08:00
2019-04-18 22:15:03 +08:00
2018-04-21 00:58:34 +08:00
2019-04-18 22:15:03 +08:00
2016-10-21 11:03:42 +08:00
2019-04-18 22:15:03 +08:00
2019-04-18 22:15:03 +08:00
2013-09-12 15:31:34 +10:00
2019-04-18 22:15:03 +08:00
2019-05-30 15:28:41 +08:00
2018-02-15 23:26:50 +08:00
2019-06-13 14:31:39 +08:00
2019-04-27 17:07:21 -04:00
2019-01-18 18:43:43 +08:00
2019-04-18 22:15:03 +08:00
2019-04-18 22:15:03 +08:00
2019-06-13 14:31:39 +08:00
2019-04-18 22:15:03 +08:00
2018-08-03 18:06:06 +08:00
2019-04-18 22:15:03 +08:00
2019-05-23 14:01:06 +08:00
2019-04-18 22:15:03 +08:00
2019-04-18 22:15:02 +08:00
2019-04-18 22:15:02 +08:00
2019-04-18 22:15:02 +08:00
2017-10-12 22:55:00 +08:00
2019-04-18 22:15:03 +08:00
2019-04-18 22:15:03 +08:00
2019-04-18 22:15:02 +08:00
2019-04-18 22:15:02 +08:00
2019-04-18 22:15:02 +08:00
2019-04-18 22:15:02 +08:00
2019-06-13 14:31:39 +08:00
2019-04-18 22:15:03 +08:00
2019-04-19 13:53:13 +08:00
2017-12-22 19:52:40 +11:00
2019-06-06 14:38:57 +08:00
2018-11-16 14:09:40 +08:00
2019-04-25 15:38:12 +08:00
2018-09-04 11:37:04 +08:00
2019-06-06 14:38:57 +08:00
2019-06-06 14:38:57 +08:00
2019-06-06 14:38:57 +08:00
2019-04-18 22:15:03 +08:00
2019-06-13 14:31:39 +08:00
2018-11-09 17:41:39 +08:00
2019-06-06 14:38:57 +08:00
2019-06-13 14:31:39 +08:00
2019-06-13 14:31:39 +08:00
2019-06-13 14:31:39 +08:00
2019-06-13 14:31:39 +08:00
2019-06-06 14:38:57 +08:00
2019-06-13 14:31:39 +08:00
2019-06-13 14:31:39 +08:00
2013-12-09 20:09:12 +08:00
2019-06-13 14:31:39 +08:00
2019-04-18 22:15:03 +08:00
2019-04-18 22:15:03 +08:00
2019-04-18 22:15:03 +08:00
2019-04-18 22:15:03 +08:00
2019-04-18 22:15:03 +08:00
2019-04-18 22:15:03 +08:00
2019-04-18 22:15:03 +08:00
2018-05-16 07:23:35 +02:00
2017-11-02 11:10:55 +01:00
2019-06-13 14:31:39 +08:00
2019-06-13 14:31:39 +08:00
2019-06-13 14:31:39 +08:00
2019-06-13 14:31:39 +08:00
2018-12-07 14:15:00 +08:00
2018-04-07 19:04:02 +09:00
2019-04-18 22:15:02 +08:00
2019-04-18 22:15:03 +08:00
2016-07-05 23:05:26 +08:00
2015-10-14 22:23:16 +08:00
2019-04-18 22:15:03 +08:00
2018-08-03 18:06:03 +08:00
2019-04-18 22:15:04 +08:00
2019-04-18 22:15:03 +08:00
2019-04-18 22:15:03 +08:00
2019-06-13 14:31:39 +08:00
2019-04-18 22:15:03 +08:00
2019-04-18 22:15:03 +08:00
2019-04-18 22:15:03 +08:00
2019-04-18 22:15:03 +08:00
2019-04-25 15:38:12 +08:00
2019-03-22 20:57:27 +08:00
2019-04-08 14:42:55 +08:00
2019-04-18 22:15:03 +08:00
2019-04-18 22:15:03 +08:00
2019-04-18 22:15:03 +08:00
2019-04-18 22:15:03 +08:00
2018-09-28 12:46:26 +08:00
2019-06-13 14:31:39 +08:00
2019-06-13 14:31:40 +08:00
2019-06-06 14:38:57 +08:00
2019-06-13 14:31:39 +08:00
2017-11-29 17:33:25 +11:00
2019-04-18 22:15:03 +08:00
2019-04-18 22:15:03 +08:00
2019-06-13 14:31:39 +08:00
2019-04-18 22:15:03 +08:00
2017-11-15 18:21:04 -08:00
2019-05-06 20:15:06 -07:00
2019-06-06 14:38:57 +08:00
2019-06-13 14:31:39 +08:00