Lines Matching defs:secret
209 isccc_region_t *secret)
217 isc_hmacmd5_init(&ctx, secret->rstart, REGION_SIZE(*secret));
234 isccc_region_t *secret)
245 if (secret != NULL) {
267 if (secret != NULL)
269 hmd5_rstart, secret));
275 isccc_region_t *secret)
297 isc_hmacmd5_init(&ctx, secret->rstart, REGION_SIZE(*secret));
323 table_fromwire(isccc_region_t *source, isccc_region_t *secret,
365 table_fromwire(isccc_region_t *source, isccc_region_t *secret,
399 if (first_tag && secret != NULL && strcmp(key, "_auth") == 0)
404 if (secret != NULL) {
408 secret);
451 isccc_region_t *secret)
463 return (table_fromwire(source, secret, alistp));