Searched refs:realm_result (Results 1 - 1 of 1) sorted by relevance

/osnet-11/usr/src/lib/sasl_plugins/digestmd5/
H A Ddigestmd5.c4630 int realm_result = SASL_FAIL; local
4665 realm_result = SASL_OK;
4668 realm_result = _plug_get_realm(params->utils,
4676 if ((realm_result != SASL_OK) && (realm_result != SASL_INTERACT)) {
4680 return realm_result;
4693 (pass_result == SASL_INTERACT) || (realm_result == SASL_INTERACT)) {
4696 if ((realm_result == SASL_INTERACT) && params->serverFQDN) {
4725 realm_result == SASL_INTERACT ?
4741 realm_result
[all...]

Completed in 31 milliseconds