Home
last modified time | relevance | path

Searched refs:crypto_get_dev_list_t (Results 1 – 7 of 7) sorted by relevance

/illumos-gate/usr/src/cmd/cmd-crypto/cryptoadm/
H A Dcryptoadm.h110 crypto_get_dev_list_t *pdevlist, boolean_t *in_kernel);
154 crypto_get_dev_list_t *pdevlist);
169 extern int get_dev_list(crypto_get_dev_list_t **);
H A Dadm_kef_ioctl.c254 get_dev_list(crypto_get_dev_list_t **ppdevlist) in get_dev_list()
256 crypto_get_dev_list_t *pdevlist; in get_dev_list()
260 pdevlist = malloc(sizeof (crypto_get_dev_list_t) + in get_dev_list()
287 pdevlist = malloc(sizeof (crypto_get_dev_list_t) + in get_dev_list()
H A Dcryptoadm.c1256 crypto_get_dev_list_t *pdevlist_kernel = NULL; in list_simple_for_all()
1378 crypto_get_dev_list_t *pdevlist_kernel = NULL; in list_mechlist_for_all()
1550 crypto_get_dev_list_t *pdevlist_kernel = NULL; in list_policy_for_all()
H A Dadm_kef_util.c758 crypto_get_dev_list_t *pdevlist_kernel = NULL; in get_admindev_info()
1375 crypto_get_dev_list_t *pdevlist, boolean_t *in_kernel) in check_kernel_for_hard()
H A Dadm_kef.c182 crypto_get_dev_list_t *pdevlist) in list_policy_for_hard()
1328 crypto_get_dev_list_t *dev_list = NULL; in check_hardware_provider()
/illumos-gate/usr/src/uts/common/sys/crypto/
H A Dioctladmin.h48 } crypto_get_dev_list_t; typedef
/illumos-gate/usr/src/uts/common/crypto/io/
H A Dcryptoadm.c242 crypto_get_dev_list_t dev_list; in get_dev_list()
283 offset = offsetof(crypto_get_dev_list_t, dl_devs); in get_dev_list()