3908edf8 | 20-Apr-2023 |
Herbert Xu <herbert@gondor.apana.org.au> |
crypto: hash - Make crypto_ahash_alg helper available
Move the crypto_ahash_alg helper into include/crypto/internal so that drivers can use it.
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.a
crypto: hash - Make crypto_ahash_alg helper available
Move the crypto_ahash_alg helper into include/crypto/internal so that drivers can use it.
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
show more ...
|
d9588045 | 10-Feb-2023 |
Herbert Xu <herbert@gondor.apana.org.au> |
crypto: hash - Use crypto_request_complete
Use the crypto_request_complete helper instead of calling the completion function directly.
This patch also removes the voodoo programming previously used
crypto: hash - Use crypto_request_complete
Use the crypto_request_complete helper instead of calling the completion function directly.
This patch also removes the voodoo programming previously used for unaligned ahash operations and replaces it with a sub-request.
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
show more ...
|
a5a49249 | 24-Nov-2022 |
Herbert Xu <herbert@gondor.apana.org.au> |
crypto: kpp - Add ctx helpers with DMA alignment
This patch adds helpers to access the kpp context structure and request context structure with an added alignment for DMA access.
Signed-off-by: Her
crypto: kpp - Add ctx helpers with DMA alignment
This patch adds helpers to access the kpp context structure and request context structure with an added alignment for DMA access.
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
show more ...
|
12658ac5 | 24-Nov-2022 |
Herbert Xu <herbert@gondor.apana.org.au> |
crypto: skcipher - Add ctx helpers with DMA alignment
This patch adds helpers to access the skcipher context structure and request context structure with an added alignment for DMA access.
Signed-o
crypto: skcipher - Add ctx helpers with DMA alignment
This patch adds helpers to access the skcipher context structure and request context structure with an added alignment for DMA access.
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
show more ...
|
b5f755fb | 24-Nov-2022 |
Herbert Xu <herbert@gondor.apana.org.au> |
crypto: hash - Add ctx helpers with DMA alignment
This patch adds helpers to access the ahash context structure and request context structure with an added alignment for DMA access.
Signed-off-by:
crypto: hash - Add ctx helpers with DMA alignment
This patch adds helpers to access the ahash context structure and request context structure with an added alignment for DMA access.
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
show more ...
|