/dalvik/libcore/security/src/test/java/org/apache/harmony/security/tests/java/security/ |
MessageDigestSpiTest.java | 80 MyMessageDigest mds; local 82 mds = new MyMessageDigest(); 83 assertTrue(mds instanceof MessageDigestSpi); 89 mds = new MyMessageDigest(); 92 mds.engineDigest(); 93 mds.engineReset(); 94 mds.engineUpdate(ba[0]); 95 mds.engineUpdate(ba, 0, ba.length);
|
/external/openssl/crypto/evp/ |
evp_key.c | 117 unsigned int mds=0,i; local 132 EVP_DigestUpdate(&c,&(md_buf[0]),mds); 136 EVP_DigestFinal_ex(&c,&(md_buf[0]),&mds); 141 EVP_DigestUpdate(&c,&(md_buf[0]),mds); 142 EVP_DigestFinal_ex(&c,&(md_buf[0]),&mds); 150 if (i == mds) break; 157 if (niv && (i != mds)) 162 if (i == mds) break;
|
/external/emma/core/java12/com/vladium/jcd/cls/ |
ClassDef.java | 381 final MethodDescriptor [] mds = new MethodDescriptor [cds.length]; local 404 mds [mcount ++] = new MethodDescriptor (name, modifiers, method.getDescriptor (this)); 432 Arrays.sort (mds, 0, mcount); 436 final MethodDescriptor md = mds [i];
|
/external/dropbear/libtomcrypt/src/ciphers/twofish/ |
twofish.c | 45 /* The 4x4 MDS Linear Transform */ 47 static const unsigned char MDS[4][4] = { 169 /* computes [y0 y1 y2 y3] = MDS . [x0] */ 211 /* Computes [y0 y1 y2 y3] = MDS . [x0 x1 x2 x3] */ 317 /* multiply g by a column of the MDS */
|
twofish_tab.c | 76 /* the 4x4 MDS in a nicer format */ [all...] |
/external/webkit/WebKit/mac/Misc/ |
WebNSFileManagerExtras.m | 178 // Spawn a background thread for WKSetMetadataURL because this function will not return until mds has
|
/external/qemu/ |
ppc-dis.c | 670 /* The MB or ME field in an MD or MDS form instruction. The high 688 /* The RA field in an D, DS, DQ, X, XO, M, or MDS form instruction. */ 723 /* The RB field in an X, XO, M, or MDS form instruction. */ 734 /* The RS field in a D, DS, X, XFX, XS, M, MD or MDS form [all...] |
/external/ppp/pppd/ |
chap_ms.c | 265 /* compare MDs and send the appropriate status */
|
/external/dropbear/libtomcrypt/ |
changes | [all...] |
crypt.tex | 662 by the polynomials 5B and EF used in the MDS multiplication. As a result the code is faster and slightly larger. The 663 speed increase is useful when \textit{TWOFISH\_SMALL} is defined since the s-boxes and MDS multiply form the heart of the [all...] |
/prebuilt/android-arm/kernel/ |
vmlinux-qemu | |
vmlinux-qemu-armv7 | |
/external/webkit/WebKit/mac/ |
ChangeLog-2010-01-29 | [all...] |