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

/bind-9.11.3/lib/dns/rdata/generic/
H A Dtkey_249.h25 isc_uint16_t keylen; member in struct:dns_rdata_tkey
/bind-9.11.3/lib/isc/
H A Daes.c135 static void isc_aes_crypt(const unsigned char *key, CK_ULONG keylen,
160 isc_aes_crypt(const unsigned char *key, CK_ULONG keylen, argument
174 { CKA_VALUE, NULL, keylen }
H A Dhash.c340 hash_calc(isc_hash_t *hctx, const unsigned char *key, unsigned int keylen, argument
352 for (i = 0; i < keylen; i++)
355 for (i = 0; i < keylen; i++)
366 unsigned int keylen, isc_boolean_t case_sensitive)
369 REQUIRE(keylen <= hctx->limit);
371 return (hash_calc(hctx, key, keylen, case_sensitive));
375 isc_hash_calc(const unsigned char *key, unsigned int keylen, argument
379 REQUIRE(keylen <= isc_hashctx->limit);
381 return (hash_calc(isc_hashctx, key, keylen, case_sensitive));
365 isc_hash_ctxcalc(isc_hash_t *hctx, const unsigned char *key, unsigned int keylen, isc_boolean_t case_sensitive) argument
/bind-9.11.3/contrib/dlz/drivers/
H A Dsdlz_helper.c485 int keylen; local
493 keylen = strlen(key);
495 if (keylen < 1)
506 value[i] = keystart[keylen + i];
/bind-9.11.3/contrib/dlz/modules/common/
H A Ddlz_dbi.c455 int keylen; local
463 keylen = strlen(key);
465 if (keylen < 1)
474 value[i] = keystart[keylen + i];
/bind-9.11.3/lib/isccfg/
H A Daclconf.c190 unsigned int keylen; local
193 keylen = strlen(txtname);
194 isc_buffer_constinit(&buf, txtname, keylen);
195 isc_buffer_add(&buf, keylen);
/bind-9.11.3/lib/dns/
H A Dhmac_link.c210 int keylen; local
228 keylen = ISC_MD5_DIGESTLENGTH;
231 keylen = r.length;
234 key->key_size = keylen * 8;
518 int keylen; local
536 keylen = ISC_SHA1_DIGESTLENGTH;
539 keylen = r.length;
542 key->key_size = keylen * 8;
811 int keylen; local
829 keylen
1098 int keylen; local
1385 int keylen; local
1672 int keylen; local
[all...]

Completed in 20 milliseconds