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

/bind-9.11.3/bin/tests/system/tkey/
H A Dkeycreate.c61 static isc_buffer_t nonce; variable
102 result = dns_tkey_processdhresponse(query, response, ourkey, &nonce,
184 DNS_TSIG_HMACMD5_NAME, &nonce, 3600);
297 isc_buffer_init(&nonce, noncedata, sizeof(noncedata));
301 isc_buffer_add(&nonce, sizeof(noncedata));
/bind-9.11.3/bin/rndc/
H A Drndc.c326 isc_uint32_t nonce; local
357 nonce = 0;
358 if (isccc_cc_lookupuint32(_ctrl, "_nonce", &nonce) != ISC_R_SUCCESS)
359 nonce = 0;
370 if (nonce != 0) {
374 if (isccc_cc_defineuint32(_ctrl, "_nonce", nonce) == NULL)
/bind-9.11.3/lib/dns/
H A Dtkey.c972 dns_name_t *algorithm, isc_buffer_t *nonce,
1001 if (nonce != NULL)
1002 isc_buffer_usedregion(nonce, &r);
1147 dst_key_t *key, isc_buffer_t *nonce,
1242 if (nonce != NULL)
1243 isc_buffer_usedregion(nonce, &r2);
971 dns_tkey_builddhquery(dns_message_t *msg, dst_key_t *key, dns_name_t *name, dns_name_t *algorithm, isc_buffer_t *nonce, isc_uint32_t lifetime) argument
1146 dns_tkey_processdhresponse(dns_message_t *qmsg, dns_message_t *rmsg, dst_key_t *key, isc_buffer_t *nonce, dns_tsigkey_t **outkey, dns_tsig_keyring_t *ring) argument
/bind-9.11.3/bin/named/
H A Dcontrolconf.c77 isc_uint32_t nonce; member in struct:controlconnection
338 isc_uint32_t nonce; local
440 if (conn->nonce != 0 &&
441 (isccc_cc_lookupuint32(_ctrl, "_nonce", &nonce) != ISC_R_SUCCESS ||
442 conn->nonce != nonce)) {
452 * Establish nonce.
454 if (conn->nonce == 0) {
455 while (conn->nonce == 0)
456 isc_random_get(&conn->nonce);
[all...]
H A Dclient.c248 isc_uint32_t nonce, isc_buffer_t *buf);
1600 isc_uint32_t nonce; local
1604 isc_random_get(&nonce);
1606 compute_cookie(client, now, nonce, &buf);
1775 compute_cookie(ns_client_t *client, isc_uint32_t when, isc_uint32_t nonce, argument
1790 isc_buffer_putuint32(buf, nonce);
1830 isc_buffer_putuint32(buf, nonce);
1868 isc_buffer_putuint32(buf, nonce);
1907 isc_uint32_t nonce; local
1945 nonce
[all...]

Completed in 26 milliseconds