]> git.baikalelectronics.ru Git - kernel.git/commit
crypto: rename sm3-256 to sm3 in hash_algo_name
authorTianjia Zhang <tianjia.zhang@linux.alibaba.com>
Mon, 10 Feb 2020 12:44:39 +0000 (20:44 +0800)
committerMimi Zohar <zohar@linux.ibm.com>
Tue, 18 Feb 2020 12:35:49 +0000 (07:35 -0500)
commita0e77d7e3c46d70184523f898b5c7b386c5b19aa
tree9c402f0e210bf00f44c9de6ccc82056fe81d152a
parent8a7ebddfc61051966710247182b8e640db16ad72
crypto: rename sm3-256 to sm3 in hash_algo_name

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: 996699c55d2d ("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>
crypto/hash_info.c