/openbmc/linux/arch/x86/crypto/ |
H A D | sha1_avx2_x86_64_asm.S | diff 41419a289010836bd759bf7e254fe041a3dc52d2 Tue Jan 14 21:57:29 CST 2020 Kees Cook <keescook@chromium.org> crypto: x86/sha - Eliminate casts on asm implementations
In order to avoid CFI function prototype mismatches, this removes the casts on assembly implementations of sha1/256/512 accelerators. The safety checks from BUILD_BUG_ON() remain.
Additionally, this renames various arguments for clarity, as suggested by Eric Biggers.
Signed-off-by: Kees Cook <keescook@chromium.org> Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
|
H A D | sha512-ssse3-asm.S | diff 41419a289010836bd759bf7e254fe041a3dc52d2 Tue Jan 14 21:57:29 CST 2020 Kees Cook <keescook@chromium.org> crypto: x86/sha - Eliminate casts on asm implementations
In order to avoid CFI function prototype mismatches, this removes the casts on assembly implementations of sha1/256/512 accelerators. The safety checks from BUILD_BUG_ON() remain.
Additionally, this renames various arguments for clarity, as suggested by Eric Biggers.
Signed-off-by: Kees Cook <keescook@chromium.org> Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
|
H A D | sha512-avx-asm.S | diff 41419a289010836bd759bf7e254fe041a3dc52d2 Tue Jan 14 21:57:29 CST 2020 Kees Cook <keescook@chromium.org> crypto: x86/sha - Eliminate casts on asm implementations
In order to avoid CFI function prototype mismatches, this removes the casts on assembly implementations of sha1/256/512 accelerators. The safety checks from BUILD_BUG_ON() remain.
Additionally, this renames various arguments for clarity, as suggested by Eric Biggers.
Signed-off-by: Kees Cook <keescook@chromium.org> Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
|
H A D | sha512-avx2-asm.S | diff 41419a289010836bd759bf7e254fe041a3dc52d2 Tue Jan 14 21:57:29 CST 2020 Kees Cook <keescook@chromium.org> crypto: x86/sha - Eliminate casts on asm implementations
In order to avoid CFI function prototype mismatches, this removes the casts on assembly implementations of sha1/256/512 accelerators. The safety checks from BUILD_BUG_ON() remain.
Additionally, this renames various arguments for clarity, as suggested by Eric Biggers.
Signed-off-by: Kees Cook <keescook@chromium.org> Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
|
H A D | sha256-avx2-asm.S | diff 41419a289010836bd759bf7e254fe041a3dc52d2 Tue Jan 14 21:57:29 CST 2020 Kees Cook <keescook@chromium.org> crypto: x86/sha - Eliminate casts on asm implementations
In order to avoid CFI function prototype mismatches, this removes the casts on assembly implementations of sha1/256/512 accelerators. The safety checks from BUILD_BUG_ON() remain.
Additionally, this renames various arguments for clarity, as suggested by Eric Biggers.
Signed-off-by: Kees Cook <keescook@chromium.org> Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
|
H A D | sha256-ssse3-asm.S | diff 41419a289010836bd759bf7e254fe041a3dc52d2 Tue Jan 14 21:57:29 CST 2020 Kees Cook <keescook@chromium.org> crypto: x86/sha - Eliminate casts on asm implementations
In order to avoid CFI function prototype mismatches, this removes the casts on assembly implementations of sha1/256/512 accelerators. The safety checks from BUILD_BUG_ON() remain.
Additionally, this renames various arguments for clarity, as suggested by Eric Biggers.
Signed-off-by: Kees Cook <keescook@chromium.org> Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
|
H A D | sha256-avx-asm.S | diff 41419a289010836bd759bf7e254fe041a3dc52d2 Tue Jan 14 21:57:29 CST 2020 Kees Cook <keescook@chromium.org> crypto: x86/sha - Eliminate casts on asm implementations
In order to avoid CFI function prototype mismatches, this removes the casts on assembly implementations of sha1/256/512 accelerators. The safety checks from BUILD_BUG_ON() remain.
Additionally, this renames various arguments for clarity, as suggested by Eric Biggers.
Signed-off-by: Kees Cook <keescook@chromium.org> Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
|
H A D | sha1_ssse3_asm.S | diff 41419a289010836bd759bf7e254fe041a3dc52d2 Tue Jan 14 21:57:29 CST 2020 Kees Cook <keescook@chromium.org> crypto: x86/sha - Eliminate casts on asm implementations
In order to avoid CFI function prototype mismatches, this removes the casts on assembly implementations of sha1/256/512 accelerators. The safety checks from BUILD_BUG_ON() remain.
Additionally, this renames various arguments for clarity, as suggested by Eric Biggers.
Signed-off-by: Kees Cook <keescook@chromium.org> Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
|
H A D | sha512_ssse3_glue.c | diff 41419a289010836bd759bf7e254fe041a3dc52d2 Tue Jan 14 21:57:29 CST 2020 Kees Cook <keescook@chromium.org> crypto: x86/sha - Eliminate casts on asm implementations
In order to avoid CFI function prototype mismatches, this removes the casts on assembly implementations of sha1/256/512 accelerators. The safety checks from BUILD_BUG_ON() remain.
Additionally, this renames various arguments for clarity, as suggested by Eric Biggers.
Signed-off-by: Kees Cook <keescook@chromium.org> Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
|
H A D | sha256_ssse3_glue.c | diff 41419a289010836bd759bf7e254fe041a3dc52d2 Tue Jan 14 21:57:29 CST 2020 Kees Cook <keescook@chromium.org> crypto: x86/sha - Eliminate casts on asm implementations
In order to avoid CFI function prototype mismatches, this removes the casts on assembly implementations of sha1/256/512 accelerators. The safety checks from BUILD_BUG_ON() remain.
Additionally, this renames various arguments for clarity, as suggested by Eric Biggers.
Signed-off-by: Kees Cook <keescook@chromium.org> Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
|
H A D | sha1_ssse3_glue.c | diff 41419a289010836bd759bf7e254fe041a3dc52d2 Tue Jan 14 21:57:29 CST 2020 Kees Cook <keescook@chromium.org> crypto: x86/sha - Eliminate casts on asm implementations
In order to avoid CFI function prototype mismatches, this removes the casts on assembly implementations of sha1/256/512 accelerators. The safety checks from BUILD_BUG_ON() remain.
Additionally, this renames various arguments for clarity, as suggested by Eric Biggers.
Signed-off-by: Kees Cook <keescook@chromium.org> Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
|