Home
last modified time | relevance | path

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

/freebsd-13.1/sys/compat/linprocfs/
H A Dlinprocfs.c681 char *zero_pad; in linprocfs_dostat() local
685 zero_pad = " 0 0 0 0\n"; in linprocfs_dostat()
687 zero_pad = " 0 0 0\n"; in linprocfs_dostat()
689 zero_pad = " 0 0\n"; in linprocfs_dostat()
692 zero_pad = " 0\n"; in linprocfs_dostat()
695 zero_pad = "\n"; in linprocfs_dostat()
713 sbuf_printf(sb, "%s", zero_pad); in linprocfs_dostat()
728 sbuf_printf(sb, "%s", zero_pad); in linprocfs_dostat()
/freebsd-13.1/crypto/openssh/
H A Dumac.c643 static void zero_pad(UINT8 *p, int nbytes) in zero_pad() function
681 zero_pad(hc->data + hc->next_data_empty, in nh_final()
687 zero_pad(hc->data, L1_PAD_BOUNDARY); in nh_final()
1142 zero_pad((UINT8 *)msg + len, extra_zeroes_needed);
1158 zero_pad((UINT8 *)msg + len, extra_zeroes_needed);