Home
last modified time | relevance | path

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

/freebsd/crypto/openssh/
H A Dumac.c95 typedef unsigned int UWORD; /* Register */ typedef
340 UWORD c = dlen / 32; in nh_aux()
373 UWORD c = dlen / 32; in nh_aux()
420 UWORD c = dlen / 32; in nh_aux()
475 UWORD c = dlen / 32; in nh_aux()
554 static void endian_convert(void *buf, UWORD bpw, UINT32 num_bytes) in endian_convert()
558 UWORD iters = num_bytes / bpw; in endian_convert()
647 if (nbytes >= (int)sizeof(UWORD)) { in zero_pad()
648 while ((ptrdiff_t)p % sizeof(UWORD)) { in zero_pad()
653 while (nbytes >= (int)sizeof(UWORD)) { in zero_pad()
[all …]