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

/dovecot/src/auth/
H A Dmech-digest-md5.c39 enum qop_option qop; member in struct:digest_auth_request
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")
[all...]

Completed in 10 milliseconds