OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:cook
(Results
1 - 4
of
4
) sorted by null
/external/qemu/
d3des.c
104
register unsigned long *
cook
, *raw0;
local
108
cook
= dough;
111
*
cook
= (*raw0 & 0x00fc0000L) << 6;
112
*
cook
|= (*raw0 & 0x00000fc0L) << 10;
113
*
cook
|= (*raw1 & 0x00fc0000L) >> 10;
114
*
cook
++ |= (*raw1 & 0x00000fc0L) >> 6;
115
*
cook
= (*raw0 & 0x0003f000L) << 12;
116
*
cook
|= (*raw0 & 0x0000003fL) << 16;
117
*
cook
|= (*raw1 & 0x0003f000L) >> 4;
118
*
cook
++ |= (*raw1 & 0x0000003fL)
[
all
...]
/external/wpa_supplicant_6/wpa_supplicant/src/crypto/
des.c
259
u32 *
cook
;
local
264
cook
= dough;
267
*
cook
= (*raw0 & 0x00fc0000L) << 6;
268
*
cook
|= (*raw0 & 0x00000fc0L) << 10;
269
*
cook
|= (*raw1 & 0x00fc0000L) >> 10;
270
*
cook
++ |= (*raw1 & 0x00000fc0L) >> 6;
271
*
cook
= (*raw0 & 0x0003f000L) << 12;
272
*
cook
|= (*raw0 & 0x0000003fL) << 16;
273
*
cook
|= (*raw1 & 0x0003f000L) >> 4;
274
*
cook
++ |= (*raw1 & 0x0000003fL)
[
all
...]
/external/wpa_supplicant_8/src/crypto/
des-internal.c
251
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
++ |= (*raw1 & 0x0000003fL)
[
all
...]
/external/dropbear/libtomcrypt/src/ciphers/
des.c
1371
ulong32 *
cook
;
local
[
all
...]
Completed in 46 milliseconds