aboutsummaryrefslogtreecommitdiffstats
path: root/include/uapi/linux/cryptouser.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/uapi/linux/cryptouser.h')
-rw-r--r--include/uapi/linux/cryptouser.h28
1 files changed, 10 insertions, 18 deletions
diff --git a/include/uapi/linux/cryptouser.h b/include/uapi/linux/cryptouser.h
index e163670d60f7d..5730c67f0617c 100644
--- a/include/uapi/linux/cryptouser.h
+++ b/include/uapi/linux/cryptouser.h
@@ -54,16 +54,16 @@ enum crypto_attr_type_t {
CRYPTOCFGA_REPORT_AKCIPHER, /* struct crypto_report_akcipher */
CRYPTOCFGA_REPORT_KPP, /* struct crypto_report_kpp */
CRYPTOCFGA_REPORT_ACOMP, /* struct crypto_report_acomp */
- CRYPTOCFGA_STAT_LARVAL, /* No longer supported */
- CRYPTOCFGA_STAT_HASH, /* No longer supported */
- CRYPTOCFGA_STAT_BLKCIPHER, /* No longer supported */
- CRYPTOCFGA_STAT_AEAD, /* No longer supported */
- CRYPTOCFGA_STAT_COMPRESS, /* No longer supported */
- CRYPTOCFGA_STAT_RNG, /* No longer supported */
- CRYPTOCFGA_STAT_CIPHER, /* No longer supported */
- CRYPTOCFGA_STAT_AKCIPHER, /* No longer supported */
- CRYPTOCFGA_STAT_KPP, /* No longer supported */
- CRYPTOCFGA_STAT_ACOMP, /* No longer supported */
+ CRYPTOCFGA_STAT_LARVAL, /* struct crypto_stat */
+ CRYPTOCFGA_STAT_HASH, /* struct crypto_stat */
+ CRYPTOCFGA_STAT_BLKCIPHER, /* struct crypto_stat */
+ CRYPTOCFGA_STAT_AEAD, /* struct crypto_stat */
+ CRYPTOCFGA_STAT_COMPRESS, /* struct crypto_stat */
+ CRYPTOCFGA_STAT_RNG, /* struct crypto_stat */
+ CRYPTOCFGA_STAT_CIPHER, /* struct crypto_stat */
+ CRYPTOCFGA_STAT_AKCIPHER, /* struct crypto_stat */
+ CRYPTOCFGA_STAT_KPP, /* struct crypto_stat */
+ CRYPTOCFGA_STAT_ACOMP, /* struct crypto_stat */
__CRYPTOCFGA_MAX
#define CRYPTOCFGA_MAX (__CRYPTOCFGA_MAX - 1)
@@ -79,7 +79,6 @@ struct crypto_user_alg {
__u32 cru_flags;
};
-/* No longer supported, do not use. */
struct crypto_stat_aead {
char type[CRYPTO_MAX_NAME];
__u64 stat_encrypt_cnt;
@@ -89,7 +88,6 @@ struct crypto_stat_aead {
__u64 stat_err_cnt;
};
-/* No longer supported, do not use. */
struct crypto_stat_akcipher {
char type[CRYPTO_MAX_NAME];
__u64 stat_encrypt_cnt;
@@ -101,7 +99,6 @@ struct crypto_stat_akcipher {
__u64 stat_err_cnt;
};
-/* No longer supported, do not use. */
struct crypto_stat_cipher {
char type[CRYPTO_MAX_NAME];
__u64 stat_encrypt_cnt;
@@ -111,7 +108,6 @@ struct crypto_stat_cipher {
__u64 stat_err_cnt;
};
-/* No longer supported, do not use. */
struct crypto_stat_compress {
char type[CRYPTO_MAX_NAME];
__u64 stat_compress_cnt;
@@ -121,7 +117,6 @@ struct crypto_stat_compress {
__u64 stat_err_cnt;
};
-/* No longer supported, do not use. */
struct crypto_stat_hash {
char type[CRYPTO_MAX_NAME];
__u64 stat_hash_cnt;
@@ -129,7 +124,6 @@ struct crypto_stat_hash {
__u64 stat_err_cnt;
};
-/* No longer supported, do not use. */
struct crypto_stat_kpp {
char type[CRYPTO_MAX_NAME];
__u64 stat_setsecret_cnt;
@@ -138,7 +132,6 @@ struct crypto_stat_kpp {
__u64 stat_err_cnt;
};
-/* No longer supported, do not use. */
struct crypto_stat_rng {
char type[CRYPTO_MAX_NAME];
__u64 stat_generate_cnt;
@@ -147,7 +140,6 @@ struct crypto_stat_rng {
__u64 stat_err_cnt;
};
-/* No longer supported, do not use. */
struct crypto_stat_larval {
char type[CRYPTO_MAX_NAME];
};