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

/freebsd-10.0-release/sys/opencrypto/
H A Dskipjack.c131 u_int8_t wh1 = plain[0]; u_int8_t wl1 = plain[1]; local
148 g0 (wh1,wl1, wh1,wl1); wl4 ^= wl1 ^ 1; wh4 ^= wh1;
151 g2 (wh2,wl2, wh2,wl2); wl1 ^= wl2 ^ 4; wh1 ^= wh2;
152 g6 (wh1,wl1, wh1,wl1); wl4 ^= wl1 ^ 5; wh4 ^= wh1;
155 g8 (wh2,wl2, wh2,wl2); wl1 ^= wl2 ^ 8; wh1 ^= wh2;
158 wh2 ^= wh1; wl2 ^= wl1
199 u_int8_t wh1 = cipher[0]; u_int8_t wl1 = cipher[1]; 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 59 milliseconds