diff options
author | наб <[email protected]> | 2021-12-22 23:58:32 +0100 |
---|---|---|
committer | Brian Behlendorf <[email protected]> | 2022-01-06 16:16:19 -0800 |
commit | 3e310f099d1c795ef2e6e7e0c2bbbf8f122156cb (patch) | |
tree | b6812961acc93e8f0976b28eeec7da33e1770e56 /module/icp/include/sys/crypto/impl.h | |
parent | 5c8389a8cbe8305b95d0594713cbf3c77d9dfb44 (diff) |
module: icp: remove solaris crypto and cryptoadm ioctl definitions
Reviewed-by: Brian Behlendorf <[email protected]>
Reviewed-by: Attila Fülöp <[email protected]>
Signed-off-by: Ahelenia Ziemiańska <[email protected]>
Closes #12895
Closes #12902
Diffstat (limited to 'module/icp/include/sys/crypto/impl.h')
-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 0f37f3f63..8ebc4be48 100644 --- a/module/icp/include/sys/crypto/impl.h +++ b/module/icp/include/sys/crypto/impl.h @@ -34,7 +34,6 @@ #include <sys/crypto/common.h> #include <sys/crypto/api.h> #include <sys/crypto/spi.h> -#include <sys/crypto/ioctl.h> #ifdef __cplusplus extern "C" { @@ -1276,9 +1275,6 @@ void crypto_free_dev_list(crypto_dev_list_entry_t *list, uint_t count); /* Miscellaneous */ int crypto_get_mechanism_number(caddr_t name, crypto_mech_type_t *number); -int crypto_get_function_list(crypto_provider_id_t id, - crypto_function_list_t **list, int kmflag); -void crypto_free_function_list(crypto_function_list_t *list); int crypto_build_permitted_mech_names(kcf_provider_desc_t *, crypto_mech_name_t **, uint_t *, int); extern void kcf_destroy_mech_tabs(void); |