mirror of
https://github.com/torvalds/linux.git
synced 2024-11-10 22:21:40 +00:00
ed6776c96c
Upon calling the pkey module to (re-)derive an protected key from a secure key the PAES implementation did a retry 3 times with an 1000 ms sleep after each failure. This patch removes this retry loop - retries should be done if needed in a lower layer but the consumer of the pkey module functions should not be bothered with retries. Signed-off-by: Harald Freudenberger <freude@linux.ibm.com> Reviewed-by: Holger Dengler <dengler@linux.ibm.com> Signed-off-by: Heiko Carstens <hca@linux.ibm.com> |
||
---|---|---|
.. | ||
aes_s390.c | ||
arch_random.c | ||
chacha-glue.c | ||
chacha-s390.h | ||
chacha-s390.S | ||
crc32-vx.c | ||
crc32-vx.h | ||
crc32be-vx.c | ||
crc32le-vx.c | ||
des_s390.c | ||
ghash_s390.c | ||
Kconfig | ||
Makefile | ||
paes_s390.c | ||
prng.c | ||
sha1_s390.c | ||
sha3_256_s390.c | ||
sha3_512_s390.c | ||
sha256_s390.c | ||
sha512_s390.c | ||
sha_common.c | ||
sha.h |