Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/crypto/core/
H A Dkcf_cryptoadm.c253 char *skip_providers, int *mech_counts, int *new_count) in filter_providers() argument
264 mech_counts[i] = prov1->pd_mech_list_count; in filter_providers()
271 mech_counts[i] += prov2->pd_mech_list_count; in filter_providers()
295 int rval, i, j, new_count, *mech_counts; in crypto_get_dev_list() local
316 mech_counts = kmem_zalloc(mech_counts_size, KM_SLEEP); in crypto_get_dev_list()
318 mech_counts, &new_count); in crypto_get_dev_list()
323 ASSERT(mech_counts[i] == 0); in crypto_get_dev_list()
327 p[j].le_mechanism_count = mech_counts[i]; in crypto_get_dev_list()
335 kmem_free(mech_counts, mech_counts_size); in crypto_get_dev_list()