Searched refs:crypto_provider_entry_t (Results 1 - 5 of 5) sorted by relevance

/illumos-gate/usr/src/uts/common/crypto/core/
H A Dkcf_crypto.c39 crypto_free_provider_list(crypto_provider_entry_t *array, uint_t count)
44 kmem_free(array, count * sizeof (crypto_provider_entry_t));
/illumos-gate/usr/src/uts/common/sys/crypto/
H A Dcommon.h413 } crypto_provider_entry_t; typedef in typeref:struct:crypto_provider_entry
H A Dioctl.h1201 crypto_provider_entry_t pl_list[1];
1278 crypto_provider_entry_t pl_list[1];
H A Dimpl.h1300 void crypto_free_provider_list(crypto_provider_entry_t *list, uint_t count);
/illumos-gate/usr/src/uts/common/crypto/io/
H A Dcrypto.c113 crypto_provider_entry_t **, boolean_t);
1173 crypto_provider_entry_t **array, boolean_t return_slot_list)
1176 crypto_provider_entry_t *p = NULL;
1193 sizeof (crypto_provider_entry_t), KM_SLEEP);
1222 * This ioctl returns an array of crypto_provider_entry_t entries.
1230 crypto_provider_entry_t *entries;
1295 copyout_size = count * sizeof (crypto_provider_entry_t);

Completed in 76 milliseconds