Searched refs:_auth (Results 1 - 1 of 1) sorted by relevance
/bind-9.6-ESV-R11/lib/isccc/ |
H A D | cc.c | 63 0x05, 0x5f, 0x61, 0x75, 0x74, 0x68, /*%< len + _auth */ 247 * Emit _auth section with zeroed HMAC-MD5 signature. 257 * Delete any existing _auth section so that we don't try 260 isccc_alist_delete(alist, "_auth"); 281 isccc_sexpr_t *_auth, *hmd5; local 288 _auth = isccc_alist_lookup(alist, "_auth"); 289 if (_auth == NULL) 291 hmd5 = isccc_alist_lookup(_auth, "hmd5"); 399 if (first_tag && secret != NULL && strcmp(key, "_auth") [all...] |
Completed in 3698 milliseconds