Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/crypto/api/
H A Dkcf_miscapi.c646 uint_t ninfos, cur_info; in crypto_get_all_mech_info() local
663 ninfos = PROV_COUNT(me); in crypto_get_all_mech_info()
666 if (ninfos == 0) { in crypto_get_all_mech_info()
671 infos_size = ninfos * sizeof (crypto_mechanism_info_t); in crypto_get_all_mech_info()
679 if (ninfos != PROV_COUNT(me)) { in crypto_get_all_mech_info()
696 ASSERT(cur_info == ninfos); in crypto_get_all_mech_info()
699 *num_mech_infos = ninfos; in crypto_get_all_mech_info()