Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/crypto/core/
H A Dkcf_cryptoadm.c262 char *skip_providers, int *mech_counts, int *new_count) in filter_providers() argument
273 mech_counts[i] = prov1->pd_mech_list_count; in filter_providers()
280 mech_counts[i] += prov2->pd_mech_list_count; in filter_providers()
304 int rval, i, j, new_count, *mech_counts; in crypto_get_dev_list() local
325 mech_counts = kmem_zalloc(mech_counts_size, KM_SLEEP); in crypto_get_dev_list()
327 mech_counts, &new_count); in crypto_get_dev_list()
332 ASSERT(mech_counts[i] == 0); in crypto_get_dev_list()
336 p[j].le_mechanism_count = mech_counts[i]; in crypto_get_dev_list()
344 kmem_free(mech_counts, mech_counts_size); in crypto_get_dev_list()