diff options
author | наб <[email protected]> | 2021-12-25 03:44:06 +0100 |
---|---|---|
committer | Brian Behlendorf <[email protected]> | 2022-02-15 16:25:24 -0800 |
commit | 1949be46c317610b3d7900dcbc9c0059120c7207 (patch) | |
tree | b92e4c30f383773439023de6d82bfee289812d2b /module/icp/include | |
parent | f43748f6e1997e823167bace2b75d5e9ea05256b (diff) |
include: crypto: clean out unused SYSCALL32 and flags
Reviewed-by: Brian Behlendorf <[email protected]>
Signed-off-by: Ahelenia Ziemiańska <[email protected]>
Closes #12901
Diffstat (limited to 'module/icp/include')
-rw-r--r-- | module/icp/include/sys/crypto/impl.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/module/icp/include/sys/crypto/impl.h b/module/icp/include/sys/crypto/impl.h index 03e7a6771..3e57233b6 100644 --- a/module/icp/include/sys/crypto/impl.h +++ b/module/icp/include/sys/crypto/impl.h @@ -314,10 +314,6 @@ extern const kcf_mech_entry_tab_t kcf_mech_tabs_tab[]; #define KCF_TO_PROV_MECHNUM(pd, mech_type) \ (KCF_TO_PROV_MECHINFO(pd, mech_type).cm_mech_number) -#define KCF_CAN_SHARE_OPSTATE(pd, mech_type) \ - ((KCF_TO_PROV_MECHINFO(pd, mech_type).cm_mech_flags) & \ - CRYPTO_CAN_SHARE_OPSTATE) - /* ps_refcnt is protected by cm_lock in the crypto_minor structure */ typedef struct crypto_provider_session { struct crypto_provider_session *ps_next; |