HomeSort by relevance Sort by last modified time
    Searched defs:ec (Results 51 - 75 of 339) sorted by null

1 23 4 5 6 7 8 91011>>

  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/math/ec/
ECConstants.java 1 package org.bouncycastle.math.ec;
FixedPointPreCompInfo.java 1 package org.bouncycastle.math.ec;
GLVMultiplier.java 1 package org.bouncycastle.math.ec;
5 import org.bouncycastle.math.ec.endo.GLVEndomorphism;
WNafPreCompInfo.java 1 package org.bouncycastle.math.ec;
FixedPointCombMultiplier.java 1 package org.bouncycastle.math.ec;
WNafL2RMultiplier.java 1 package org.bouncycastle.math.ec;
  /external/icu/icu4c/source/test/cintltst/
cposxtst.c 39 UErrorCode ec = U_ZERO_ERROR; local
58 const char *path = loadTestData(&ec);
60 if (U_FAILURE(ec)) {
61 log_data_err("FAIL: loadTestData => %s\n", u_errorName(ec));
65 catd = u_catopen(path, "mc", &ec);
66 if (U_FAILURE(ec)) {
67 log_data_err("FAIL: u_catopen => %s\n", u_errorName(ec));
82 ec = U_ZERO_ERROR;
83 ustr = u_catgets(catd, set_num, msg_num, FAIL, &len, &ec);
85 err = u_errorName(ec);
    [all...]
  /external/libcxx/test/std/thread/thread.threads/thread.thread.this/
sleep_for.pass.cpp 28 int ec; local
34 ec = sigaction(SIGALRM, &action, nullptr);
35 assert(!ec);
43 ec = setitimer(ITIMER_REAL, &it, nullptr);
44 assert(!ec);
  /external/parameter-framework/asio-1.10.6/include/asio/detail/
socket_holder.hpp 46 asio::error_code ec; local
48 socket_ops::close(socket_, state, true, ec);
63 asio::error_code ec; local
65 socket_ops::close(socket_, state, true, ec);
  /external/parameter-framework/asio-1.10.6/include/asio/ip/
basic_resolver.hpp 97 asio::error_code ec; local
98 iterator i = this->service.resolve(this->implementation, q, ec);
99 asio::detail::throw_error(ec, "resolve");
109 * @param ec Set to indicate what error occurred, if any.
120 iterator resolve(const query& q, asio::error_code& ec)
122 return this->service.resolve(this->implementation, q, ec);
186 asio::error_code ec; local
187 iterator i = this->service.resolve(this->implementation, e, ec);
188 asio::detail::throw_error(ec, "resolve");
200 * @param ec Set to indicate what error occurred, if any
    [all...]
  /external/pdfium/xfa/src/fxbarcode/qrcode/
BC_QRCodeWriter.cpp 60 CBC_QRCoderErrorCorrectionLevel* ec = NULL; local
63 ec = CBC_QRCoderErrorCorrectionLevel::L;
66 ec = CBC_QRCoderErrorCorrectionLevel::M;
69 ec = CBC_QRCoderErrorCorrectionLevel::Q;
72 ec = CBC_QRCoderErrorCorrectionLevel::H;
82 CBC_QRCoderEncoder::Encode(byteStr, ec, &qr, e, m_iVersion);
84 CBC_QRCoderEncoder::Encode(contents, ec, &qr, e);
  /libcore/ojluni/src/main/java/sun/security/ec/
ECPublicKeyImpl.java 26 package sun.security.ec;
38 * Key implementation for EC public keys.
73 return "EC";
101 throw new InvalidKeyException("Invalid EC key", e);
103 throw new InvalidKeyException("Invalid EC key", e);
109 return "Sun EC public key, " + params.getCurve().getField().getFieldSize()
  /system/update_engine/update_manager/
update_manager-inl.h 33 EvaluationContext* ec,
42 if (ec->is_expired()) {
44 << ec->DumpContext();
45 ec->ResetExpiration();
49 ec->ResetEvaluation();
56 EvalStatus status = (policy_.get()->*policy_method)(ec, state_.get(), &error,
61 << "\nEvaluation context: " << ec->DumpContext();
63 status = (default_policy_.*policy_method)(ec, state_.get(), &error, result,
81 scoped_refptr<EvaluationContext> ec,
89 EvalStatus status = EvaluatePolicy(ec.get(), policy_method, &result, args...)
143 scoped_refptr<EvaluationContext> ec = local
    [all...]
  /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();
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jcajce/provider/asymmetric/ec/
AlgorithmParametersSpi.java 1 package org.bouncycastle.jcajce.provider.asymmetric.ec;
17 import org.bouncycastle.math.ec.ECCurve;
41 throw new InvalidParameterSpecException("EC curve name not recognized: " + ecGenParameterSpec.getName());
117 throw new InvalidParameterSpecException("EC AlgorithmParameters cannot convert to " + paramSpec.getName());
165 return "EC AlgorithmParameters ";
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/math/ec/custom/sec/
SecP192K1Curve.java 1 package org.bouncycastle.math.ec.custom.sec;
5 import org.bouncycastle.math.ec.ECConstants;
6 import org.bouncycastle.math.ec.ECCurve;
7 import org.bouncycastle.math.ec.ECFieldElement;
8 import org.bouncycastle.math.ec.ECPoint;
SecP192R1Curve.java 1 package org.bouncycastle.math.ec.custom.sec;
5 import org.bouncycastle.math.ec.ECCurve;
6 import org.bouncycastle.math.ec.ECFieldElement;
7 import org.bouncycastle.math.ec.ECPoint;
SecP224K1Curve.java 1 package org.bouncycastle.math.ec.custom.sec;
5 import org.bouncycastle.math.ec.ECConstants;
6 import org.bouncycastle.math.ec.ECCurve;
7 import org.bouncycastle.math.ec.ECFieldElement;
8 import org.bouncycastle.math.ec.ECPoint;
SecP224R1Curve.java 1 package org.bouncycastle.math.ec.custom.sec;
5 import org.bouncycastle.math.ec.ECCurve;
6 import org.bouncycastle.math.ec.ECFieldElement;
7 import org.bouncycastle.math.ec.ECPoint;
SecP256K1Curve.java 1 package org.bouncycastle.math.ec.custom.sec;
5 import org.bouncycastle.math.ec.ECConstants;
6 import org.bouncycastle.math.ec.ECCurve;
7 import org.bouncycastle.math.ec.ECFieldElement;
8 import org.bouncycastle.math.ec.ECPoint;
SecP256R1Curve.java 1 package org.bouncycastle.math.ec.custom.sec;
5 import org.bouncycastle.math.ec.ECCurve;
6 import org.bouncycastle.math.ec.ECFieldElement;
7 import org.bouncycastle.math.ec.ECPoint;
SecP384R1Curve.java 1 package org.bouncycastle.math.ec.custom.sec;
5 import org.bouncycastle.math.ec.ECCurve;
6 import org.bouncycastle.math.ec.ECFieldElement;
7 import org.bouncycastle.math.ec.ECPoint;
SecP521R1Curve.java 1 package org.bouncycastle.math.ec.custom.sec;
5 import org.bouncycastle.math.ec.ECCurve;
6 import org.bouncycastle.math.ec.ECFieldElement;
7 import org.bouncycastle.math.ec.ECPoint;
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/math/ec/endo/
GLVTypeBEndomorphism.java 1 package org.bouncycastle.math.ec.endo;
5 import org.bouncycastle.math.ec.ECConstants;
6 import org.bouncycastle.math.ec.ECCurve;
7 import org.bouncycastle.math.ec.ECPointMap;
8 import org.bouncycastle.math.ec.ScaleXPointMap;
  /external/icu/icu4c/source/common/
uvectr64.cpp 71 void UVector64::assign(const UVector64& other, UErrorCode &ec) {
72 if (ensureCapacity(other.count, ec)) {
200 UErrorCode ec = U_ZERO_ERROR; local
201 if (!ensureCapacity(newSize, ec)) {

Completed in 1044 milliseconds

1 23 4 5 6 7 8 91011>>