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

/bind-9.6-ESV-R11/lib/dns/include/dns/
H A Dtkey.h98 dns_name_t *algorithm, isc_buffer_t *nonce,
106 * if 'name' == dns_rootname. If nonce is not NULL, it supplies
165 dst_key_t *key, isc_buffer_t *nonce,
/bind-9.6-ESV-R11/bin/tests/system/tkey/
H A Dkeycreate.c67 static isc_buffer_t nonce; variable
107 result = dns_tkey_processdhresponse(query, response, ourkey, &nonce,
187 DNS_TSIG_HMACMD5_NAME, &nonce, 3600);
291 isc_buffer_init(&nonce, noncedata, sizeof(noncedata));
295 isc_buffer_add(&nonce, sizeof(noncedata));
/bind-9.6-ESV-R11/bin/named/
H A Dcontrolconf.c86 isc_uint32_t nonce; member in struct:controlconnection
340 isc_uint32_t nonce; local
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)
[all...]
/bind-9.6-ESV-R11/bin/rndc/
H A Drndc.c257 isc_uint32_t nonce; local
288 nonce = 0;
289 if (isccc_cc_lookupuint32(_ctrl, "_nonce", &nonce) != ISC_R_SUCCESS)
290 nonce = 0;
301 if (nonce != 0) {
305 if (isccc_cc_defineuint32(_ctrl, "_nonce", nonce) == NULL)
/bind-9.6-ESV-R11/lib/dns/
H A Dtkey.c918 dns_name_t *algorithm, isc_buffer_t *nonce,
947 if (nonce != NULL)
948 isc_buffer_usedregion(nonce, &r);
961 if (nonce == NULL)
1098 dst_key_t *key, isc_buffer_t *nonce,
1193 if (nonce != NULL)
1194 isc_buffer_usedregion(nonce, &r2);
1200 if (nonce == NULL)
917 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
1097 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

Completed in 19 milliseconds