Home
last modified time | relevance | path

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

/freebsd-12.1/sys/compat/linprocfs/
H A Dlinprocfs.c496 char *zero_pad; in linprocfs_dostat() local
500 zero_pad = " 0 0 0 0\n"; in linprocfs_dostat()
502 zero_pad = " 0 0 0\n"; in linprocfs_dostat()
504 zero_pad = " 0 0\n"; in linprocfs_dostat()
507 zero_pad = " 0\n"; in linprocfs_dostat()
510 zero_pad = "\n"; in linprocfs_dostat()
528 sbuf_printf(sb, "%s", zero_pad); in linprocfs_dostat()
543 sbuf_printf(sb, "%s", zero_pad); in linprocfs_dostat()
/freebsd-12.1/crypto/openssh/
H A Dumac.c642 static void zero_pad(UINT8 *p, int nbytes) in zero_pad() function
680 zero_pad(hc->data + hc->next_data_empty, in nh_final()
686 zero_pad(hc->data, L1_PAD_BOUNDARY); in nh_final()
1141 zero_pad((UINT8 *)msg + len, extra_zeroes_needed);
1157 zero_pad((UINT8 *)msg + len, extra_zeroes_needed);