Searched defs:crypto_get_provider_list (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/crypto/io/
H A Dcrypto.c112 static int crypto_get_provider_list(crypto_minor_t *, uint_t *,
865 rv = crypto_get_provider_list(cm, NULL, NULL, DONT_RETURN_LIST);
1172 crypto_get_provider_list(crypto_minor_t *cm, uint_t *count, function
1229 STRUCT_DECL(crypto_get_provider_list, get_list);
1250 rv = crypto_get_provider_list(cm, &count, &entries, RETURN_LIST);
1442 rv = crypto_get_provider_list(cm, NULL, NULL, DONT_RETURN_LIST);
1635 rv = crypto_get_provider_list(cm, NULL, NULL, DONT_RETURN_LIST);
1907 rv = crypto_get_provider_list(cm, NULL, NULL, DONT_RETURN_LIST);
/illumos-gate/usr/src/uts/common/sys/crypto/
H A Dioctl.h1198 typedef struct crypto_get_provider_list { struct

Completed in 61 milliseconds