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

/bind-9.11.3/lib/irs/include/irs/
H A Ddnsconf.h33 * 'keydatabuf' members with the dst_key_fromdns() function.
37 isc_buffer_t *keydatabuf; member in struct:irs_dnsconf_dnskey
/bind-9.11.3/lib/irs/
H A Ddnsconf.c59 isc_buffer_t keydatabuf_base, *keydatabuf; local
79 keydatabuf = NULL;
128 result = isc_buffer_allocate(mctx, &keydatabuf,
132 result = isc_buffer_copyregion(keydatabuf, &r);
164 keyent->keydatabuf = keydatabuf;
173 if (keydatabuf != NULL)
174 isc_buffer_free(&keydatabuf);
245 isc_buffer_free(&keyent->keydatabuf);
/bind-9.11.3/lib/dns/tests/
H A Dkeytable_test.c82 isc_buffer_t keydatabuf; local
96 isc_buffer_init(&keydatabuf, keydata, sizeof(keydata));
98 ATF_REQUIRE_EQ(isc_base64_decodestring(keystr, &keydatabuf),
100 isc_buffer_usedregion(&keydatabuf, &r);
/bind-9.11.3/lib/samples/
H A Dresolve.c106 isc_buffer_t keydatabuf; local
139 isc_buffer_init(&keydatabuf, keydata, sizeof(keydata));
141 result = isc_base64_decodestring(keystr, &keydatabuf);
146 isc_buffer_usedregion(&keydatabuf, &r);
/bind-9.11.3/bin/delv/
H A Ddelv.c570 isc_buffer_t keydatabuf; local
626 isc_buffer_init(&keydatabuf, keydata, sizeof(keydata));
630 CHECK(isc_base64_decodestring(keystr, &keydatabuf));
631 isc_buffer_usedregion(&keydatabuf, &r);
/bind-9.11.3/lib/dns/
H A Dclient.c1526 dns_name_t *keyname, isc_buffer_t *keydatabuf)
1546 result = dst_key_fromdns(keyname, rdclass, keydatabuf, client->mctx,
1525 dns_client_addtrustedkey(dns_client_t *client, dns_rdataclass_t rdclass, dns_name_t *keyname, isc_buffer_t *keydatabuf) argument
/bind-9.11.3/bin/named/
H A Dserver.c695 isc_buffer_t keydatabuf; local
753 isc_buffer_init(&keydatabuf, keydata, sizeof(keydata));
757 CHECK(isc_base64_decodestring(keystr, &keydatabuf));
758 isc_buffer_usedregion(&keydatabuf, &r);

Completed in 79 milliseconds