OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:keydatabuf
(Results
1 - 6
of
6
) sorted by relevancy
/src/external/mpl/dhcp/bind/dist/lib/irs/include/irs/
dnsconf.h
41
* '
keydatabuf
' members with the dst_key_fromdns() function.
45
isc_buffer_t *
keydatabuf
;
member in struct:irs_dnsconf_dnskey
/src/external/mpl/dhcp/bind/dist/lib/irs/
dnsconf.c
58
isc_buffer_t keydatabuf_base, *
keydatabuf
= NULL;
local
109
isc_buffer_allocate(mctx, &
keydatabuf
, r.length);
110
result = isc_buffer_copyregion(
keydatabuf
, &r);
131
keyent->
keydatabuf
=
keydatabuf
;
136
if (
keydatabuf
!= NULL) {
137
isc_buffer_free(&
keydatabuf
);
279
isc_buffer_free(&keyent->
keydatabuf
);
context.c
230
trustedkey->keyname, trustedkey->
keydatabuf
);
/src/external/mpl/bind/dist/lib/dns/include/dns/
client.h
275
isc_buffer_t *
keydatabuf
);
280
* DNSKEY or DS. 'keyname' is the DNS name of the key, and '
keydatabuf
'
289
*\li '
keydatabuf
' is a valid buffer.
/src/external/mpl/bind/dist/tests/dns/
keytable_test.c
111
isc_buffer_t
keydatabuf
;
local
123
isc_buffer_init(&
keydatabuf
, keydata, sizeof(keydata));
124
assert_int_equal(isc_base64_decodestring(keystr, &
keydatabuf
),
126
isc_buffer_usedregion(&
keydatabuf
, &r);
/src/external/mpl/dhcp/bind/dist/lib/dns/include/dns/
client.h
389
isc_buffer_t *
keydatabuf
);
394
* and '
keydatabuf
' stores the RR data.
402
*\li '
keydatabuf
' is a valid buffer.
Completed in 20 milliseconds
Indexes created Tue Sep 15 00:24:42 UTC 2026