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

/bind-9.11.3/lib/isccc/
H A Dcc.c56 0x05, 0x5f, 0x61, 0x75, 0x74, 0x68, /*%< len + _auth */
76 0x05, 0x5f, 0x61, 0x75, 0x74, 0x68, /*%< len + _auth */
369 * Emit _auth section with zeroed HMAC signature.
394 * Delete any existing _auth section so that we don't try
397 isccc_alist_delete(alist, "_auth");
429 isccc_sexpr_t *_auth, *hmac; local
436 _auth = isccc_alist_lookup(alist, "_auth");
437 if (!isccc_alist_alistp(_auth))
441 hmac = isccc_alist_lookup(_auth, "hmd
[all...]

Completed in 15 milliseconds