OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:sshfp
(Results
1 - 8
of
8
) sorted by relevancy
/src/external/mpl/dhcp/bind/dist/lib/dns/rdata/generic/
sshfp_44.c
185
dns_rdata_sshfp_t *
sshfp
= source;
local
188
REQUIRE(
sshfp
!= NULL);
189
REQUIRE(
sshfp
->common.rdtype == type);
190
REQUIRE(
sshfp
->common.rdclass == rdclass);
195
RETERR(uint8_tobuffer(
sshfp
->algorithm, target));
196
RETERR(uint8_tobuffer(
sshfp
->digest_type, target));
198
return (mem_tobuffer(target,
sshfp
->digest,
sshfp
->length));
203
dns_rdata_sshfp_t *
sshfp
= target;
local
207
REQUIRE(
sshfp
!= NULL)
233
dns_rdata_
sshfp
_t *
sshfp
= source;
local
[
all
...]
/src/external/mpl/bind/dist/lib/dns/rdata/generic/
sshfp_44.c
184
dns_rdata_sshfp_t *
sshfp
= source;
local
187
REQUIRE(
sshfp
!= NULL);
188
REQUIRE(
sshfp
->common.rdtype == type);
189
REQUIRE(
sshfp
->common.rdclass == rdclass);
194
RETERR(uint8_tobuffer(
sshfp
->algorithm, target));
195
RETERR(uint8_tobuffer(
sshfp
->digest_type, target));
197
return mem_tobuffer(target,
sshfp
->digest,
sshfp
->length);
202
dns_rdata_sshfp_t *
sshfp
= target;
local
206
REQUIRE(
sshfp
!= NULL)
226
dns_rdata_
sshfp
_t *
sshfp
= source;
local
[
all
...]
/src/crypto/external/bsd/heimdal/dist/lib/roken/
resolve-test.c
278
struct rk_sshfp_record *
sshfp
= rr->u.
sshfp
;
local
281
printf ("alg %u type %u length %lu data ",
sshfp
->algorithm,
282
sshfp
->type, (unsigned long)
sshfp
->sshfp_len);
283
for (j = 0; j <
sshfp
->sshfp_len; j++)
284
printf("%02X",
sshfp
->sshfp_data[j]);
resolve.h
201
struct rk_sshfp_record *
sshfp
;
member in union:rk_resource_record::__anon929
resolve.c
76
DECL(
sshfp
),
356
rr->u.
sshfp
= malloc (sizeof(*rr->u.
sshfp
) + sshfp_len - 1);
357
if (rr->u.
sshfp
== NULL) {
362
rr->u.
sshfp
->algorithm = p[0];
363
rr->u.
sshfp
->type = p[1];
364
rr->u.
sshfp
->sshfp_len = sshfp_len;
365
memcpy (rr->u.
sshfp
->sshfp_data, p + 2, sshfp_len);
/src/external/apache2/mDNSResponder/dist/ServiceRegistration/
srp-log.c
98
CASE_TO_STR(
sshfp
);
/src/external/mpl/bind/dist/bin/tests/system/digdelv/
tests.sh
152
dig_with_opts @10.53.0.3 +split=4 -t
sshfp
foo.example >dig.out.test$n || ret=1
154
check_ttl_range dig.out.test$n "
SSHFP
" 300 || ret=1
585
dig_with_opts @10.53.0.3 +sp=4 -t
sshfp
foo.example >dig.out.test$n || ret=1
587
check_ttl_range dig.out.test$n "
SSHFP
" 300 || ret=1
1448
delv_with_opts @10.53.0.3 +split=4 -t
sshfp
foo.example >delv.out.test$n || ret=1
1450
check_ttl_range delv.out.test$n "
SSHFP
" 300 || ret=1
1590
delv_with_opts @10.53.0.3 +sp=4 -t
sshfp
foo.example >delv.out.test$n || ret=1
1592
check_ttl_range delv.out.test$n "
SSHFP
" 300 || ret=1
/src/external/mpl/bind/dist/tests/dns/
rdata_test.c
2514
/*
SSHFP
RDATA manipulations */
2515
ISC_RUN_TEST_IMPL(
sshfp
) {
3348
ISC_TEST_ENTRY(
sshfp
)
Completed in 41 milliseconds
Indexes created Sat Feb 28 05:31:39 UTC 2026