HomeSort by relevance Sort by last modified time
    Searched full:macs (Results 1 - 25 of 40) sorted by null

1 2

  /dalvik/libcore/crypto/src/test/java/org/apache/harmony/crypto/tests/javax/crypto/
MacTest.java 420 Mac [] macs = createMacs(); local
421 assertNotNull("Mac objects were not created", macs);
426 for (int i = 0; i < macs.length; i++) {
428 macs[i].update((byte)0); method
433 macs[i].update(buf);
438 macs[i].update(buf, 0, 3);
443 macs[i].update(bBuf);
448 macs[i].doFinal();
453 macs[i].doFinal(new byte[10]);
458 macs[i].doFinal(new byte[10], 0)
491 Mac[] macs = createMacs(); local
560 Mac [] macs = createMacs(); local
607 Mac [] macs = createMacs(); local
657 Mac [] macs = createMacs(); local
726 Mac [] macs = createMacs(); local
746 macs[i].update((byte)5); method
772 Mac [] macs = createMacs(); local
820 Mac [] macs = createMacs(); local
890 Mac [] macs = createMacs(); local
954 Mac [] macs = createMacs(); local
993 Mac [] macs = createMacs(); local
1029 Mac [] macs = createMacs(); local
1060 Mac [] macs = createMacs(); local
    [all...]
  /external/jpeg/
jconfig.mac 24 #define ALIGN_TYPE long /* Needed for 680x0 Macs */
jmemmac.c 45 * which is on all HFS macs. HOpenDF is a System 7 addition which avoids the
  /dalvik/libcore/security/src/main/java/org/bouncycastle/jce/provider/
JCEMac.java 23 import org.bouncycastle.crypto.macs.CBCBlockCipherMac;
24 import org.bouncycastle.crypto.macs.CFBBlockCipherMac;
26 // import org.bouncycastle.crypto.macs.GOST28147Mac;
28 import org.bouncycastle.crypto.macs.HMac;
29 import org.bouncycastle.crypto.macs.ISO9797Alg3Mac;
30 import org.bouncycastle.crypto.macs.OldHMac;
JCEIESCipher.java 26 import org.bouncycastle.crypto.macs.HMac;
JDKKeyStore.java 44 import org.bouncycastle.crypto.macs.HMac;
  /build/tools/bin2asm/
data 19 * The mid-2007 version of gcc that ships with Macs requires a\n\
icudata.c 30 * The mid-2007 version of gcc that ships with Macs requires a\n\
  /dalvik/libcore/security/src/main/java/org/bouncycastle/crypto/
Mac.java 5 * The base interface for implementations of message authentication codes (MACs).
  /dalvik/libcore/security/src/main/java/org/bouncycastle/crypto/macs/
OldHMac.java 1 package org.bouncycastle.crypto.macs;
BlockCipherMac.java 1 package org.bouncycastle.crypto.macs;
HMac.java 1 package org.bouncycastle.crypto.macs;
CBCBlockCipherMac.java 1 package org.bouncycastle.crypto.macs;
ISO9797Alg3Mac.java 1 package org.bouncycastle.crypto.macs;
CFBBlockCipherMac.java 1 package org.bouncycastle.crypto.macs;
  /dalvik/libcore/security/src/main/java/org/bouncycastle/crypto/generators/
PKCS5S2ParametersGenerator.java 7 import org.bouncycastle.crypto.macs.HMac;
  /external/qemu/target-arm/
iwmmxt_helper.c 138 #define MACS(SHR) ( \
140 return (int64_t) (MACS(0) + MACS(16) + MACS(32) + MACS(48));
141 #undef MACS
  /dalvik/libcore/security/src/main/java/org/bouncycastle/crypto/modes/
CCMBlockCipher.java 7 import org.bouncycastle.crypto.macs.CBCBlockCipherMac;
  /external/icu4c/tools/toolutil/
uoptions.h 31 /* Get the arguments from the GUI, since old Macs don't have a console Window. */
  /external/strace/
sock.c 188 than 6-byte MACs? */
  /external/qemu/distrib/sdl-1.2.12/src/cdrom/macosx/
SDL_syscdrom_c.h 64 audio (since nearly all Macs don't have analog audio-in on the sound card).
  /external/freetype/src/base/
ftrfork.c 477 Only meaningful on systems with hfs+ drivers (or Macs).
  /external/openssl/crypto/evp/
openbsd_hw.c 311 /* FIXME: if device can do chained MACs, then don't accumulate */
  /external/qemu/distrib/sdl-1.2.12/src/timer/macos/
FastTimes.c 60 Under MacOS 9, "new world" Macs (iMacs, B+W G3s and G+W G4s) have a native
  /dalvik/libcore/x-net/src/main/java/org/apache/harmony/xnet/provider/jsse/
ConnectionStateTLS.java 68 // MACs to create and check the message integrity info

Completed in 2131 milliseconds

1 2