Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libsasl/include/
H A Dsasl.h201 #define SASL_WRONGMECH -11 /* mechanism doesn't support requested feature */ macro
/illumos-gate/usr/src/lib/libsasl/lib/
H A Dcommon.c1153 case SASL_WRONGMECH: s = gettext("mechanism doesn't support requested feature"); in sasl_errstring()
1233 case SASL_WRONGMECH: return "mechanism doesn't support requested feature"; in sasl_errstring()