HomeSort by relevance Sort by last modified time
    Searched refs:desfunc (Results 1 - 4 of 4) 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/wpa_supplicant_6/wpa_supplicant/src/crypto/
des.c 326 static void desfunc(u32 *block, const u32 *keys) function
426 desfunc(work, ek);
458 desfunc(work, key->ek[0]);
459 desfunc(work, key->ek[1]);
460 desfunc(work, key->ek[2]);
472 desfunc(work, key->dk[0]);
473 desfunc(work, key->dk[1]);
474 desfunc(work, key->dk[2]);
  /external/qemu/
d3des.c 33 static void desfunc(unsigned long *, unsigned long *);
147 desfunc(work, KnL);
322 static void desfunc(register unsigned long *block, register unsigned long *keys) function
  /external/dropbear/libtomcrypt/src/ciphers/
des.c 1402 static void desfunc(ulong32 *block, const ulong32 *keys) function
1516 static void desfunc(ulong32 *block, const ulong32 *keys) function
    [all...]

Completed in 131 milliseconds