Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/comstar/port/iscsit/
H A Discsit_auth.c288 nvpair_t *alg_choice; in auth_chap_select_alg() local
295 alg_choice = idm_get_next_listvalue(nvp, NULL); in auth_chap_select_alg()
296 while (alg_choice != NULL) { in auth_chap_select_alg()
297 nvrc = nvpair_value_string(alg_choice, &alg_string); in auth_chap_select_alg()
306 alg_choice = idm_get_next_listvalue(nvp, alg_choice); in auth_chap_select_alg()