Home
last modified time | relevance | path

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

/freebsd/sys/compat/linprocfs/
H A Dlinprocfs.c714 char *zero_pad; in linprocfs_dostat() local
718 zero_pad = " 0 0 0 0\n"; in linprocfs_dostat()
720 zero_pad = " 0 0 0\n"; in linprocfs_dostat()
722 zero_pad = " 0 0\n"; in linprocfs_dostat()
725 zero_pad = " 0\n"; in linprocfs_dostat()
728 zero_pad = "\n"; in linprocfs_dostat()
746 sbuf_printf(sb, "%s", zero_pad); in linprocfs_dostat()
761 sbuf_printf(sb, "%s", zero_pad); in linprocfs_dostat()
/freebsd/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);