| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2022-12-02 | crypto: Prepare to move crypto_tfm_ctx | Herbert Xu | |
| The helper crypto_tfm_ctx is only used by the Crypto API algorithm code and should really be in algapi.h. However, for historical reasons many files relied on it to be in crypto.h. This patch changes those files to use algapi.h instead in prepartion for a move. Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au> | |||
| 2021-02-10 | crypto: blowfish - use unaligned accessors instead of alignmask | Ard Biesheuvel | |
| Instead of using an alignmask of 0x3 to ensure 32-bit alignment of the Blowfish input and output blocks, which propagates to mode drivers, and results in pointless copying on architectures that don't care about alignment, use the unaligned accessors, which will do the right thing on each respective architecture, avoiding the need for double buffering. Signed-off-by: Ard Biesheuvel <ardb@kernel.org> Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au> | |||
