Lines Matching refs:SASL_OK
133 return SASL_OK; in crammd5_server_mech_new()
291 if (result != SASL_OK) goto done; in crammd5_server_mech_step2()
297 if (result != SASL_OK) goto done; in crammd5_server_mech_step2()
402 result = SASL_OK; in crammd5_server_mech_step2()
520 return SASL_OK; in crammd5_server_plug_init()
550 return SASL_OK; in crammd5_client_mech_new()
598 int auth_result = SASL_OK; in crammd5_client_mech_step()
599 int pass_result = SASL_OK; in crammd5_client_mech_step()
634 if ((auth_result != SASL_OK) && (auth_result != SASL_INTERACT)) in crammd5_client_mech_step()
643 if ((pass_result != SASL_OK) && (pass_result != SASL_INTERACT)) in crammd5_client_mech_step()
681 if (result != SASL_OK) goto cleanup; in crammd5_client_mech_step()
693 if (result != SASL_OK) goto cleanup; in crammd5_client_mech_step()
716 if (result != SASL_OK) goto cleanup; in crammd5_client_mech_step()
733 result = SASL_OK; in crammd5_client_mech_step()
799 return SASL_OK; in crammd5_client_plug_init()