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

  /external/wpa_supplicant_8/src/crypto/
des-internal.c 324 static void desfunc(u32 *block, const u32 *keys) function
424 desfunc(work, ek);
445 desfunc(work, ek);
456 desfunc(work, dk);
480 desfunc(work, key->ek[0]);
481 desfunc(work, key->ek[1]);
482 desfunc(work, key->ek[2]);
494 desfunc(work, key->dk[0]);
495 desfunc(work, key->dk[1]);
496 desfunc(work, key->dk[2])
    [all...]
  /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 772 milliseconds