diff options
| author | Tianjia Zhang <tianjia.zhang@linux.alibaba.com> | 2020-02-10 20:44:39 +0800 |
|---|---|---|
| committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2020-02-28 17:22:26 +0100 |
| commit | c23074e20989521b2ecdb50f96d0384b6cf6dc12 (patch) | |
| tree | 79475fd982775ea8b9227090f6ac868dac01cf37 /kernel | |
| parent | 8278f34f6ca882d95f9cabe7f55bdcb05caeb396 (diff) | |
crypto: rename sm3-256 to sm3 in hash_algo_name
commit 6a30e1b1dcad0ba94fae757f797812d7d8dcb72c upstream.
The name sm3-256 is defined in hash_algo_name in hash_info, but the
algorithm name implemented in sm3_generic.c is sm3, which will cause
the sm3-256 algorithm to be not found in some application scenarios of
the hash algorithm, and an ENOENT error will occur. For example,
IMA, keys, and other subsystems that reference hash_algo_name all use
the hash algorithm of sm3.
Fixes: 5ca4c20cfd37 ("keys, trusted: select hash algorithm for TPM2 chips")
Signed-off-by: Tianjia Zhang <tianjia.zhang@linux.alibaba.com>
Reviewed-by: Pascal van Leeuwen <pvanleeuwen@rambus.com>
Signed-off-by: Mimi Zohar <zohar@linux.ibm.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'kernel')
0 files changed, 0 insertions, 0 deletions
