Skip to content

Commit bfad6cb

Browse files
montjoieherbertx
authored andcommitted
crypto: api - document missing stats member
This patchs adds missing member of stats documentation. Signed-off-by: Corentin Labbe <clabbe@baylibre.com> Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
1 parent 0c99c2a commit bfad6cb

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

include/linux/crypto.h

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -564,6 +564,13 @@ struct crypto_istat_rng {
564564
* @cra_destroy: internally used
565565
*
566566
* @stats: union of all possible crypto_istat_xxx structures
567+
* @stats.aead: statistics for AEAD algorithm
568+
* @stats.akcipher: statistics for akcipher algorithm
569+
* @stats.cipher: statistics for cipher algorithm
570+
* @stats.compress: statistics for compress algorithm
571+
* @stats.hash: statistics for hash algorithm
572+
* @stats.rng: statistics for rng algorithm
573+
* @stats.kpp: statistics for KPP algorithm
567574
*
568575
* The struct crypto_alg describes a generic Crypto API algorithm and is common
569576
* for all of the transformations. Any variable not documented here shall not

0 commit comments

Comments
 (0)