Lines Matching refs:mechSet
337 gss_OID_set mechSet = NULL; in listUsers() local
430 if (gss_indicate_mechs(&minor, &mechSet) != GSS_S_COMPLETE) { in listUsers()
436 numOfMechs = mechSet->count; in listUsers()
445 anOid = &mechSet->elements[i]; in listUsers()
498 if (mechSet != NULL) in listUsers()
499 gss_release_oid_set(&minor, &mechSet); in listUsers()
549 gss_OID_set mechSet = NULL; in removeUsers() local
639 if (gss_indicate_mechs(&minor, &mechSet) != GSS_S_COMPLETE) { in removeUsers()
646 numOfMechs = mechSet->count; in removeUsers()
655 anOid = &mechSet->elements[i]; in removeUsers()
696 if (mechSet != NULL) in removeUsers()
697 gss_release_oid_set(&minor, &mechSet); in removeUsers()