HomeSort by: relevance | last modified time | path
    Searched refs:ip_trans (Results 1 - 3 of 3) sorted by relevancy

  /src/external/bsd/nvi/dist/ip/
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))
188 } else if (!ip_trans(sp, ipp, evp))
294 * ip_trans --
298 ip_trans(SCR *sp, IP_PRIVATE *ipp, EVENT *evp) function
  /src/crypto/external/bsd/openssh/dist/
umac.c 800 UINT32 ip_trans[STREAMS]; /* Inner-product translation */ member in struct:uhash_ctx
914 STORE_UINT32_BIG((UINT32 *)res+0, ip_reduce_p36(t) ^ ahc->ip_trans[0]);
917 STORE_UINT32_BIG((UINT32 *)res+1, ip_reduce_p36(t) ^ ahc->ip_trans[1]);
921 STORE_UINT32_BIG((UINT32 *)res+2, ip_reduce_p36(t) ^ ahc->ip_trans[2]);
925 STORE_UINT32_BIG((UINT32 *)res+3, ip_reduce_p36(t) ^ ahc->ip_trans[3]);
944 ip_reduce_p36(t) ^ ahc->ip_trans[i]);
1015 kdf(ahc->ip_trans, prf_key, 4, STREAMS * sizeof(UINT32));
1016 endian_convert_if_le(ahc->ip_trans, sizeof(UINT32),
  /src/external/bsd/nvi/usr.bin/nvi/
Makefile 60 ip_run.c ip_send.c ip_trans.c ipc_cmd.c ipc_method.c

Completed in 23 milliseconds