Searched refs:crypto_dev_list_entry_t (Results 1 – 6 of 6) sorted by relevance
287 crypto_get_dev_list(uint_t *count, crypto_dev_list_entry_t **array) in crypto_get_dev_list()291 crypto_dev_list_entry_t *p; in crypto_get_dev_list()320 p = kmem_alloc(new_count * sizeof (crypto_dev_list_entry_t), KM_SLEEP); in crypto_get_dev_list()827 crypto_free_dev_list(crypto_dev_list_entry_t *array, uint_t count) in crypto_free_dev_list()832 kmem_free(array, count * sizeof (crypto_dev_list_entry_t)); in crypto_free_dev_list()
47 crypto_dev_list_entry_t dl_devs[1];
414 } crypto_dev_list_entry_t; typedef
1304 int crypto_get_dev_list(uint_t *count, crypto_dev_list_entry_t **list);1319 void crypto_free_dev_list(crypto_dev_list_entry_t *list, uint_t count);
260 sizeof (crypto_dev_list_entry_t) * (count - 1)); in get_dev_list()286 sizeof (crypto_dev_list_entry_t) * (count - 1)); in get_dev_list()
243 crypto_dev_list_entry_t *entries; in get_dev_list()274 copyout_size = count * sizeof (crypto_dev_list_entry_t); in get_dev_list()