Searched defs:getD (Results 1 - 11 of 11) sorted by relevance

/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jce/interfaces/
H A DECPrivateKey.java15 public BigInteger getD(); method in interface:ECPrivateKey
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/params/
H A DECPrivateKeyParameters.java18 public BigInteger getD() method in class:ECPrivateKeyParameters
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jce/spec/
H A DECPrivateKeySpec.java31 public BigInteger getD() method in class:ECPrivateKeySpec
/external/dexmaker/src/dx/java/com/android/dx/io/instructions/
H A DFiveRegisterDecodedInstruction.java76 public int getD() { method in class:FiveRegisterDecodedInstruction
H A DFourRegisterDecodedInstruction.java72 public int getD() { method in class:FourRegisterDecodedInstruction
H A DDecodedInstruction.java261 public int getD() { method in class:DecodedInstruction
415 int d = getD();
429 int d = getD();
443 int d = getD();
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jcajce/provider/asymmetric/ec/
H A DBCECPrivateKey.java74 this.d = spec.getD();
128 this.d = params.getD();
161 this.d = params.getD();
192 this.d = params.getD();
369 public BigInteger getD() method in class:BCECPrivateKey
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/
H A DJCEECPrivateKey.java73 this.d = spec.getD();
121 this.d = params.getD();
152 this.d = params.getD();
187 this.d = params.getD();
388 public BigInteger getD() method in class:JCEECPrivateKey
425 return getD().equals(other.getD()) && (engineGetSpec().equals(other.engineGetSpec()));
430 return getD().hashCode() ^ engineGetSpec().hashCode();
/external/javasqlite/src/main/java/SQLite/JDBC2z/
H A DJDBCDatabaseMetaData.java662 row[6] = "" + getD(typeStr, type);
1544 static int getD(String typeStr, int type) { method in class:JDBCDatabaseMetaData
/external/llvm/lib/Analysis/
H A DDependenceAnalysis.cpp336 const SCEV *DependenceAnalysis::Constraint::getD() const { function in class:DependenceAnalysis::Constraint
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())) {
3016 const SCEV *DA_K = SE->getMulExpr(A_K, CurConstraint.getD());
3139 Level.Distance = CurConstraint.getD();
/external/google-tv-pairing-protocol/java/jar/
H A Dbcprov-jdk15-143.jarMETA-INF/MANIFEST.MF META-INF/BCKEY.SF META-INF/BCKEY.DSA META ...

Completed in 846 milliseconds