Home
last modified time | relevance | path

Searched refs:crypto_get_soft_list_t (Results 1 – 5 of 5) sorted by relevance

/illumos-gate/usr/src/cmd/cmd-crypto/cryptoadm/
H A Dcryptoadm.h108 crypto_get_soft_list_t *psoftlist, boolean_t *in_kernel);
172 extern int get_soft_list(crypto_get_soft_list_t **);
H A Dadm_kef_ioctl.c542 get_soft_list(crypto_get_soft_list_t **ppsoftlist) in get_soft_list()
544 crypto_get_soft_list_t *psoftlist = NULL; in get_soft_list()
556 psoftlist = malloc(sizeof (crypto_get_soft_list_t) + len); in get_soft_list()
582 psoftlist = malloc(sizeof (crypto_get_soft_list_t) + len); in get_soft_list()
H A Dcryptoadm.c1289 crypto_get_soft_list_t *psoftlist_kernel = NULL; in list_simple_for_all()
1433 crypto_get_soft_list_t *psoftlist_kernel = NULL; in list_mechlist_for_all()
1604 crypto_get_soft_list_t *psoftlist_kernel = NULL; in list_policy_for_all()
H A Dadm_kef_util.c759 crypto_get_soft_list_t *psoftlist_kernel = NULL; in get_admindev_info()
1326 check_kernel_for_soft(char *provname, crypto_get_soft_list_t *psoftlist_kernel, in check_kernel_for_soft()
/illumos-gate/usr/src/uts/common/sys/crypto/
H A Dioctladmin.h55 } crypto_get_soft_list_t; typedef