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

/dovecot/src/auth/
H A Dmech-digest-md5.c132 { nonce-value, ":" nc-value, ":",
335 if (strcmp(key, "nc") == 0) {
336 unsigned int nc; local
343 if (str_to_uint(value, &nc) < 0) {
348 if (nc != 1) {
465 nc=00000001

Completed in 374 milliseconds