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

/dovecot/src/auth/
H A Dmech-scram-sha1.c292 const char **fields, *cbind_input, *nonce_str; local
313 nonce_str = t_strconcat("r=", request->cnonce, request->snonce, NULL);
314 if (strcmp(fields[1], nonce_str) != 0) {

Completed in 12 milliseconds