Files
linux_media/arch/x86/kernel
Taehee Yoo 35344cf30f crypto: x86/aria - do not use magic number offsets of aria_ctx
aria-avx assembly code accesses members of aria_ctx with magic number
offset. If the shape of struct aria_ctx is changed carelessly,
aria-avx will not work.
So, we need to ensure accessing members of aria_ctx with correct
offset values, not with magic numbers.

It adds ARIA_CTX_enc_key, ARIA_CTX_dec_key, and ARIA_CTX_rounds in the
asm-offsets.c So, correct offset definitions will be generated.
aria-avx assembly code can access members of aria_ctx safely with
these definitions.

Signed-off-by: Taehee Yoo <ap420073@gmail.com>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
2023-01-06 17:15:47 +08:00
..
2022-03-15 10:32:40 +01:00
2022-09-26 10:13:16 -07:00
2022-04-19 17:14:09 -07:00
2022-12-02 14:06:34 +01:00
2022-04-07 08:27:51 -07:00
2021-12-01 00:06:43 +01:00
2022-05-19 19:30:31 +02:00
2022-12-10 10:33:11 -06:00
2022-08-25 15:54:03 +02:00
2022-02-25 09:36:05 +01:00
2022-09-26 19:46:16 -07:00
2021-10-25 23:02:36 -04:00
2022-04-14 14:09:43 +02:00
2022-11-01 13:44:10 +01:00