aboutsummaryrefslogtreecommitdiffstats
path: root/include/sys
diff options
context:
space:
mode:
authorнаб <[email protected]>2021-12-23 19:51:00 +0100
committerBrian Behlendorf <[email protected]>2022-02-15 16:23:53 -0800
commit710657f51d65b8fb1f389bf6a973e67a8243502f (patch)
tree3d43afb1b735af9c07ef15c32ead2f62ac6c0bb3 /include/sys
parent167ced3fb10ce9c2336828cb041420d96de8cf67 (diff)
module: icp: remove other provider types
Reviewed-by: Brian Behlendorf <[email protected]> Signed-off-by: Ahelenia Ziemiańska <[email protected]> Closes #12901
Diffstat (limited to 'include/sys')
-rw-r--r--include/sys/crypto/api.h1
-rw-r--r--include/sys/crypto/common.h6
-rw-r--r--include/sys/zfs_context.h1
3 files changed, 0 insertions, 8 deletions
diff --git a/include/sys/crypto/api.h b/include/sys/crypto/api.h
index 3e27769e7..3f56a4bb1 100644
--- a/include/sys/crypto/api.h
+++ b/include/sys/crypto/api.h
@@ -168,7 +168,6 @@ typedef enum {
/* The event_arg argument structure for CRYPTO_EVENT_PROVIDERS_CHANGE event */
typedef struct crypto_notify_event_change {
crypto_mech_name_t ec_mech_name;
- crypto_provider_type_t ec_provider_type;
crypto_event_change_t ec_change;
} crypto_notify_event_change_t;
diff --git a/include/sys/crypto/common.h b/include/sys/crypto/common.h
index fa4d05c6c..557c3d4d1 100644
--- a/include/sys/crypto/common.h
+++ b/include/sys/crypto/common.h
@@ -369,12 +369,6 @@ typedef struct crypto_key32 {
/* Providers */
-typedef enum {
- CRYPTO_HW_PROVIDER = 0,
- CRYPTO_SW_PROVIDER,
- CRYPTO_LOGICAL_PROVIDER
-} crypto_provider_type_t;
-
typedef uint32_t crypto_provider_id_t;
#define KCF_PROVID_INVALID ((uint32_t)-1)
diff --git a/include/sys/zfs_context.h b/include/sys/zfs_context.h
index d53b2c3a0..6d1fd83df 100644
--- a/include/sys/zfs_context.h
+++ b/include/sys/zfs_context.h
@@ -509,7 +509,6 @@ extern taskq_t *taskq_of_curthread(void);
extern int taskq_cancel_id(taskq_t *, taskqid_t);
extern void system_taskq_init(void);
extern void system_taskq_fini(void);
-extern boolean_t taskq_empty(taskq_t *);
#define XVA_MAPSIZE 3
#define XVA_MAGIC 0x78766174