Lines Matching defs:mechanisms
462 const char *const *mechanisms;
482 /* find one of the specified SASL mechanisms */
483 mechanisms = t_strsplit_spaces(set->sasl_mechanisms, ", ");
484 for (; *mechanisms != NULL; mechanisms++) {
486 *mechanisms)) {
487 *mech_r = dsasl_client_mech_find(*mechanisms);
493 *mechanisms);
499 "the requested SASL mechanisms: %s",
548 "Server authentication mechanisms incompatible");