Searched refs:cook (Results 1 - 4 of 4) sorted by relevance

/external/libvncserver/common/
H A Dd3des.c112 register unsigned long *cook, *raw0; local
116 cook = dough;
119 *cook = (*raw0 & 0x00fc0000L) << 6;
120 *cook |= (*raw0 & 0x00000fc0L) << 10;
121 *cook |= (*raw1 & 0x00fc0000L) >> 10;
122 *cook++ |= (*raw1 & 0x00000fc0L) >> 6;
123 *cook = (*raw0 & 0x0003f000L) << 12;
124 *cook |= (*raw0 & 0x0000003fL) << 16;
125 *cook |= (*raw1 & 0x0003f000L) >> 4;
126 *cook
[all...]
/external/wpa_supplicant_8/hostapd/src/crypto/
H A Ddes-internal.c251 u32 *cook; local
256 cook = dough;
259 *cook = (*raw0 & 0x00fc0000L) << 6;
260 *cook |= (*raw0 & 0x00000fc0L) << 10;
261 *cook |= (*raw1 & 0x00fc0000L) >> 10;
262 *cook++ |= (*raw1 & 0x00000fc0L) >> 6;
263 *cook = (*raw0 & 0x0003f000L) << 12;
264 *cook |= (*raw0 & 0x0000003fL) << 16;
265 *cook |= (*raw1 & 0x0003f000L) >> 4;
266 *cook
[all...]
/external/wpa_supplicant_8/src/crypto/
H A Ddes-internal.c251 u32 *cook; local
256 cook = dough;
259 *cook = (*raw0 & 0x00fc0000L) << 6;
260 *cook |= (*raw0 & 0x00000fc0L) << 10;
261 *cook |= (*raw1 & 0x00fc0000L) >> 10;
262 *cook++ |= (*raw1 & 0x00000fc0L) >> 6;
263 *cook = (*raw0 & 0x0003f000L) << 12;
264 *cook |= (*raw0 & 0x0000003fL) << 16;
265 *cook |= (*raw1 & 0x0003f000L) >> 4;
266 *cook
[all...]
/external/wpa_supplicant_8/wpa_supplicant/src/crypto/
H A Ddes-internal.c251 u32 *cook; local
256 cook = dough;
259 *cook = (*raw0 & 0x00fc0000L) << 6;
260 *cook |= (*raw0 & 0x00000fc0L) << 10;
261 *cook |= (*raw1 & 0x00fc0000L) >> 10;
262 *cook++ |= (*raw1 & 0x00000fc0L) >> 6;
263 *cook = (*raw0 & 0x0003f000L) << 12;
264 *cook |= (*raw0 & 0x0000003fL) << 16;
265 *cook |= (*raw1 & 0x0003f000L) >> 4;
266 *cook
[all...]

Completed in 88 milliseconds