HomeSort by relevance Sort by last modified time
    Searched refs:ec (Results 451 - 475 of 1226) sorted by null

<<11121314151617181920>>

  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-cris/
tls-legdx-17.d 50 801ec 00000000 5fae1400 .*
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-mips-elf/
tlsbin-o32.d 13 4000ec: 8f998018 lw t9,-32744\(gp\)
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-powerpc/
tlsopt4.d 17 0+100000ec <\.opt1>:
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/ppc/
altivec.d 14 10: (7c 65 32 ec|ec 32 65 7c) dstst r5,r6,3
15 14: (7e 44 2a ec|ec 2a 44 7e) dststt r4,r5,2
62 d0: (10 77 ec 82|82 ec 77 10) vavguw v3,v23,v29
69 ec: (12 02 58 c6|c6 58 02 12) vcmpeqfp v16,v2,v11
133 1ec: (12 2e 4a 08|08 4a 2e 12) vmuleub v17,v14,v9
165 26c: (11 29 61 ec|ec 61 29 11) vsldoi v9,v9,v12,
    [all...]
  /cts/hostsidetests/appsecurity/test-apps/keysets/uA/
Android.mk 43 #apks signed by cts-keyset-test-ec-a
49 LOCAL_CERTIFICATE := cts/hostsidetests/appsecurity/certs/keysets/cts-keyset-test-ec-a
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/math/ec/
FixedPointUtil.java 1 package org.bouncycastle.math.ec;
WNafL2RMultiplier.java 1 package org.bouncycastle.math.ec;
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/math/ec/custom/sec/
SecP192K1Point.java 1 package org.bouncycastle.math.ec.custom.sec;
3 import org.bouncycastle.math.ec.ECCurve;
4 import org.bouncycastle.math.ec.ECFieldElement;
5 import org.bouncycastle.math.ec.ECPoint;
SecP192R1Point.java 1 package org.bouncycastle.math.ec.custom.sec;
3 import org.bouncycastle.math.ec.ECCurve;
4 import org.bouncycastle.math.ec.ECFieldElement;
5 import org.bouncycastle.math.ec.ECPoint;
SecP224K1Point.java 1 package org.bouncycastle.math.ec.custom.sec;
3 import org.bouncycastle.math.ec.ECCurve;
4 import org.bouncycastle.math.ec.ECFieldElement;
5 import org.bouncycastle.math.ec.ECPoint;
SecP224R1Point.java 1 package org.bouncycastle.math.ec.custom.sec;
3 import org.bouncycastle.math.ec.ECCurve;
4 import org.bouncycastle.math.ec.ECFieldElement;
5 import org.bouncycastle.math.ec.ECPoint;
SecP256K1Point.java 1 package org.bouncycastle.math.ec.custom.sec;
3 import org.bouncycastle.math.ec.ECCurve;
4 import org.bouncycastle.math.ec.ECFieldElement;
5 import org.bouncycastle.math.ec.ECPoint;
SecP256R1Point.java 1 package org.bouncycastle.math.ec.custom.sec;
3 import org.bouncycastle.math.ec.ECCurve;
4 import org.bouncycastle.math.ec.ECFieldElement;
5 import org.bouncycastle.math.ec.ECPoint;
SecP384R1Point.java 1 package org.bouncycastle.math.ec.custom.sec;
3 import org.bouncycastle.math.ec.ECCurve;
4 import org.bouncycastle.math.ec.ECFieldElement;
5 import org.bouncycastle.math.ec.ECPoint;
SecP521R1Point.java 1 package org.bouncycastle.math.ec.custom.sec;
3 import org.bouncycastle.math.ec.ECCurve;
4 import org.bouncycastle.math.ec.ECFieldElement;
5 import org.bouncycastle.math.ec.ECPoint;
  /external/conscrypt/src/gen/native/
generate_constants.cc 20 #include <openssl/ec.h>
  /external/libopus/celt/
bands.h 104 opus_int32 total_bits, opus_int32 balance, ec_ctx *ec, int M, int codedBands, opus_uint32 *seed);
  /external/wpa_supplicant_8/src/common/
sae.h 34 struct crypto_ec *ec; member in struct:sae_temporary_data
  /libcore/ojluni/src/main/java/sun/security/ec/
ECPrivateKeyImpl.java 26 package sun.security.ec;
40 * Key implementation for EC private keys.
42 * ASN.1 syntax for EC private keys from SEC 1 v1.5 (draft):
104 return "EC";
146 throw new InvalidKeyException("EC domain parameters must be "
151 throw new InvalidKeyException("Invalid EC private key", e);
153 throw new InvalidKeyException("Invalid EC private key", e);
159 return "Sun EC private key, " + params.getCurve().getField().getFieldSize()
  /system/keymaster/
keymaster0_engine.h 22 #include <openssl/ec.h>
34 /* Keymaster0Engine is a BoringSSL ENGINE that implements RSA & EC by forwarding the requested
openssl_utils.h 21 #include <openssl/ec.h>
  /system/update_engine/update_manager/
update_manager_unittest.cc 104 EvalStatus UpdateCheckAllowed(EvaluationContext* ec, State* state,
122 EvalStatus UpdateCheckAllowed(EvaluationContext* ec, State* state,
142 EvalStatus UpdateCheckAllowed(EvaluationContext* ec, State* state,
155 ec->IsWallclockTimeGreaterThan(time_threshold_))
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/mmix/
regt-op.d 66 ec: a33b0c00 stbu \$59,\$12,0
130 1ec: b7e88500 stunc \$232,\$133,0
  /device/google/dragon/recovery/updater/
flash_ec.c 61 struct ec_data *ec = hnd; local
65 if (ec->fd < 0)
76 r = ioctl(ec->fd, CROS_EC_DEV_IOCXCMD, &s_cmd);
99 ALOGE("Cannot open EC device %s : %d\n", path, errno);
106 ALOGE("Cannot get EC protocol info for %s : %d\n", path, res);
113 ALOGE("Cannot get EC flash info for %s : %d\n", path, res);
122 ALOGE("Cannot get EC RO info for %s : %d\n", path, res);
126 ALOGD("EC %s: size %d erase_block_size %d write_ideal_size %d\n",
260 .name = "ec",
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/util/
PrivateKeyFactory.java 27 import org.bouncycastle.crypto.ec.CustomNamedCurves;
155 ECPrivateKey ec = ECPrivateKey.getInstance(keyInfo.parsePrivateKey()); local
156 BigInteger d = ec.getKey();

Completed in 579 milliseconds

<<11121314151617181920>>