Home
last modified time | relevance | path

Searched refs:crypto_get_soft_list (Results 1 – 4 of 4) sorted by relevance

/titanic_41/usr/src/uts/common/sys/crypto/
H A Dioctladmin.h50 typedef struct crypto_get_soft_list { struct
H A Dimpl.h1305 int crypto_get_soft_list(uint_t *count, char **list, size_t *len);
/titanic_41/usr/src/uts/common/crypto/io/
H A Dcryptoadm.c300 STRUCT_DECL(crypto_get_soft_list, soft_list); in get_soft_list()
311 if (crypto_get_soft_list(&count, &names, &len) != 0) { in get_soft_list()
/titanic_41/usr/src/uts/common/crypto/core/
H A Dkcf_cryptoadm.c348 crypto_get_soft_list(uint_t *count, char **array, size_t *len) in crypto_get_soft_list() function