Lines Matching defs:_auth
56 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;
436 _auth = isccc_alist_lookup(alist, "_auth");
437 if (!isccc_alist_alistp(_auth))
441 hmac = isccc_alist_lookup(_auth, "hmd5");
444 hmac = isccc_alist_lookup(_auth, "hsha");
633 if (first_tag && secret != NULL && strcmp(key, "_auth") == 0)