Skip to content

Commit

Permalink
module: icp: remove solaris crypto and cryptoadm ioctl definitions
Browse files Browse the repository at this point in the history
Reviewed-by: Brian Behlendorf <behlendorf1@llnl.gov>
Reviewed-by: Attila Fülöp <attila@fueloep.org>
Signed-off-by: Ahelenia Ziemiańska <nabijaczleweli@nabijaczleweli.xyz>
Closes openzfs#12895
Closes openzfs#12902
  • Loading branch information
nabijaczleweli authored and mcmilk committed Jan 7, 2022
1 parent 4564e44 commit 4cf7c73
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 1,620 deletions.
4 changes: 0 additions & 4 deletions module/icp/include/sys/crypto/impl.h
Original file line number Diff line number Diff line change
Expand Up @@ -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" {
Expand Down Expand Up @@ -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);
Expand Down
Loading

0 comments on commit 4cf7c73

Please sign in to comment.