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

  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/engines/
DESedeEngine.java 110 desFunc(workingKey1, in, inOff, temp, 0);
111 desFunc(workingKey2, temp, 0, temp, 0);
112 desFunc(workingKey3, temp, 0, out, outOff);
116 desFunc(workingKey3, in, inOff, temp, 0);
117 desFunc(workingKey2, temp, 0, temp, 0);
118 desFunc(workingKey1, temp, 0, out, outOff);
DESEngine.java 85 desFunc(workingKey, in, inOff, out, outOff);
401 protected void desFunc(
  /external/ganymed-ssh2/src/main/java/ch/ethz/ssh2/crypto/cipher/
DESede.java 93 desFunc(key1, in, inOff, out, outOff);
94 desFunc(key2, out, outOff, out, outOff);
95 desFunc(key3, out, outOff, out, outOff);
99 desFunc(key3, in, inOff, out, outOff);
100 desFunc(key2, out, outOff, out, outOff);
101 desFunc(key1, out, outOff, out, outOff);
DES.java 79 desFunc(workingKey, in, inOff, out, outOff);
283 protected void desFunc(int[] wKey, byte[] in, int inOff, byte[] out, int outOff)
  /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/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...]

Completed in 681 milliseconds