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

/freebsd-9.3-release/crypto/heimdal/tests/kdc/
H A Dcheck-digest.in242 cnonce="21402324255E262A28295F2B3A337C7E"
250 --client-nonce="$cnonce" \
264 --client-nonce="$cnonce" \
/freebsd-9.3-release/lib/libfetch/
H A Dhttp.c1230 * | response | [ algorithm ] | [cnonce] |
1238 * cnonce = "cnonce" "=" cnonce-value
1239 * cnonce-value = nonce-value
1251 char cnonce[40]; local
1269 *cnonce = 0;
1273 /* We don't try very hard with the cnonce ... */
1274 sprintf(cnonce, "%x%lx", getpid(), (unsigned long)time(0));
1279 parms->password, c->nonce, cnonce, HA
[all...]

Completed in 165 milliseconds