Lines Matching defs:mech
37 const struct auth_mech_desc *mech;
41 mech = auth_client_get_available_mechs(auth_client, &count);
54 if ((mech[i].flags & MECH_SEC_PRIVATE) == 0 &&
56 (mech[i].flags & MECH_SEC_PLAINTEXT) == 0))
57 ret_mech[j++] = mech[i];
347 const struct auth_mech_desc *mech;
359 mech = auth_client_find_mech(auth_client, mech_name);
360 if (mech == NULL) {
368 (mech->flags & MECH_SEC_PLAINTEXT) != 0) {
376 info.mech = mech->name;