Eric Biggers
228c4f265c
crypto: lib/sha1 - fold linux/cryptohash.h into crypto/sha.h
...
<linux/cryptohash.h> sounds very generic and important, like it's the
header to include if you're doing cryptographic hashing in the kernel.
But actually it only includes the library implementation of the SHA-1
compression function (not even the full SHA-1). This should basically
never be used anymore; SHA-1 is no longer considered secure, and there
are much better ways to do cryptographic hashing in the kernel.
Remove this header and fold it into <crypto/sha.h> which already
contains constants and functions for SHA-1 (along with SHA-2).
Signed-off-by: Eric Biggers <ebiggers@google.com>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
2020-05-08 15:32:17 +10:00
..
2019-07-03 16:57:17 +02:00
2020-05-08 15:32:17 +10:00
2019-07-25 11:34:39 -07:00
2019-06-20 10:11:24 +02:00
2020-03-26 14:08:41 -06:00
2020-01-17 11:12:06 +01:00
2019-09-20 09:06:26 -07:00
2019-09-25 17:51:41 -07:00
2019-12-04 19:44:13 -08:00
2020-04-30 15:19:33 +10:00
2020-04-09 00:12:48 +09:00
2019-07-02 08:41:37 +02:00
2020-03-21 15:24:03 +01:00
2019-11-15 18:34:00 -08:00
2020-01-31 10:30:40 -08:00
2020-01-31 10:30:40 -08:00
2020-01-31 10:30:40 -08:00
2019-09-15 19:42:16 +02:00
2020-03-25 11:50:48 +01:00
2019-05-24 17:39:02 +02:00
2019-05-24 17:39:02 +02:00
2019-05-24 17:27:11 +02:00
2019-05-24 17:27:11 +02:00
2019-05-30 11:26:32 -07:00
2019-06-03 12:32:56 +02:00
2020-04-07 10:43:42 -07:00
2020-02-04 03:05:26 +00:00
2019-05-21 10:50:45 +02:00
2020-03-03 17:38:42 -05:00
2019-11-14 13:15:11 -05:00
2019-06-05 17:37:16 +02:00
2019-09-25 17:51:41 -07:00
2019-05-24 17:27:11 +02:00
2019-05-30 11:26:32 -07:00
2019-06-19 17:09:55 +02:00
2019-06-19 17:09:06 +02:00
2019-05-24 17:39:02 +02:00
2019-10-18 15:01:57 +02:00
2020-03-20 13:06:18 +01:00
2019-06-19 17:09:06 +02:00
2019-06-19 17:09:06 +02:00
2019-06-19 17:09:06 +02:00
2020-01-23 11:40:01 -07:00
2019-06-19 17:09:06 +02:00
2019-06-19 17:09:06 +02:00
2019-06-19 17:09:06 +02:00
2019-05-21 10:50:45 +02:00
2020-01-17 15:45:01 +01:00
2020-01-31 10:30:40 -08:00
2019-06-19 17:09:55 +02:00
2019-05-24 17:37:53 +02:00
2020-01-06 09:45:59 +01:00
2019-07-10 18:43:43 -07:00
2019-11-06 08:47:50 -08:00
2020-04-07 10:43:43 -07:00
2019-06-05 17:36:37 +02:00
2019-10-17 16:23:25 +02:00
2019-04-09 14:19:06 +02:00
2019-09-25 17:51:39 -07:00
2019-06-18 13:47:24 +02:00
2020-01-08 16:59:19 +00:00
2019-06-05 17:36:38 +02:00
2020-01-31 10:30:41 -08:00
2019-12-04 19:44:13 -08:00
2019-10-14 15:04:00 -07:00
2019-09-25 17:51:39 -07:00
2019-05-13 11:07:33 +02:00
2019-11-01 22:26:34 -04:00
2019-05-21 10:50:45 +02:00
2019-05-21 10:50:45 +02:00
2019-06-19 17:09:56 +02:00
2019-11-11 21:18:20 +01:00
2019-12-16 12:48:10 -05:00
2019-05-30 11:26:32 -07:00
2019-05-24 17:27:11 +02:00
2020-02-20 16:58:55 -08:00
2020-04-07 10:43:44 -07:00
2019-12-01 12:59:05 -08:00
2019-12-07 11:00:19 -08:00
2020-04-07 10:43:44 -07:00
2019-08-30 18:47:15 -07:00
2019-06-19 17:09:08 +02:00
2019-06-19 19:27:39 +02:00
2019-05-30 11:26:32 -07:00
2019-06-20 14:07:34 -06:00
2020-03-25 16:38:39 -06:00
2019-06-05 17:37:06 +02:00
2019-10-09 12:46:10 +02:00
2019-06-07 13:15:06 -07:00
2019-11-05 08:45:25 +08:00
2019-05-24 17:37:53 +02:00
2019-05-24 17:39:02 +02:00
2020-04-07 10:43:44 -07:00
2019-05-21 10:50:45 +02:00
2019-11-07 15:44:29 +01:00
2019-05-24 17:39:02 +02:00
2019-05-21 10:50:45 +02:00
2019-05-04 01:27:11 -04:00
2019-07-03 16:57:18 +02:00
2020-02-16 18:33:00 -08:00
2019-05-21 10:50:45 +02:00
2019-05-24 17:27:11 +02:00
2019-05-03 10:49:17 -04:00
2019-06-19 17:09:06 +02:00
2019-05-21 10:50:45 +02:00
2020-03-05 13:10:26 -08:00
2019-05-21 11:28:45 +02:00
2019-05-21 10:50:45 +02:00
2020-01-31 15:09:49 -05:00
2019-05-17 11:32:47 -07:00
2019-06-05 17:37:16 +02:00
2019-09-25 17:51:39 -07:00
2020-04-07 10:43:43 -07:00
2019-11-25 09:15:32 +01:00
2019-06-19 17:09:55 +02:00
2019-12-20 16:51:54 -07:00
2020-04-07 10:43:43 -07:00
2019-11-14 13:15:12 -05:00
2019-07-11 15:17:41 -07:00
2019-08-08 07:45:01 -06:00
2020-05-08 15:32:17 +10:00
2019-09-24 15:54:09 -07:00
2019-04-25 19:47:24 +02:00
2019-10-09 12:46:10 +02:00
2019-11-14 13:15:11 -05:00
2020-04-07 10:43:43 -07:00
2019-05-30 11:26:32 -07:00
2019-07-16 19:23:22 -07:00
2020-02-21 11:22:15 -08:00
2020-01-24 09:27:34 -08:00
2020-01-24 09:27:34 -08:00
2020-04-07 10:43:43 -07:00
2019-07-01 19:34:46 -07:00
2020-02-24 16:20:09 -08:00
2019-05-21 10:50:45 +02:00
2020-03-20 14:54:04 +01:00
2019-05-21 10:50:45 +02:00
2020-04-02 09:35:30 -07:00
2020-04-07 10:43:43 -07:00
2019-05-21 10:50:45 +02:00
2020-04-07 10:43:42 -07:00
2019-12-04 19:44:13 -08:00
2020-03-06 11:56:59 +01:00
2019-05-21 10:50:45 +02:00
2019-07-16 19:23:22 -07:00
2019-11-26 19:45:12 -08:00
2019-06-19 17:09:55 +02:00
2019-05-21 10:50:45 +02:00
2020-04-07 10:43:43 -07:00
2019-06-05 17:36:37 +02:00
2019-06-05 17:36:37 +02:00
2019-07-16 19:23:22 -07:00
2019-04-08 16:44:21 -06:00
2019-05-14 19:52:51 -07:00
2019-10-16 14:56:21 +02:00
2019-05-14 19:52:49 -07:00
2020-01-31 15:09:49 -05:00
2019-10-03 12:12:23 -04:00
2019-07-24 17:38:01 +02:00
2020-04-07 10:43:42 -07:00
2020-04-07 10:43:43 -07:00
2020-04-07 10:43:43 -07:00
2020-04-07 10:43:44 -07:00
2019-11-17 09:02:42 +08:00
2019-05-24 17:39:02 +02:00
2019-10-01 15:45:03 +02:00
2020-03-23 17:01:47 +01:00
2019-12-01 06:29:18 -08:00
2020-03-12 17:42:08 -04:00