commit | ed0733eaa579c49dbfeaec14d4071a69a49fdde4 | [log] [tgz] |
---|---|---|
author | Herbert Xu <herbert@gondor.apana.org.au> | Thu Feb 16 18:35:09 2023 +0800 |
committer | Herbert Xu <herbert@gondor.apana.org.au> | Tue Mar 14 17:06:41 2023 +0800 |
tree | 203aaf37f41e990918cbfbcb6e9995b0dcc8eb57 | |
parent | a71b772ba063c47a3d70381dc32448cd5e324b34 [diff] |
crypto: algapi - Move stat reporting into algapi The stats code resurrected the unions from the early days of kernel crypto. This patch starts the process of moving them out to the individual type structures as we do for everything else. In particular, add a report_stat function to cra_type and call that from the stats code if available. This allows us to move the actual code over one-by-one. Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>