HomeSort by: relevance | last modified time | path
    Searched defs:kkey (Results 1 - 8 of 8) sorted by relevancy

  /src/external/mpl/dhcp/bind/dist/lib/isccfg/
kaspconf.c 177 dns_kasp_key_t *kkey; local
192 for (kkey = ISC_LIST_HEAD(dns_kasp_keys(kasp)); kkey != NULL;
193 kkey = ISC_LIST_NEXT(kkey, link))
195 unsigned int keysize = dns_kasp_key_size(kkey);
196 uint32_t keyalg = dns_kasp_key_algorithm(kkey);
329 dns_kasp_key_t *kkey = NULL; local
342 for (kkey = ISC_LIST_HEAD(dns_kasp_keys(kasp)); kkey != NULL
    [all...]
  /src/lib/libc/db/hash/
hash_bigkey.c 305 char *kkey; local
310 kkey = key;
315 if (memcmp(p + bp[ndx], kkey, (size_t)bytes))
317 kkey += bytes;
327 if (bytes != ksize || memcmp(p + bp[ndx], kkey, (size_t)bytes)) {
  /src/external/mpl/bind/dist/lib/isccfg/
kaspconf.c 400 dns_kasp_key_t *kkey; local
414 for (kkey = ISC_LIST_HEAD(dns_kasp_keys(kasp)); kkey != NULL;
415 kkey = ISC_LIST_NEXT(kkey, link))
417 unsigned int keysize = dns_kasp_key_size(kkey);
418 uint32_t keyalg = dns_kasp_key_algorithm(kkey);
741 dns_kasp_key_t *kkey = NULL; local
762 for (kkey = ISC_LIST_HEAD(dns_kasp_keys(kasp)); kkey != NULL
    [all...]
  /src/external/mpl/dhcp/bind/dist/lib/dns/
keymgr.c 369 keymgr_dnsseckey_kaspkey_match(dns_dnsseckey_t *dkey, dns_kasp_key_t *kkey) {
375 REQUIRE(kkey != NULL);
380 if (dst_key_alg(key) != dns_kasp_key_algorithm(kkey)) {
384 if (dst_key_size(key) != dns_kasp_key_size(kkey)) {
389 if (ret != ISC_R_SUCCESS || role != dns_kasp_key_ksk(kkey)) {
393 if (ret != ISC_R_SUCCESS || role != dns_kasp_key_zsk(kkey)) {
425 * Create a new key for 'origin' given the kasp key configuration 'kkey'.
431 keymgr_createkey(dns_kasp_key_t *kkey, const dns_name_t *origin,
441 uint32_t algo = dns_kasp_key_algorithm(kkey);
442 int size = dns_kasp_key_size(kkey);
1970 dns_kasp_key_t *kkey; local
    [all...]
zone.c 7650 dns_kasp_key_t *kkey; local
7655 for (kkey = ISC_LIST_HEAD(dns_kasp_keys(kasp)); kkey != NULL;
7656 kkey = ISC_LIST_NEXT(kkey, link))
7658 if (dns_kasp_key_algorithm(kkey) != dst_key_alg(key)) {
7661 if (dns_kasp_key_zsk(kkey)) {
  /src/external/bsd/unbound/dist/validator/
validator.c 1029 * @param kkey: the key entry, which is trusted, and which matches
1040 struct key_entry_key* kkey, struct module_qstate* qstate,
1106 chase_reply->ns_numrrsets, qchase, kkey, wc,
1148 * @param kkey: the key entry, which is trusted, and which matches
1159 struct key_entry_key* kkey, struct module_qstate* qstate,
1220 chase_reply->ns_numrrsets, qchase, kkey,
1261 * @param kkey: the key entry, which is trusted, and which matches
1273 struct key_entry_key* kkey, int* rcode,
1321 chase_reply->ns_numrrsets, qchase, kkey,
1338 validate_nodata_response(env, ve, qchase, chase_reply, kkey,
2816 struct key_entry_key* kkey = NULL; local
    [all...]
  /src/external/mpl/bind/dist/lib/dns/
keymgr.c 489 * Create a new key for 'origin' given the kasp key configuration 'kkey'.
495 keymgr_createkey(dns_kasp_key_t *kkey, const dns_name_t *origin,
504 uint32_t alg = dns_kasp_key_algorithm(kkey);
505 dns_keystore_t *keystore = dns_kasp_key_keystore(kkey);
507 int size = dns_kasp_key_size(kkey);
512 if (dns_kasp_key_ksk(kkey)) {
537 conflict = keymgr_keyid_conflict(newkey, kkey->tag_min,
538 kkey->tag_max, keylist);
541 newkey, kkey->tag_min, kkey->tag_max, &keykeys)
2214 dns_kasp_key_t *kkey; local
    [all...]
zone.c 6374 for (dns_kasp_key_t *kkey = ISC_LIST_HEAD(dns_kasp_keys(kasp));
6375 kkey != NULL; kkey = ISC_LIST_NEXT(kkey, link))
6377 dns_keystore_t *ks = dns_kasp_key_keystore(kkey);
7571 dns_kasp_key_t *kkey; local
7576 for (kkey = ISC_LIST_HEAD(dns_kasp_keys(kasp)); kkey != NULL;
7577 kkey = ISC_LIST_NEXT(kkey, link)
    [all...]

Completed in 39 milliseconds