OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mac_size
(Results
1 - 5
of
5
) sorted by relevancy
/src/external/bsd/nsd/dist/
tsig.c
448
tsig->
mac_size
= 0;
472
uint16_t
mac_size
= htons(tsig->prior_mac_size);
local
474
&
mac_size
,
475
sizeof(
mac_size
));
519
tsig->
mac_size
= tsig->prior_mac_size;
532
if (tsig->
mac_size
!= tsig->prior_mac_size
535
tsig->
mac_size
) != 0)
637
tsig->
mac_size
= buffer_read_u16(packet);
638
if (!buffer_available(packet, tsig->
mac_size
)) {
640
tsig->
mac_size
= 0
[
all
...]
tsig.h
125
uint16_t
mac_size
;
member in struct:tsig_record
/src/external/bsd/ntp/dist/sntp/
networking.c
112
int
mac_size
;
local
193
mac_size
= exten_len << 2;
194
if (!auth_md5(rpkt, pkt_len -
mac_size
,
195
mac_size
- 4, pkt_key)) {
main.c
1135
int
mac_size
;
local
1150
mac_size
= make_mac(x_pkt, pkt_len, pkt_key,
1152
if (
mac_size
> 0)
1153
pkt_len +=
mac_size
+ KEY_MAC_LEN;
1156
printf("generate_pkt:
mac_size
is %d\n",
mac_size
);
/src/external/mpl/bind/dist/bin/tests/system/tsig/
tests_tsig_hypothesis.py
47
alg,
mac_size
= draw(sampled_from(candidates))
48
mac = draw(binary(min_size=
mac_size
, max_size=
mac_size
))
Completed in 27 milliseconds
Indexes created Tue Feb 24 08:35:24 UTC 2026