HomeSort by relevance Sort by last modified time
    Searched refs:desfunc (Results 1 - 4 of 4) sorted by null

  /external/wpa_supplicant/
des.c 326 static void desfunc(u32 *block, const u32 *keys) function
426 desfunc(work, ek);
455 desfunc(work, key->ek[0]);
456 desfunc(work, key->ek[1]);
457 desfunc(work, key->ek[2]);
469 desfunc(work, key->dk[0]);
470 desfunc(work, key->dk[1]);
471 desfunc(work, key->dk[2]);
  /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 397 milliseconds