Searched refs:ip_trans (Results 1 – 4 of 4) sorted by relevance
| /netbsd/src/external/bsd/nvi/dist/ip/ |
| D | ip_read.c | 119 static int ip_trans __P((SCR *, IP_PRIVATE *, EVENT *)); 168 if (!termread && ipp->iblen >= IPO_CODE_LEN && ip_trans(sp, ipp, evp)) in ip_wevent() 188 } else if (!ip_trans(sp, ipp, evp)) in ip_wevent() 298 ip_trans(SCR *sp, IP_PRIVATE *ipp, EVENT *evp) in ip_trans() function
|
| /netbsd/src/crypto/external/bsd/openssh/dist/ |
| D | umac.c | 801 UINT32 ip_trans[STREAMS]; /* Inner-product translation */ member 915 STORE_UINT32_BIG((UINT32 *)res+0, ip_reduce_p36(t) ^ ahc->ip_trans[0]); in ip_short() 918 STORE_UINT32_BIG((UINT32 *)res+1, ip_reduce_p36(t) ^ ahc->ip_trans[1]); in ip_short() 922 STORE_UINT32_BIG((UINT32 *)res+2, ip_reduce_p36(t) ^ ahc->ip_trans[2]); in ip_short() 926 STORE_UINT32_BIG((UINT32 *)res+3, ip_reduce_p36(t) ^ ahc->ip_trans[3]); in ip_short() 945 ip_reduce_p36(t) ^ ahc->ip_trans[i]); in ip_long() 1016 kdf(ahc->ip_trans, prf_key, 4, STREAMS * sizeof(UINT32)); in uhash_init() 1017 endian_convert_if_le(ahc->ip_trans, sizeof(UINT32), in uhash_init()
|
| /netbsd/src/external/bsd/nvi/usr.bin/nvi/ |
| D | Makefile | 60 ip_run.c ip_send.c ip_trans.c ipc_cmd.c ipc_method.c
|
| /netbsd/src/external/bsd/nvi/dist/dist/ |
| D | Makefile.am | 252 $(visrcdir)/ipc/ip_trans.c \ 265 $(visrcdir)/ipc/ip_trans.c \
|