linux-loongson/drivers/crypto/allwinner/sun8i-ce
Ovidiu Panait 003bb37459 crypto: sun8i-ce - use helpers to get hash block and digest sizes
Use crypto_ahash_blocksize() and crypto_ahash_digestsize() helpers instead
of directly accessing 'struct ahash_alg' members.

Signed-off-by: Ovidiu Panait <ovidiu.panait.oss@gmail.com>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
2025-06-13 17:26:16 +08:00
..
Makefile crypto: sun8i-ce - Add support for the TRNG 2020-09-25 17:48:28 +10:00
sun8i-ce-cipher.c crypto: sun8i-ce - remove ivlen field of sun8i_cipher_req_ctx 2025-06-13 17:26:16 +08:00
sun8i-ce-core.c crypto: sun8i-ce - undo runtime PM changes during driver removal 2025-05-05 18:20:45 +08:00
sun8i-ce-hash.c crypto: sun8i-ce - use helpers to get hash block and digest sizes 2025-06-13 17:26:16 +08:00
sun8i-ce-prng.c crypto: sun8i-ce - wrap accesses to descriptor address fields 2024-07-06 10:19:59 +10:00
sun8i-ce-trng.c crypto: sun8i-ce - wrap accesses to descriptor address fields 2024-07-06 10:19:59 +10:00
sun8i-ce.h crypto: sun8i-ce - remove ivlen field of sun8i_cipher_req_ctx 2025-06-13 17:26:16 +08:00