3
0
Fork 0
forked from mirrors/linux
kernel/arch/sparc/crypto
Herbert Xu 37d451809f crypto: skcipher - Make skcipher_walk src.virt.addr const
Mark the src.virt.addr field in struct skcipher_walk as a pointer
to const data.  This guarantees that the user won't modify the data
which should be done through dst.virt.addr to ensure that flushing
is done when necessary.

Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
2025-03-15 16:21:22 +08:00
..
aes_asm.S
aes_glue.c crypto: skcipher - Make skcipher_walk src.virt.addr const 2025-03-15 16:21:22 +08:00
camellia_asm.S
camellia_glue.c crypto: remove CRYPTO_TFM_RES_BAD_KEY_LEN 2020-01-09 11:30:53 +08:00
crop_devid.c sparc: Explicitly include correct DT includes 2023-08-28 13:30:57 -05:00
des_asm.S
des_glue.c crypto: sparc/des - convert to skcipher API 2019-10-23 19:46:57 +11:00
Kconfig sparc/crc32: expose CRC32 functions through lib 2024-12-01 17:23:01 -08:00
Makefile sparc/crc32: expose CRC32 functions through lib 2024-12-01 17:23:01 -08:00
md5_asm.S
md5_glue.c crypto: sparc - Fix sparse endianness warnings 2020-11-27 17:13:42 +11:00
opcodes.h
sha1_asm.S
sha1_glue.c crypto: sparc/sha - remove duplicate hash init function 2021-12-31 18:10:55 +11:00
sha256_asm.S
sha256_glue.c crypto: sparc/sha - remove duplicate hash init function 2021-12-31 18:10:55 +11:00
sha512_asm.S
sha512_glue.c crypto: sparc/sha - remove duplicate hash init function 2021-12-31 18:10:55 +11:00