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

  /src/crypto/external/bsd/openssh/dist/
umac.c 329 * produce output for all STREAMS NH iterations in one call,
330 * allowing the parallel implementation of the streams.
333 #define STREAMS (UMAC_OUTPUT_LEN / 4) /* Number of times hash is applied */
335 #define L1_KEY_SHIFT 16 /* Toeplitz key shift between streams */
341 UINT8 nh_key [L1_KEY_LEN + L1_KEY_SHIFT * (STREAMS - 1)]; /* NH Key */
345 UINT64 state[STREAMS]; /* on-line state */
387 /* Same as previous nh_aux, but two streams are handled in one pass,
434 /* Same as previous nh_aux, but two streams are handled in one pass,
489 /* Same as previous nh_aux, but two streams are handled in one pass,
797 UINT64 poly_key_8[STREAMS]; /* p64 poly keys *
    [all...]
  /src/external/bsd/ppp/dist/pppstats/
pppstats.c 56 #ifndef STREAMS
83 #else /* STREAMS */
88 #endif /* STREAMS */
144 #ifndef STREAMS
214 #else /* STREAMS */
263 #endif /* STREAMS */
443 #ifdef STREAMS
509 #ifndef STREAMS
533 #else /* STREAMS */
540 dev = "/dev/streams/ppp"
    [all...]

Completed in 25 milliseconds