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

/bind-9.6-ESV-R11/lib/dns/rdata/generic/
H A Dtkey_249.h34 isc_uint16_t keylen; member in struct:dns_rdata_tkey
/bind-9.6-ESV-R11/contrib/dlz/drivers/
H A Dsdlz_helper.c496 int keylen; local
504 keylen = strlen(key);
506 if (keylen < 1)
517 value[i] = keystart[keylen + i];
/bind-9.6-ESV-R11/lib/isc/
H A Dhash.c348 hash_calc(isc_hash_t *hctx, const unsigned char *key, unsigned int keylen, argument
360 for (i = 0; i < keylen; i++)
363 for (i = 0; i < keylen; i++)
374 unsigned int keylen, isc_boolean_t case_sensitive)
377 REQUIRE(keylen <= hctx->limit);
379 return (hash_calc(hctx, key, keylen, case_sensitive));
383 isc_hash_calc(const unsigned char *key, unsigned int keylen, argument
387 REQUIRE(keylen <= hash->limit);
389 return (hash_calc(hash, key, keylen, case_sensitive));
373 isc_hash_ctxcalc(isc_hash_t *hctx, const unsigned char *key, unsigned int keylen, isc_boolean_t case_sensitive) argument
/bind-9.6-ESV-R11/lib/isccfg/
H A Daclconf.c145 unsigned int keylen; local
148 keylen = strlen(txtname);
149 isc_buffer_constinit(&buf, txtname, keylen);
150 isc_buffer_add(&buf, keylen);
/bind-9.6-ESV-R11/lib/dns/
H A Dhmac_link.c213 int keylen; local
231 keylen = ISC_MD5_DIGESTLENGTH;
234 keylen = r.length;
237 key->key_size = keylen * 8;
481 int keylen; local
499 keylen = ISC_SHA1_DIGESTLENGTH;
502 keylen = r.length;
505 key->key_size = keylen * 8;
750 int keylen; local
768 keylen
1019 int keylen; local
1288 int keylen; local
1557 int keylen; local
[all...]

Completed in 16 milliseconds