OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:desfunc
(Results
1 - 2
of
2
) sorted by null
/external/wpa_supplicant_8/src/crypto/
des-internal.c
318
static void
desfunc
(u32 *block, const u32 *keys)
function
418
desfunc
(work, ek);
439
desfunc
(work, ek);
450
desfunc
(work, dk);
474
desfunc
(work, key->ek[0]);
475
desfunc
(work, key->ek[1]);
476
desfunc
(work, key->ek[2]);
488
desfunc
(work, key->dk[0]);
489
desfunc
(work, key->dk[1]);
490
desfunc
(work, key->dk[2])
[
all
...]
/external/libvncserver/common/
d3des.c
33
static void
desfunc
(unsigned long *, unsigned long *);
156
desfunc
(work, KnL);
333
static void
desfunc
(register unsigned long *block,
function
Completed in 340 milliseconds