Searched defs:keydatabuf (Results 1 - 7 of 7) sorted by relevance
/bind-9.11.3/lib/irs/include/irs/ |
H A D | dnsconf.h | 33 * '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 D | dnsconf.c | 59 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 D | keytable_test.c | 82 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 D | resolve.c | 106 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 D | delv.c | 570 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 D | client.c | 1526 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 D | server.c | 695 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