mbox series

[v2,0/10] crypto: api - Restructure stats code

Message ID Y+4GpkkLQjyv7KUt@gondor.apana.org.au (mailing list archive)
Headers show
Series crypto: api - Restructure stats code | expand

Message

Herbert Xu Feb. 16, 2023, 10:34 a.m. UTC
v2 changes:
- Move crypto_alg back to the end, crypto_instance requires this.
- Remove statesize check from shash (digest_null breaks this).
- Remove unnecessary local cryptlen from aead.
- Remove redundant __maybe_unused prototypes.

The stats code resurrected the unions from the early days of
kernel crypto.  This patch series moves them into the individual
crypto algorithm type structures.

The last two patches are minor clean-ups.

Cheers,