HomeSort by relevance Sort by last modified time
    Searched refs:getD (Results 1 - 21 of 21) sorted by null

  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jce/interfaces/
ECPrivateKey.java 15 public BigInteger getD();
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/params/
ECPrivateKeyParameters.java 18 public BigInteger getD()
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jce/spec/
ECPrivateKeySpec.java 31 public BigInteger getD()
  /external/clang/test/CodeGenCXX/
rtti-linkage.cpp 118 const D getD();
132 return typeid(getD());
  /dalvik/dx/src/com/android/dx/io/instructions/
FiveRegisterDecodedInstruction.java 76 public int getD() {
FourRegisterDecodedInstruction.java 72 public int getD() {
DecodedInstruction.java 261 public int getD() {
415 int d = getD();
429 int d = getD();
443 int d = getD();
InstructionCodec.java 826 codeUnit(insn.getA(), insn.getB(), insn.getC(), insn.getD()));
    [all...]
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/agreement/
ECDHBasicAgreement.java 45 ECPoint P = pub.getQ().multiply(key.getD()).normalize();
  /external/dexmaker/src/dx/java/com/android/dx/io/instructions/
FiveRegisterDecodedInstruction.java 76 public int getD() {
FourRegisterDecodedInstruction.java 72 public int getD() {
DecodedInstruction.java 261 public int getD() {
415 int d = getD();
429 int d = getD();
443 int d = getD();
InstructionCodec.java     [all...]
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jcajce/provider/asymmetric/ec/
BCECPrivateKey.java 74 this.d = spec.getD();
128 this.d = params.getD();
161 this.d = params.getD();
192 this.d = params.getD();
369 public BigInteger getD()
406 return getD().equals(other.getD()) && (engineGetSpec().equals(other.engineGetSpec()));
411 return getD().hashCode() ^ engineGetSpec().hashCode();
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jce/provider/
JCEECPrivateKey.java 73 this.d = spec.getD();
121 this.d = params.getD();
152 this.d = params.getD();
187 this.d = params.getD();
388 public BigInteger getD()
425 return getD().equals(other.getD()) && (engineGetSpec().equals(other.engineGetSpec()));
430 return getD().hashCode() ^ engineGetSpec().hashCode();
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/signers/
ECDSASigner.java 88 kCalculator.init(n, ((ECPrivateKeyParameters)key).getD(), message);
113 BigInteger d = ((ECPrivateKeyParameters)key).getD();
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jcajce/provider/asymmetric/util/
ECUtil.java 181 k.getD(),
  /external/llvm/include/llvm/Analysis/
DependenceAnalysis.h 430 /// getD - If constraint is a distance, returns D.
432 const SCEV *getD() const;
    [all...]
  /external/llvm/lib/Analysis/
DependenceAnalysis.cpp 336 const SCEV *DependenceAnalysis::Constraint::getD() const {
402 OS << " Distance is " << *getD() <<
441 if (isKnownPredicate(CmpInst::ICMP_EQ, X->getD(), Y->getD()))
443 if (isKnownPredicate(CmpInst::ICMP_NE, X->getD(), Y->getD())) {
450 if (isa<SCEVConstant>(Y->getD())) {
    [all...]
  /external/javasqlite/src/main/java/SQLite/JDBC2z/
JDBCDatabaseMetaData.java 662 row[6] = "" + getD(typeStr, type);
    [all...]
  /external/google-tv-pairing-protocol/java/jar/
bcprov-jdk15-143.jar 

Completed in 439 milliseconds