Home
last modified time | relevance | path

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.c162 tmp_mech_name_tab = kmem_zalloc(n, kmflag); in crypto_get_mech_list()
163 if (tmp_mech_name_tab == NULL) { in crypto_get_mech_list()
172 mech_name = (char *)tmp_mech_name_tab; in crypto_get_mech_list()
186 kmem_free(tmp_mech_name_tab, n); in crypto_get_mech_list()
224 tmp_mech_name_tab[j]) == 0) in crypto_get_mech_list()
229 ASSERT((char *)&tmp_mech_name_tab[count] == in crypto_get_mech_list()
233 kmem_free(tmp_mech_name_tab, n); in crypto_get_mech_list()
237 (void) strncpy(tmp_mech_name_tab[count], in crypto_get_mech_list()
253 mech_name_tab = tmp_mech_name_tab; in crypto_get_mech_list()
263 kmem_free(tmp_mech_name_tab, n); in crypto_get_mech_list()
[all …]