Lines Matching refs:qop
2377 char *qop, argument
2388 if (qop == NULL)
2389 qop = "auth";
2404 (unsigned char *) qop, /* qop-value: "", "auth",
2428 (unsigned char *) qop, /* qop-value: "", "auth",
2567 char qop[1024], cipheropts[1024]; local
2581 qop[0] = '\0';
2584 if (*qop) strcat(qop, ",");
2585 strcat(qop, "auth");
2588 if (*qop) strcat(qop, ",");
2589 strcat(qop, "auth-int");
2602 if (*qop) strcat(qop, ",");
2603 strcat(qop, "auth-conf");
2620 if (*qop == '\0') {
2691 (unsigned char *) qop, TRUE) != SASL_OK) {
2855 char *qop = NULL; local
2944 _plug_strdup(sparams->utils, value, &qop, NULL);
3294 if (qop == NULL) {
3295 _plug_strdup(sparams->utils, "auth", &qop, NULL);
3299 if ((!strcasecmp(qop, "auth-conf")) && (cipher != NULL)) {
3342 } else if (!strcasecmp(qop, "auth-int") &&
3347 } else if (!strcasecmp(qop, "auth") && stext->requiressf == 0) {
3368 qop,
3575 if (qop!=NULL)
3576 sparams->utils->free (qop);
3854 char *qop, argument
3876 if (qop == NULL) {
3878 qop = "auth";
3896 (unsigned char *) qop, /* qop-value: "", "auth",
3918 (unsigned char *) qop, /* qop-value: "", "auth",
3948 char *qop = NULL; local
3960 qop = "auth-conf";
3972 qop = "auth-int";
3979 qop = "auth";
4014 qop,
4081 "qop", (unsigned char *) qop, FALSE) != SASL_OK) {