Home
last modified time | relevance | path

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

/freebsd/crypto/openssh/
H A Dumac.c646 static void zero_pad(UINT8 *p, int nbytes) in zero_pad() function
684 zero_pad(hc->data + hc->next_data_empty, in nh_final()
690 zero_pad(hc->data, L1_PAD_BOUNDARY); in nh_final()
1145 zero_pad((UINT8 *)msg + len, extra_zeroes_needed);
1161 zero_pad((UINT8 *)msg + len, extra_zeroes_needed);
/freebsd/sys/compat/linprocfs/
H A Dlinprocfs.c710 char *zero_pad; in linprocfs_dostat() local
714 zero_pad = " 0 0 0 0\n"; in linprocfs_dostat()
716 zero_pad = " 0 0 0\n"; in linprocfs_dostat()
718 zero_pad = " 0 0\n"; in linprocfs_dostat()
721 zero_pad = " 0\n"; in linprocfs_dostat()
724 zero_pad = "\n"; in linprocfs_dostat()
742 sbuf_printf(sb, "%s", zero_pad); in linprocfs_dostat()
757 sbuf_printf(sb, "%s", zero_pad); in linprocfs_dostat()