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

1 2 3 4 5 6

  /external/apache-harmony/crypto/src/test/api/java/org/apache/harmony/crypto/tests/javax/crypto/
MacTest.java 299 Mac[] macs = createMacs(); local
300 assertNotNull("Mac objects were not created", macs);
303 for (int i = 0; i < macs.length; i++) {
305 macs[i].update((byte) 0); method
310 macs[i].update(buf);
315 macs[i].update(buf, 0, 3);
320 macs[i].update(bBuf);
325 macs[i].doFinal();
330 macs[i].doFinal(new byte[10]);
335 macs[i].doFinal(new byte[10], 0)
355 Mac[] macs = createMacs(); local
403 Mac[] macs = createMacs(); local
430 Mac[] macs = createMacs(); local
465 Mac[] macs = createMacs(); local
507 Mac[] macs = createMacs(); local
527 macs[i].update((byte) 5); method
548 Mac[] macs = createMacs(); local
576 Mac[] macs = createMacs(); local
616 Mac[] macs = createMacs(); local
660 Mac[] macs = createMacs(); local
694 Mac[] macs = createMacs(); local
716 Mac[] macs = createMacs(); local
732 Mac[] macs = createMacs(); local
    [all...]
  /libcore/luni/src/test/java/org/apache/harmony/crypto/tests/javax/crypto/
MacTest.java 300 Mac [] macs = createMacs(); local
301 assertNotNull("Mac objects were not created", macs);
306 for (int i = 0; i < macs.length; i++) {
308 macs[i].update((byte)0); method
313 macs[i].update(buf);
318 macs[i].update(buf, 0, 3);
323 macs[i].update(bBuf);
328 macs[i].doFinal();
333 macs[i].doFinal(new byte[10]);
338 macs[i].doFinal(new byte[10], 0)
363 Mac[] macs = createMacs(); local
409 Mac [] macs = createMacs(); local
433 Mac [] macs = createMacs(); local
465 Mac [] macs = createMacs(); local
504 Mac [] macs = createMacs(); local
524 macs[i].update((byte)5); method
544 Mac [] macs = createMacs(); local
569 Mac [] macs = createMacs(); local
617 Mac [] macs = createMacs(); local
658 Mac [] macs = createMacs(); local
691 Mac [] macs = createMacs(); local
712 Mac [] macs = createMacs(); local
728 Mac [] macs = createMacs(); local
    [all...]
  /external/chromium_org/chrome/browser/prefs/
pref_hash_store.h 14 // preference MACs.
  /external/jpeg/
jconfig.mac 24 #define ALIGN_TYPE long /* Needed for 680x0 Macs */
  /external/qemu/distrib/jpeg-6b/
jconfig.mac 24 #define ALIGN_TYPE long /* Needed for 680x0 Macs */
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jcajce/provider/digest/
SHA384.java 7 import org.bouncycastle.crypto.macs.HMac;
9 // import org.bouncycastle.crypto.macs.OldHMac;
MD5.java 7 import org.bouncycastle.crypto.macs.HMac;
SHA224.java 7 import org.bouncycastle.crypto.macs.HMac;
SHA512.java 10 import org.bouncycastle.crypto.macs.HMac;
12 // import org.bouncycastle.crypto.macs.OldHMac;
SHA256.java 7 import org.bouncycastle.crypto.macs.HMac;
  /external/chromium_org/chrome/browser/prefs/tracked/
tracked_preferences_migration.h 27 // |legacy_pref_hash_store| are used to migrate MACs along with their protected
28 // preferences and/or from the legacy location in Local State. Migrated MACs
dictionary_hash_store_contents.h 20 // Implements HashStoreContents by storing MACs in a DictionaryValue. The
dictionary_hash_store_contents.cc 15 const char kPreferenceMACs[] = "protection.macs";
hash_store_contents.h 19 // MACs.
  /external/chromium_org/tools/telemetry/telemetry/core/
system_info.py 33 specified for any machine type aside from Macs. On Mac OS, this
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jcajce/provider/symmetric/
Twofish.java 10 // import org.bouncycastle.crypto.macs.GMac;
71 // super(new org.bouncycastle.crypto.macs.Poly1305(new TwofishEngine()));
DES.java 26 import org.bouncycastle.crypto.macs.CBCBlockCipherMac;
28 // import org.bouncycastle.crypto.macs.CFBBlockCipherMac;
29 // import org.bouncycastle.crypto.macs.CMac;
30 // import org.bouncycastle.crypto.macs.ISO9797Alg3Mac;
  /external/chromium_org/native_client_sdk/src/build_tools/tests/
verify_filelist_test.py 60 [linux,win]dir/no/macs
63 nonmac_dirlist = ['dir/no/macs', 'all/platforms']
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/
Mac.java 5 * The base interface for implementations of message authentication codes (MACs).
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/Carbon/
Dragconst.py 46 kDragPseudoCreatorVolumeOrDirectory = FOUR_CHAR_CODE('MACS')
  /development/tools/idegen/
index-gen.sh 27 # Only tested on linux. Should work for macs but have not tried.
  /external/chromium_org/ui/base/cocoa/
nsview_additions.mm 15 // All shipping retina macs run at least 10.7.
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ddk/
afilter.h 4 * Address filtering for NDIS MACs
  /sdk/eclipse/
dictionary.txt 171 macs
  /external/bouncycastle/
bouncycastle.config 248 org/bouncycastle/crypto/macs/BlockCipherMac.java \
249 org/bouncycastle/crypto/macs/CFBBlockCipherMac.java \
250 org/bouncycastle/crypto/macs/CMac.java \
251 org/bouncycastle/crypto/macs/GMac.java \
252 org/bouncycastle/crypto/macs/GOST28147Mac.java \
253 org/bouncycastle/crypto/macs/ISO9797Alg3Mac.java \
254 org/bouncycastle/crypto/macs/OldHMac.java \
255 org/bouncycastle/crypto/macs/Poly1305.java \
256 org/bouncycastle/crypto/macs/SipHash.java \
257 org/bouncycastle/crypto/macs/SkeinMac.java
    [all...]

Completed in 1226 milliseconds

1 2 3 4 5 6