Lines Matching refs:nonce
86 isc_uint32_t nonce;
340 isc_uint32_t nonce;
435 if (conn->nonce != 0 &&
436 (isccc_cc_lookupuint32(_ctrl, "_nonce", &nonce) != ISC_R_SUCCESS ||
437 conn->nonce != nonce)) {
443 * Establish nonce.
445 while (conn->nonce == 0)
446 isc_random_get(&conn->nonce);
478 isccc_cc_defineuint32(_ctrl, "_nonce", conn->nonce) == NULL)
552 conn->nonce = 0;