Searched refs:wl2 (Results 1 - 2 of 2) sorted by relevance

/freebsd-10.0-release/sys/opencrypto/
H A Dskipjack.c132 u_int8_t wh2 = plain[2]; u_int8_t wl2 = plain[3]; local
150 g8 (wh3,wl3, wh3,wl3); wl2 ^= wl3 ^ 3; wh2 ^= wh3;
151 g2 (wh2,wl2, wh2,wl2); wl1 ^= wl2 ^ 4; wh1 ^= wh2;
154 g4 (wh3,wl3, wh3,wl3); wl2 ^= wl3 ^ 7; wh2 ^= wh3;
155 g8 (wh2,wl2, wh2,wl2); wl1 ^= wl2 ^ 8; wh1 ^= wh2;
158 wh2 ^= wh1; wl2
200 u_int8_t wh2 = cipher[2]; u_int8_t wl2 = cipher[3]; local
[all...]
/freebsd-10.0-release/contrib/gcc/
H A Dipa-prop.c88 ipa_methodlist_next_method_set (ipa_methodlist_p wl1, ipa_methodlist_p wl2) argument
90 wl1->next_method = wl2;

Completed in 112 milliseconds