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

1 2

  /libcore/luni/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
  /external/bouncycastle/src/main/java/org/bouncycastle/jce/provider/
JCEMac.java 31 import org.bouncycastle.crypto.macs.CBCBlockCipherMac;
33 // import org.bouncycastle.crypto.macs.CFBBlockCipherMac;
34 // import org.bouncycastle.crypto.macs.GOST28147Mac;
36 import org.bouncycastle.crypto.macs.HMac;
38 // import org.bouncycastle.crypto.macs.ISO9797Alg3Mac;
39 // import org.bouncycastle.crypto.macs.OldHMac;
40 // import org.bouncycastle.crypto.macs.VMPCMac;
  /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\
  /external/bouncycastle/src/main/java/org/bouncycastle/crypto/
Mac.java 5 * The base interface for implementations of message authentication codes (MACs).
  /external/bouncycastle/
bouncycastle.config 237 org/bouncycastle/crypto/macs/BlockCipherMac.java \
238 org/bouncycastle/crypto/macs/CFBBlockCipherMac.java \
239 org/bouncycastle/crypto/macs/GOST28147Mac.java \
240 org/bouncycastle/crypto/macs/ISO9797Alg3Mac.java \
241 org/bouncycastle/crypto/macs/OldHMac.java \
242 org/bouncycastle/crypto/macs/VMPCMac.java \
243 org/bouncycastle/crypto/macs/package.html \
  /external/bouncycastle/src/main/java/org/bouncycastle/crypto/generators/
PKCS5S2ParametersGenerator.java 7 import org.bouncycastle.crypto.macs.HMac;
  /external/bouncycastle/src/main/java/org/bouncycastle/crypto/macs/
HMac.java 1 package org.bouncycastle.crypto.macs;
CBCBlockCipherMac.java 1 package org.bouncycastle.crypto.macs;
CMac.java 1 package org.bouncycastle.crypto.macs;
  /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
  /external/bouncycastle/src/main/java/org/bouncycastle/crypto/modes/
EAXBlockCipher.java 8 import org.bouncycastle.crypto.macs.CMac;
CCMBlockCipher.java 10 import org.bouncycastle.crypto.macs.CBCBlockCipherMac;
  /external/chromium/third_party/icu/source/tools/toolutil/
uoptions.h 31 /* Get the arguments from the GUI, since old Macs don't have a console Window. */
  /external/icu4c/tools/toolutil/
uoptions.h 31 /* Get the arguments from the GUI, since old Macs don't have a console Window. */
  /external/libvpx/examples/includes/geshi/docs/
THANKS 68 - C for Macs M. Uli Kusterer
  /external/libvpx/examples/includes/geshi/geshi/
c_mac.php 10 * C for Macs language file for GeSHi.
  /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
  /libcore/luni/src/main/java/org/apache/harmony/xnet/provider/jsse/
ConnectionStateTLS.java 64 // MACs to create and check the message integrity info

Completed in 336 milliseconds

1 2