Kees Cook
892b1f54ca
UPSTREAM: crypto: skcipher - Introduce crypto_sync_skcipher
...
In preparation for removal of VLAs due to skcipher requests on the stack
via SKCIPHER_REQUEST_ON_STACK() usage, this introduces the infrastructure
for the "sync skcipher" tfm, which is for handling the on-stack cases of
skcipher, which are always non-ASYNC and have a known limited request
size.
The crypto API additions:
struct crypto_sync_skcipher (wrapper for struct crypto_skcipher)
crypto_alloc_sync_skcipher()
crypto_free_sync_skcipher()
crypto_sync_skcipher_setkey()
crypto_sync_skcipher_get_flags()
crypto_sync_skcipher_set_flags()
crypto_sync_skcipher_clear_flags()
crypto_sync_skcipher_blocksize()
crypto_sync_skcipher_ivsize()
crypto_sync_skcipher_reqtfm()
skcipher_request_set_sync_tfm()
SYNC_SKCIPHER_REQUEST_ON_STACK() (with tfm type check)
Signed-off-by: Kees Cook <keescook@chromium.org >
Reviewed-by: Ard Biesheuvel <ard.biesheuvel@linaro.org >
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au >
Bug: 150811495
Test: make
Change-Id: I5d002a7af64509a293cd4d685b97d2cd2c4d10e1
(cherry picked from commit b350bee5ea )
Signed-off-by: Hridya Valsaraju <hridya@google.com >
2020-03-12 10:46:18 -07:00
..
2019-07-26 09:14:13 +02:00
2018-06-18 20:17:38 +05:30
2016-10-25 11:08:33 +08:00
2018-08-03 18:06:04 +08:00
2017-04-21 20:30:50 +08:00
2019-01-18 12:36:04 -08:00
2019-03-23 20:09:54 +01:00
2019-03-23 20:09:54 +01:00
2019-03-23 20:09:54 +01:00
2019-03-23 20:09:54 +01:00
2018-11-13 11:08:46 -08:00
2018-12-05 09:48:14 -08:00
2019-02-12 19:46:58 +01:00
2020-02-01 09:37:11 +00:00
2019-03-23 20:09:54 +01:00
2017-01-13 00:24:39 +08:00
2020-02-11 04:34:05 -08:00
2017-10-07 12:10:34 +08:00
2018-06-28 10:40:47 -07:00
2018-05-26 09:16:44 +02:00
2018-05-26 09:16:44 +02:00
2018-06-28 10:40:47 -07:00
2020-02-11 04:34:05 -08:00
2019-01-22 21:40:32 +01:00
2019-01-22 21:40:31 +01:00
2018-08-03 18:06:04 +08:00
2017-11-29 17:33:25 +11:00
2017-11-29 17:33:25 +11:00
2017-11-29 17:33:25 +11:00
2018-12-13 09:16:21 +01:00
2019-05-22 07:37:43 +02:00
2019-03-23 20:09:40 +01:00
2019-07-26 10:31:53 +02:00
2018-12-05 09:48:14 -08:00
2018-04-21 00:58:34 +08:00
2017-02-11 17:52:28 +08:00
2016-10-21 11:03:42 +08:00
2018-05-27 00:12:09 +08:00
2018-05-27 00:12:08 +08:00
2019-05-22 07:37:37 +02:00
2019-07-10 09:53:41 +02:00
2018-02-15 23:26:50 +08:00
2018-07-09 00:30:24 +08:00
2019-12-13 08:52:48 +01:00
2018-04-21 00:58:34 +08:00
2018-04-21 00:58:34 +08:00
2017-04-24 18:11:08 +08:00
2018-08-03 18:06:06 +08:00
2018-07-20 13:51:21 +08:00
2018-08-03 18:05:48 +08:00
2018-07-20 13:51:22 +08:00
2019-12-13 08:52:48 +01:00
2018-04-21 00:58:29 +08:00
2017-10-12 22:55:00 +08:00
2018-04-21 00:58:29 +08:00
2017-12-22 19:52:45 +11:00
2019-05-22 07:37:37 +02:00
2017-12-22 19:52:40 +11:00
2019-07-26 09:14:19 +02:00
2015-12-20 15:27:12 +02:00
2017-11-29 13:39:15 +11:00
2020-02-11 04:34:05 -08:00
2016-11-17 23:34:52 +08:00
2015-06-25 23:18:33 +08:00
2019-02-12 20:37:21 +01:00
2017-11-29 17:33:26 +11:00
2017-01-13 00:24:39 +08:00
2018-11-13 11:08:45 -08:00
2017-04-10 19:17:27 +08:00
2017-04-10 19:17:27 +08:00
2017-05-08 17:15:13 -07:00
2018-12-05 09:48:15 -08:00
2018-02-15 23:26:45 +08:00
2018-07-09 00:30:24 +08:00
2018-07-09 00:30:24 +08:00
2019-03-23 20:09:54 +01:00
2019-03-23 20:09:54 +01:00
2019-01-18 12:35:59 -08:00
2019-03-23 20:09:55 +01:00
2020-02-11 04:34:05 -08:00
2018-12-05 09:48:15 -08:00
2018-05-16 07:23:35 +02:00
2017-11-02 11:10:55 +01:00
2018-07-09 00:30:24 +08:00
2018-07-09 00:30:24 +08:00
2018-07-27 19:28:36 +08:00
2018-07-27 19:28:36 +08:00
2017-07-28 17:56:00 +08:00
2018-04-07 19:04:02 +09:00
2019-11-20 18:47:44 +01:00
2018-04-21 00:58:37 +08:00
2016-07-05 23:05:26 +08:00
2015-10-14 22:23:16 +08:00
2019-05-22 07:37:36 +02:00
2018-08-03 18:06:03 +08:00
2018-01-06 09:18:00 -07:00
2017-12-22 19:52:45 +11:00
2019-07-26 09:14:13 +02:00
2018-07-09 00:30:24 +08:00
2018-08-03 17:55:12 +08:00
2018-07-09 00:30:24 +08:00
2018-07-09 00:30:24 +08:00
2019-03-23 20:09:54 +01:00
2018-12-01 09:37:32 +01:00
2020-03-12 10:46:18 -07:00
2019-01-22 21:40:31 +01:00
2018-05-05 14:52:51 +08:00
2019-01-09 18:55:03 +01:00
2015-07-17 21:20:20 +08:00
2019-12-01 09:53:43 +01:00
2019-04-30 12:53:00 +02:00
2020-01-27 14:50:13 +01:00
2017-11-29 17:33:25 +11:00
2017-11-29 17:33:25 +11:00
2018-07-01 21:00:44 +08:00
2018-07-09 00:30:24 +08:00
2017-11-29 17:33:25 +11:00
2017-11-15 18:21:04 -08:00
2018-08-03 18:06:03 +08:00
2018-04-21 00:58:30 +08:00