/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/x9/ |
DHPublicKey.java | 1 package org.bouncycastle.asn1.x9; 11 * X9.42 definition of a DHPublicKey
|
X9ECParametersHolder.java | 1 package org.bouncycastle.asn1.x9;
|
X9FieldElement.java | 1 package org.bouncycastle.asn1.x9;
|
X9IntegerConverter.java | 1 package org.bouncycastle.asn1.x9;
|
DHValidationParms.java | 1 package org.bouncycastle.asn1.x9;
|
ValidationParams.java | 1 package org.bouncycastle.asn1.x9;
|
X962Parameters.java | 1 package org.bouncycastle.asn1.x9; 13 * The Parameters ASN.1 CHOICE from X9.62.
|
X9ECPoint.java | 1 package org.bouncycastle.asn1.x9;
|
ECNamedCurveTable.java | 1 package org.bouncycastle.asn1.x9; 18 * A general class that reads all X9.62 style EC curve tables.
|
X9FieldID.java | 1 package org.bouncycastle.asn1.x9; 15 * X9.62, for further details.
|
DHDomainParameters.java | 1 package org.bouncycastle.asn1.x9;
|
DomainParameters.java | 1 package org.bouncycastle.asn1.x9; 16 * X9.44 Diffie-Hellman domain parameters.
|
X9Curve.java | 1 package org.bouncycastle.asn1.x9; 19 * X9.62, for further details.
|
X9ECParameters.java | 1 package org.bouncycastle.asn1.x9; 19 * X9.62, for further details.
|
X962NamedCurves.java | 1 package org.bouncycastle.asn1.x9;
|
/frameworks/av/media/libstagefright/codecs/avc/enc/src/ |
sad_mb_offset.h | 31 int32 x4, x5, x6, x8, x9, x10, x11, x12, x14; local 36 x9 = 0x80808080; /* const. */ 63 x11 = sad_4pixel(x11, x14, x9); 66 x10 = sad_4pixel(x10, x12, x9); 89 x11 = sad_4pixel(x11, x14, x9); 92 x10 = sad_4pixel(x10, x12, x9); 134 int32 x4, x5, x6, x9, x10, x11, x12, x14; local 136 x9 = 0x80808080; /* const. */ 166 x11 = sad_4pixelN(x11, x14, x9); 169 x10 = sad_4pixelN(x10, x12, x9); 226 int32 x4, x5, x6, x8, x9, x10, x11, x12, x14; local [all...] |
sad_inline.h | 81 int32 x4, x5, x6, x8, x9, x10, x11, x12, x14; local 83 x9 = 0x80808080; /* const. */ 111 x11 = sad_4pixel(x11, x14, x9); 114 x10 = sad_4pixel(x10, x12, x9); 130 x11 = sad_4pixel(x11, x14, x9); 133 x10 = sad_4pixel(x10, x12, x9); 256 int32 x4, x5, x6, x8, x9, x10, x11, x12, x14; local 258 x9 = 0x80808080; /* const. */ 278 x11 = sad_4pixel(x11, x14, x9); 281 x10 = sad_4pixel(x10, x12, x9); 430 int32 x4, x5, x6, x8, x9, x10, x11, x12, x14; local [all...] |
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/util/ |
PrivateKeyFactory.java | 23 import org.bouncycastle.asn1.x9.ECNamedCurveTable; 24 import org.bouncycastle.asn1.x9.X962Parameters; 25 import org.bouncycastle.asn1.x9.X9ECParameters; 26 import org.bouncycastle.asn1.x9.X9ObjectIdentifiers; 133 X9ECParameters x9; local 140 x9 = CustomNamedCurves.getByOID(oid); 141 if (x9 == null) 143 x9 = ECNamedCurveTable.getByOID(oid); 146 oid, x9.getCurve(), x9.getG(), x9.getN(), x9.getH(), x9.getSeed()) [all...] |
PublicKeyFactory.java | 25 import org.bouncycastle.asn1.x9.DHPublicKey; 26 import org.bouncycastle.asn1.x9.DomainParameters; 27 import org.bouncycastle.asn1.x9.ECNamedCurveTable; 28 import org.bouncycastle.asn1.x9.ValidationParams; 29 import org.bouncycastle.asn1.x9.X962Parameters; 30 import org.bouncycastle.asn1.x9.X9ECParameters; 31 import org.bouncycastle.asn1.x9.X9ECPoint; 32 import org.bouncycastle.asn1.x9.X9ObjectIdentifiers; 169 X9ECParameters x9; local 176 x9 = CustomNamedCurves.getByOID(oid) [all...] |
/frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/ |
sad_mb_offset.h | 34 int32 x4, x5, x6, x8, x9, x10, x11, x12, x14; local 39 x9 = 0x80808080; /* const. */ 66 x11 = sad_4pixel(x11, x14, x9); 69 x10 = sad_4pixel(x10, x12, x9); 92 x11 = sad_4pixel(x11, x14, x9); 95 x10 = sad_4pixel(x10, x12, x9); 137 int32 x4, x5, x6, x9, x10, x11, x12, x14; local 139 x9 = 0x80808080; /* const. */ 170 x11 = sad_4pixelN(x11, x14, x9); 173 x10 = sad_4pixelN(x10, x12, x9); 230 int32 x4, x5, x6, x8, x9, x10, x11, x12, x14; local [all...] |
/external/clang/test/ASTMerge/Inputs/ |
struct1.c | 42 struct S9 { int i; float f; } *x9; variable in typeref:struct:S9
|
struct2.c | 39 struct S9 *x9; variable in typeref:struct:S9
|
/external/srtp/tables/ |
aes_tables.c | 146 uint8_t x, xe, x9, xd, xb; local 154 x9 = gf2_8_multiply(0x09, x); 159 tmp.v8[1] = x9; 166 tmp.v8[2] = x9; 173 tmp.v8[3] = x9; 176 tmp.v8[0] = x9;
|
/bionic/libc/upstream-openbsd/lib/libc/crypt/ |
chacha_private.h | 91 u32 x0, x1, x2, x3, x4, x5, x6, x7, x8, x9, x10, x11, x12, x13, x14, x15; local 132 x9 = j9; 141 QUARTERROUND( x1, x5, x9,x13) 147 QUARTERROUND( x3, x4, x9,x14) 158 x9 = PLUS(x9,j9); 176 x9 = XOR(x9,U8TO32_LITTLE(m + 36)); 200 U32TO8_LITTLE(c + 36,x9);
|
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/math/ec/custom/sec/ |
SecP256K1FieldElement.java | 157 int[] x9 = x6; local 158 SecP256K1Field.squareN(x6, 3, x9); 159 SecP256K1Field.multiply(x9, x3, x9); 160 int[] x11 = x9; 161 SecP256K1Field.squareN(x9, 2, x11);
|