/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jcajce/provider/asymmetric/ec/ |
SignatureSpi.java | 1 package org.bouncycastle.jcajce.provider.asymmetric.ec;
|
BCECPublicKey.java | 1 package org.bouncycastle.jcajce.provider.asymmetric.ec; 36 import org.bouncycastle.math.ec.ECCurve; 44 private String algorithm = "EC"; 47 private transient org.bouncycastle.math.ec.ECPoint q; 335 public org.bouncycastle.math.ec.ECPoint getQ() 345 public org.bouncycastle.math.ec.ECPoint engineGetQ() 365 buf.append("EC Public Key").append(nl);
|
KeyPairGeneratorSpi.java | 1 package org.bouncycastle.jcajce.provider.asymmetric.ec; 27 import org.bouncycastle.math.ec.ECCurve; 28 import org.bouncycastle.math.ec.ECPoint; 39 public static class EC 68 public EC() 70 super("EC"); 71 this.algorithm = "EC"; 75 public EC( 249 extends EC 258 extends EC [all...] |
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/math/ec/ |
SimpleBigDecimal.java | 1 package org.bouncycastle.math.ec;
|
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/math/ec/custom/sec/ |
SecP192K1Field.java | 1 package org.bouncycastle.math.ec.custom.sec;
|
SecP224K1Field.java | 1 package org.bouncycastle.math.ec.custom.sec;
|
SecP256K1Field.java | 1 package org.bouncycastle.math.ec.custom.sec;
|
SecP521R1Field.java | 1 package org.bouncycastle.math.ec.custom.sec;
|
/external/google-breakpad/src/processor/ |
binarystream_unittest.cc | 140 const uint8_t ea = 0, eb = 100, ec = 200, ed = 0xFF; local 142 stream << ea << eb << ec << ed; 147 EXPECT_EQ(ec, c); 159 stream << ea << eb << ec << ed; 163 EXPECT_EQ(ec, c); 170 const uint16_t ea = 0, eb = 0x100, ec = 0x8000, ed = 0xFFFF; local 172 stream << ea << eb << ec << ed; 177 EXPECT_EQ(ec, c); 189 stream << ea << eb << ec << ed; 193 EXPECT_EQ(ec, c) 200 const uint32_t ea = 0, eb = 0x10000, ec = 0x8000000, ed = 0xFFFFFFFF; local 230 const uint64_t ea = 0, eb = 0x10000, ec = 0x100000000ULL, local [all...] |
/external/icu/icu4c/source/common/ |
uvectr32.cpp | 74 void UVector32::assign(const UVector32& other, UErrorCode &ec) { 75 if (ensureCapacity(other.count, ec)) { 282 UErrorCode ec = U_ZERO_ERROR; local 283 if (!ensureCapacity(newSize, ec)) { 301 void UVector32::sortedInsert(int32_t tok, UErrorCode& ec) { 319 if (ensureCapacity(count + 1, ec)) {
|
/external/icu/icu4c/source/test/intltest/ |
windttst.cpp | 82 int32_t ec = TimeZone::countEquivalentIDs(zoneID); local 84 for (int z = 0; z < ec; z += 1) {
|
/external/libcxx/src/ |
thread.cpp | 44 int ec = pthread_join(__t_, 0); local 46 if (ec) 47 throw system_error(error_code(ec, system_category()), "thread::join failed"); 49 (void)ec; 57 int ec = EINVAL; local 60 ec = pthread_detach(__t_); 61 if (ec == 0) 65 if (ec) 66 throw system_error(error_code(ec, system_category()), "thread::detach failed");
|
/external/parameter-framework/asio-1.10.6/include/asio/ |
basic_socket.hpp | 86 asio::error_code ec; local 87 this->get_service().open(this->get_implementation(), protocol, ec); 88 asio::detail::throw_error(ec, "open"); 110 asio::error_code ec; local 112 this->get_service().open(this->get_implementation(), protocol, ec); 113 asio::detail::throw_error(ec, "open"); 114 this->get_service().bind(this->get_implementation(), endpoint, ec); 115 asio::detail::throw_error(ec, "bind"); 135 asio::error_code ec; local 137 protocol, native_socket, ec); 263 asio::error_code ec; local 306 asio::error_code ec; local 349 asio::error_code ec; local 441 asio::error_code ec; local 497 asio::error_code ec; local 530 asio::error_code ec; local 572 asio::error_code ec; local 631 asio::error_code ec; local 739 asio::error_code ec; local 798 asio::error_code ec; local 888 asio::error_code ec; local 966 asio::error_code ec; local 1037 asio::error_code ec; local 1238 asio::error_code ec; local 1353 asio::error_code ec; local 1403 asio::error_code ec; local 1455 asio::error_code ec; local [all...] |
/frameworks/av/media/libstagefright/codecs/aacenc/src/ |
bit_cnt.c | 391 Word16 bc11,ec,sc; local 395 ec=0; 409 ec = ec + 5; 411 ec = ec + 2; 417 ec = ec + 5; 419 ec = ec + 2 [all...] |
/libcore/ojluni/src/main/java/sun/security/ec/ |
ECParameters.java | 26 package sun.security.ec; 209 throw new IOException("Unsupported EC parameters, tag: " + encodedParams.tag); 218 throw new IOException("Unsupported EC parameters version: " + version); 280 ("EC", ECKeyFactory.ecInternalProvider); 284 throw new InvalidKeyException("EC parameters error", e);
|
NamedCurve.java | 26 package sun.security.ec; 79 // Return EC parameters for the specified field size. If there are known [all...] |
/ndk/sources/cxx-stl/llvm-libc++/libcxx/src/ |
thread.cpp | 43 int ec = pthread_join(__t_, 0); local 45 if (ec) 46 throw system_error(error_code(ec, system_category()), "thread::join failed"); 48 (void)ec; 56 int ec = EINVAL; local 59 ec = pthread_detach(__t_); 60 if (ec == 0) 64 if (ec) 65 throw system_error(error_code(ec, system_category()), "thread::detach failed");
|
/device/generic/goldfish/camera/ |
EmulatedCamera2.cpp | 224 EmulatedCamera2* ec = getInstance(d); local 225 ec->mRequestQueueSrc = queue_src_ops; 230 EmulatedCamera2* ec = getInstance(d); local 231 return ec->requestQueueNotify(); 236 EmulatedCamera2* ec = getInstance(d); local 237 ec->mFrameQueueDst = queue_dst_ops; 242 EmulatedCamera2* ec = getInstance(d); local 243 return ec->getInProgressCount(); 247 EmulatedCamera2* ec = getInstance(d); local 248 return ec->flushCapturesInProgress() 254 EmulatedCamera2* ec = getInstance(d); local 267 EmulatedCamera2* ec = getInstance(d); local 276 EmulatedCamera2* ec = getInstance(d); local 283 EmulatedCamera2* ec = getInstance(d); local 295 EmulatedCamera2* ec = getInstance(d); local 305 EmulatedCamera2* ec = getInstance(d); local 313 EmulatedCamera2* ec = getInstance(d); local 321 EmulatedCamera2* ec = getInstance(d); local 327 EmulatedCamera2* ec = getInstance(d); local 336 EmulatedCamera2* ec = getInstance(d); local 345 EmulatedCamera2* ec = static_cast<const TagOps*>(v)->parent; local 352 EmulatedCamera2* ec = static_cast<const TagOps*>(v)->parent; local 359 EmulatedCamera2* ec = static_cast<const TagOps*>(v)->parent; local 364 EmulatedCamera2* ec = getInstance(d); local 369 EmulatedCamera2* ec = local [all...] |
/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",
|
fwtool.cpp | 35 static void *ec; variable 47 if (!ec) 48 ec = flash_open("ec", NULL); 50 return ec; 106 char *ec = fdt_read_string("active-ec-firmware"); local 111 printf("EC: %s\n", ec); 117 free(ec); [all...] |
/external/apache-harmony/security/src/test/api/java/org/apache/harmony/security/tests/java/security/spec/ |
EllipticCurveTest.java | 459 EllipticCurve ec = new EllipticCurve(new testECField(), BigInteger local 461 assertEquals("incorrect a", ec.getA(), BigInteger.valueOf(4L)); 462 assertEquals("incorrect b", ec.getB(), BigInteger.ONE); 463 assertEquals("incorrect size", ec.getField().getFieldSize(), 2);
|
/external/boringssl/src/crypto/evp/ |
p_ec_asn1.c | 60 #include <openssl/ec.h> 90 EC_KEY *ec_key = pkey->pkey.ec; 202 const EC_GROUP *group = EC_KEY_get0_group(b->pkey.ec); 203 const EC_POINT *pa = EC_KEY_get0_public_key(a->pkey.ec), 204 *pb = EC_KEY_get0_public_key(b->pkey.ec); 290 ec_key = pkey->pkey.ec; 336 return ECDSA_size(pkey->pkey.ec); 340 const EC_GROUP *group = EC_KEY_get0_group(pkey->pkey.ec); 349 return EC_KEY_get0_group(pkey->pkey.ec) == NULL; 353 EC_GROUP *group = EC_GROUP_dup(EC_KEY_get0_group(from->pkey.ec)); 514 EC_KEY *ec; local [all...] |
/external/boringssl/src/include/openssl/ |
evp.h | 123 * the modulus. For an EC key, this returns the maximum size of a DER-encoded 128 * returns the bit length of the modulus. For an EC key, this returns the bit 218 * EC keys are serialized as an EC point per SEC 1. */ 522 * example, this is used to set the peer's key in (EC)DH.) It returns one on 671 * of the |len| bytes at |name|. For example, if name equals "EC" then it will 690 EC_KEY *ec; member in union:evp_pkey_st::__anon7312 [all...] |
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/signers/ |
ECDSASigner.java | 13 import org.bouncycastle.math.ec.ECAlgorithms; 14 import org.bouncycastle.math.ec.ECConstants; 15 import org.bouncycastle.math.ec.ECCurve; 16 import org.bouncycastle.math.ec.ECFieldElement; 17 import org.bouncycastle.math.ec.ECMultiplier; 18 import org.bouncycastle.math.ec.ECPoint; 19 import org.bouncycastle.math.ec.FixedPointCombMultiplier; 22 * EC-DSA as described in X9.62 89 ECDomainParameters ec = key.getParameters(); local 90 BigInteger n = ec.getN() 140 ECDomainParameters ec = key.getParameters(); local [all...] |
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jce/provider/ |
JCEECPrivateKey.java | 41 import org.bouncycastle.math.ec.ECCurve; 47 private String algorithm = "EC"; 265 ECPrivateKeyStructure ec = new ECPrivateKeyStructure((ASN1Sequence)privKey); local 267 this.d = ec.getKey(); 268 this.publicKey = ec.getPublicKey(); 438 buf.append("EC Private Key").append(nl);
|