OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:tkeyin
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/mpl/bind/dist/lib/dns/
tkey.c
164
process_gsstkey(dns_message_t *msg, dns_name_t *name, dns_rdata_tkey_t *
tkeyin
,
189
if (!dns_name_equal(&
tkeyin
->algorithm, DNS_TSIG_GSSAPI_NAME)) {
199
result = dns_tsigkey_find(&tsigkey, name, &
tkeyin
->algorithm, ring);
207
intoken = (isc_region_t){
tkeyin
->key,
tkeyin
->keylen };
250
name, dns__tsig_algfromname(&
tkeyin
->algorithm), dstkey,
270
tkeyout->key = isc_mem_get(tkeyout->mctx,
tkeyin
->keylen);
271
tkeyout->keylen =
tkeyin
->keylen;
272
memmove(tkeyout->key,
tkeyin
->key,
tkeyin
->keylen)
345
dns_rdata_tkey_t
tkeyin
, tkeyout;
local
[
all
...]
/src/external/mpl/dhcp/bind/dist/lib/dns/
tkey.c
351
dns_rdata_tkey_t *
tkeyin
, dns_tkeyctx_t *tctx,
374
if (!dns_name_equal(&
tkeyin
->algorithm, DNS_TSIG_HMACMD5_NAME)) {
469
r2.base =
tkeyin
->key;
470
r2.length =
tkeyin
->keylen;
475
name, &
tkeyin
->algorithm, isc_buffer_base(&secret),
476
isc_buffer_usedlength(&secret), true, signer,
tkeyin
->inception,
477
tkeyin
->expire, ring->mctx, ring, NULL));
480
tkeyout->inception =
tkeyin
->inception;
481
tkeyout->expire =
tkeyin
->expire;
505
process_gsstkey(dns_message_t *msg, dns_name_t *name, dns_rdata_tkey_t *
tkeyin
,
703
dns_rdata_tkey_t
tkeyin
, tkeyout;
local
[
all
...]
Completed in 14 milliseconds
Indexes created Mon May 04 00:23:20 UTC 2026