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

/illumos-gate/usr/src/uts/common/crypto/api/
H A Dkcf_miscapi.c120 crypto_mech_name_t *mech_name_tab, *tmp_mech_name_tab; local
162 tmp_mech_name_tab = kmem_zalloc(n, kmflag);
163 if (tmp_mech_name_tab == NULL) {
172 mech_name = (char *)tmp_mech_name_tab;
186 kmem_free(tmp_mech_name_tab, n);
201 * Search tmp_mech_name_tab for each mechanism in the hint list. We
224 tmp_mech_name_tab[j]) == 0)
229 ASSERT((char *)&tmp_mech_name_tab[count] ==
233 kmem_free(tmp_mech_name_tab, n);
237 (void) strncpy(tmp_mech_name_tab[coun
[all...]

Completed in 71 milliseconds