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

/macosx-10.9.5/bind9-45.100/bind9/lib/irs/include/irs/
H A Ddnsconf.h41 * 'keydatabuf' members with the dst_key_fromdns() function.
45 isc_buffer_t *keydatabuf; member in struct:irs_dnsconf_dnskey
/macosx-10.9.5/bind9-45.100/bind9/lib/irs/
H A Ddnsconf.c67 isc_buffer_t keydatabuf_base, *keydatabuf; local
87 keydatabuf = NULL;
136 result = isc_buffer_allocate(mctx, &keydatabuf,
140 result = isc_buffer_copyregion(keydatabuf, &r);
172 keyent->keydatabuf = keydatabuf;
181 if (keydatabuf != NULL)
182 isc_buffer_free(&keydatabuf);
253 isc_buffer_free(&keyent->keydatabuf);
H A Dcontext.c288 trustedkey->keydatabuf);
/macosx-10.9.5/bind9-45.100/bind9/lib/export/samples/
H A Dsample.c104 isc_buffer_t keydatabuf; local
137 isc_buffer_init(&keydatabuf, keydata, sizeof(keydata));
139 result = isc_base64_decodestring(keystr, &keydatabuf);
144 isc_buffer_usedregion(&keydatabuf, &r);
/macosx-10.9.5/bind9-45.100/bind9/lib/dns/include/dns/
H A Dclient.h362 dns_name_t *keyname, isc_buffer_t *keydatabuf);
366 * and 'keydatabuf' stores the resource data of the key.
374 *\li 'keydatabuf' is a valid buffer.
/macosx-10.9.5/bind9-45.100/bind9/bin/named/
H A Dserver.c487 isc_buffer_t keydatabuf; local
545 isc_buffer_init(&keydatabuf, keydata, sizeof(keydata));
549 CHECK(isc_base64_decodestring(keystr, &keydatabuf));
550 isc_buffer_usedregion(&keydatabuf, &r);
/macosx-10.9.5/bind9-45.100/bind9/lib/dns/
H A Dclient.c1401 dns_name_t *keyname, isc_buffer_t *keydatabuf)
1421 result = dst_key_fromdns(keyname, rdclass, keydatabuf, client->mctx,
1400 dns_client_addtrustedkey(dns_client_t *client, dns_rdataclass_t rdclass, dns_name_t *keyname, isc_buffer_t *keydatabuf) argument

Completed in 162 milliseconds