Home
last modified time | relevance | path

Searched refs:zero_pad (Results 1 – 2 of 2) sorted by relevance

/freebsd-14.2/sys/compat/linprocfs/
H A Dlinprocfs.c720 char *zero_pad; in linprocfs_dostat() local
724 zero_pad = " 0 0 0 0\n"; in linprocfs_dostat()
726 zero_pad = " 0 0 0\n"; in linprocfs_dostat()
728 zero_pad = " 0 0\n"; in linprocfs_dostat()
731 zero_pad = " 0\n"; in linprocfs_dostat()
734 zero_pad = "\n"; in linprocfs_dostat()
752 sbuf_printf(sb, "%s", zero_pad); in linprocfs_dostat()
767 sbuf_printf(sb, "%s", zero_pad); in linprocfs_dostat()
/freebsd-14.2/crypto/openssh/
H A Dumac.c644 static void zero_pad(UINT8 *p, int nbytes) in zero_pad() function
682 zero_pad(hc->data + hc->next_data_empty, in nh_final()
688 zero_pad(hc->data, L1_PAD_BOUNDARY); in nh_final()
1143 zero_pad((UINT8 *)msg + len, extra_zeroes_needed);
1159 zero_pad((UINT8 *)msg + len, extra_zeroes_needed);