Home
last modified time | relevance | path

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

/freebsd/crypto/openssh/
H A Dumac.c677 int nh_len, nbits; in nh_final() local
680 nh_len = ((hc->next_data_empty + (L1_PAD_BOUNDARY - 1)) & in nh_final()
683 nh_len - hc->next_data_empty); in nh_final()
684 nh_transform(hc, hc->data, nh_len); in nh_final()
687 nh_len = L1_PAD_BOUNDARY; in nh_final()
689 nh_transform(hc, hc->data, nh_len); in nh_final()
1131 UINT32 nh_len;
1139 nh_len = L1_PAD_BOUNDARY; /* be seen, comment out this case */
1141 nh_len = ((len + (L1_PAD_BOUNDARY - 1)) & ~(L1_PAD_BOUNDARY - 1));
1142 extra_zeroes_needed = nh_len - len;
[all …]
/freebsd/sys/net/route/
H A Dnhop.h238 uint32_t nh_len; /* length of the datastructure */ member
H A Dnhop_ctl.c1212 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()