/external/bouncycastle/src/main/java/org/bouncycastle/crypto/engines/ |
DESedeEngine.java | 109 desFunc(workingKey1, in, inOff, temp, 0); 110 desFunc(workingKey2, temp, 0, temp, 0); 111 desFunc(workingKey3, temp, 0, out, outOff); 115 desFunc(workingKey3, in, inOff, temp, 0); 116 desFunc(workingKey2, temp, 0, temp, 0); 117 desFunc(workingKey1, temp, 0, out, outOff);
|
DESEngine.java | 84 desFunc(workingKey, in, inOff, out, outOff); 400 protected void desFunc(
|
/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...] |
/external/dropbear/libtomcrypt/ |
changes | [all...] |