Home
last modified time | relevance | path

Searched refs:nh_len (Results 1 – 5 of 5) sorted by relevance

/freebsd/crypto/openssh/
H A Dumac.c679 int nh_len, nbits; in nh_final() local
682 nh_len = ((hc->next_data_empty + (L1_PAD_BOUNDARY - 1)) & in nh_final()
685 nh_len - hc->next_data_empty); in nh_final()
686 nh_transform(hc, hc->data, nh_len); in nh_final()
689 nh_len = L1_PAD_BOUNDARY; in nh_final()
691 nh_transform(hc, hc->data, nh_len); in nh_final()
1133 UINT32 nh_len;
1141 nh_len = L1_PAD_BOUNDARY; /* be seen, comment out this case */
1143 nh_len = ((len + (L1_PAD_BOUNDARY - 1)) & ~(L1_PAD_BOUNDARY - 1));
1144 extra_zeroes_needed = nh_len - len;
[all …]
/freebsd/sys/net/route/
H A Dnhop.h240 uint32_t nh_len; /* length of the datastructure */ member
H A Dnhop_ctl.c1237 pnhe->nh_len = sizeof(struct nhop_external); in dump_nhop_entry()
/freebsd/usr.bin/netstat/
H A Dnhgrp.c287 na = (struct nhop_addrs *)((char *)nh + nh->nh_len); in update_global_map()
H A Dnhops.c264 na = (struct nhop_addrs *)((char *)nh + nh->nh_len); in print_nhop_entry_sysctl()