Lines Matching refs:qop
39 enum qop_option qop;
70 qop="auth,auth-int,auth-conf"
97 str_append(str, "qop=\""); first_qop = TRUE;
99 if ((request->qop & (1 << i)) != 0) {
133 cnonce-value, ":", qop-value, ":", HEX(H(A2)) }))
145 If the "qop" directive's value is "auth", then A2 is:
149 If the "qop" value is "auth-int" or "auth-conf" then A2 is:
183 if (request->qop == QOP_AUTH_INT ||
184 request->qop == QOP_AUTH_CONF) {
357 if (strcmp(key, "qop") == 0) {
369 request->qop &= (1 << i);
370 if (request->qop == 0) {
466 qop="auth|auth-int|auth-conf"
604 request->qop = QOP_AUTH;