Searched defs:keyBytes (Results 1 - 6 of 6) sorted by relevance

/external/apache-harmony/auth/src/test/java/common/org/apache/harmony/auth/tests/javax/security/auth/kerberos/
H A DKerberosKeyTest.java43 private final byte[] keyBytes = new byte[] { 0x00, 0x01, 0x02, 0x03, 0x04, field in class:KerberosKeyTest
53 assertNull(new KerberosKey(null, keyBytes, 0, 0).getPrincipal());
55 // NPE for null keyBytes parameter
63 KerberosKey key = new KerberosKey(principal, keyBytes, 1, 123);
71 key = new KerberosKey(principal, keyBytes, 0, 0);
121 KerberosKey key = new KerberosKey(principal, keyBytes, 1, 123);
124 assertTrue("encoded", Arrays.equals(keyBytes, keyBytes1));
127 assertNotSame("keyBytes immutability 1 ", keyBytes, keyBytes1);
128 assertNotSame("keyBytes immutabilit
[all...]
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/engines/
H A DRC4Engine.java110 private void setKey(byte[] keyBytes) argument
112 workingKey = keyBytes;
135 i2 = ((keyBytes[i1] & 0xff) + engineState[i] + i2) & 0xff;
140 i1 = (i1+1) % keyBytes.length;
/external/webkit/Source/WebCore/platform/graphics/skia/
H A DSkiaFontWin.cpp69 unsigned keyBytes; local
70 memcpy(&keyBytes, &key.font, sizeof(unsigned));
71 return keyBytes + key.glyph;
/external/icu4c/tools/genrb/
H A Dreslist.c1378 bundle_addKeyBytes(struct SRBRoot *bundle, const char *keyBytes, int32_t length, UErrorCode *status) { argument
1384 if (length < 0 || (keyBytes == NULL && length != 0)) {
1404 uprv_memcpy(bundle->fKeys + keypos, keyBytes, length);
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.core.resources.compatibility_3.4.0.v20090505.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/smack/asmack-master/lib/
H A Dhttpclient-4.1.3.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/http/ org/apache/http/cookie/ ...

Completed in 582 milliseconds