crypto: api - document missing stats member
authorCorentin Labbe <clabbe@baylibre.com>
Thu, 13 Dec 2018 08:36:38 +0000 (08:36 +0000)
committerHerbert Xu <herbert@gondor.apana.org.au>
Sun, 23 Dec 2018 03:52:44 +0000 (11:52 +0800)
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>
include/linux/crypto.h

index 9850b41e38ae6077a95f14c0667a40ffa399357c..81e178fb9ed878ee7d49654e31ec419514322f80 100644 (file)
@@ -564,6 +564,13 @@ struct crypto_istat_rng {
  * @cra_destroy: internally used
  *
  * @stats: union of all possible crypto_istat_xxx structures
+ * @stats.aead:                statistics for AEAD algorithm
+ * @stats.akcipher:    statistics for akcipher algorithm
+ * @stats.cipher:      statistics for cipher algorithm
+ * @stats.compress:    statistics for compress algorithm
+ * @stats.hash:                statistics for hash algorithm
+ * @stats.rng:         statistics for rng algorithm
+ * @stats.kpp:         statistics for KPP algorithm
  *
  * The struct crypto_alg describes a generic Crypto API algorithm and is common
  * for all of the transformations. Any variable not documented here shall not