Searched defs:qop_names (Results 1 - 1 of 1) sorted by relevance

/dovecot/src/auth/
H A Dmech-digest-md5.c30 static const char *qop_names[] = { "auth", "auth-int", "auth-conf" }; variable
104 str_append(str, qop_names[i]);
359 if (strcasecmp(qop_names[i], value) == 0)

Completed in 1678 milliseconds