/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) 365 Mac[] macs = createMacs(); local 413 Mac [] macs = createMacs(); local 439 Mac [] macs = createMacs(); local 474 Mac [] macs = createMacs(); local 515 Mac [] macs = createMacs(); local 535 macs[i].update((byte)5); method 555 Mac [] macs = createMacs(); local 582 Mac [] macs = createMacs(); local 631 Mac [] macs = createMacs(); local 674 Mac [] macs = createMacs(); local 707 Mac [] macs = createMacs(); local 728 Mac [] macs = createMacs(); local 744 Mac [] macs = createMacs(); local [all...] |
/external/apache-harmony/crypto/src/test/api/java/org/apache/harmony/crypto/tests/javax/crypto/ |
MacTest.java | 296 Mac [] macs = createMacs(); local 297 assertNotNull("Mac objects were not created", macs); 300 for (int i = 0; i < macs.length; i++) { 302 macs[i].update((byte)0); method 307 macs[i].update(buf); 312 macs[i].update(buf, 0, 3); 317 macs[i].update(bBuf); 322 macs[i].doFinal(); 327 macs[i].doFinal(new byte[10]); 332 macs[i].doFinal(new byte[10], 0) 351 Mac[] macs = createMacs(); local 399 Mac [] macs = createMacs(); local 425 Mac [] macs = createMacs(); local 460 Mac [] macs = createMacs(); local 501 Mac [] macs = createMacs(); local 521 macs[i].update((byte)5); method 541 Mac [] macs = createMacs(); local 568 Mac [] macs = createMacs(); local 608 Mac [] macs = createMacs(); local 651 Mac [] macs = createMacs(); local 684 Mac [] macs = createMacs(); local 705 Mac [] macs = createMacs(); local 721 Mac [] macs = createMacs(); local [all...] |
/external/jpeg/ |
jconfig.mac | 24 #define ALIGN_TYPE long /* Needed for 680x0 Macs */
|
/external/bouncycastle/src/main/java/org/bouncycastle/jce/provider/ |
JCEMac.java | 37 import org.bouncycastle.crypto.macs.CBCBlockCipherMac; 39 // import org.bouncycastle.crypto.macs.CFBBlockCipherMac; 40 // import org.bouncycastle.crypto.macs.GOST28147Mac; 42 import org.bouncycastle.crypto.macs.HMac; 44 // import org.bouncycastle.crypto.macs.ISO9797Alg3Mac; 45 // import org.bouncycastle.crypto.macs.OldHMac;
|
/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/chromium/net/base/ |
ssl_cipher_suite_names_generate.go | 137 macs := make(map[string]int) 170 if mac_n, ok = macs[mac]; !ok { 171 macs[mac] = next_mac 188 printDict(macs, "kMacNames")
|
/external/bouncycastle/src/main/java/org/bouncycastle/crypto/ |
Mac.java | 5 * The base interface for implementations of message authentication codes (MACs).
|
/sdk/eclipse/ |
dictionary.txt | 147 macs
|
/external/bouncycastle/src/main/java/org/bouncycastle/jce/provider/symmetric/ |
DESede.java | 21 import org.bouncycastle.crypto.macs.CBCBlockCipherMac; 23 // import org.bouncycastle.crypto.macs.CFBBlockCipherMac; 24 // import org.bouncycastle.crypto.macs.CMac;
|
/frameworks/compile/libbcc/tools/ |
dataconvert.py | 29 * The mid-2007 version of gcc that ships with Macs requires a\n\
|
/frameworks/compile/slang/ |
slangdata.py | 29 * The mid-2007 version of gcc that ships with Macs requires a\n\
|
/external/bouncycastle/ |
bouncycastle.config | 233 org/bouncycastle/crypto/macs/BlockCipherMac.java \ 234 org/bouncycastle/crypto/macs/CFBBlockCipherMac.java \ 235 org/bouncycastle/crypto/macs/CMac.java \ 236 org/bouncycastle/crypto/macs/GOST28147Mac.java \ 237 org/bouncycastle/crypto/macs/ISO9797Alg3Mac.java \ 238 org/bouncycastle/crypto/macs/OldHMac.java \ 239 org/bouncycastle/crypto/macs/VMPCMac.java \ 240 org/bouncycastle/crypto/macs/package.html \
|
/external/chromium/chrome/browser/safe_browsing/ |
protocol_parser.h | 61 // using MACs to verify responses, the 'key' must be set to the private key 87 // If we are checking for valid MACs, the caller should populate 'key'.
|
/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;
|
/external/chromium/chrome/browser/net/ |
quoted_printable.cc | 123 return 1; // Single CR (Commodore and Old Macs).
|
/external/qemu/target-arm/ |
iwmmxt_helper.c | 137 #define MACS(SHR) ( \ 139 return (int64_t) (MACS(0) + MACS(16) + MACS(32) + MACS(48)); 140 #undef MACS
|
/external/chromium/chrome/browser/ |
platform_util_mac.mm | 47 const OSType finderCreatorCode = 'MACS';
|
/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/bouncycastle/src/main/java/org/bouncycastle/crypto/modes/ |
CCMBlockCipher.java | 10 import org.bouncycastle.crypto.macs.CBCBlockCipherMac;
|