/external/conscrypt/common/src/main/java/org/conscrypt/ |
D | OpenSSLRSAPrivateKey.java | 47 protected BigInteger privateExponent; field in OpenSSLRSAPrivateKey 70 final BigInteger privateExponent = rsaKeySpec.getPrivateExponent(); in init() local 74 } else if (privateExponent == null) { in init() 82 privateExponent.toByteArray(), in init() 142 final BigInteger privateExponent = rsaPrivateKey.getPrivateExponent(); in getInstance() local 146 } else if (privateExponent == null) { in getInstance() 154 privateExponent.toByteArray(), in getInstance() 184 privateExponent = new BigInteger(params[2]); in readParams() 191 return privateExponent; in getPrivateExponent() 231 && privateExponent.equals(other.getPrivateExponent()); in equals() [all …]
|
D | OpenSSLRSAPrivateCrtKey.java | 65 BigInteger privateExponent = rsaKeySpec.getPrivateExponent(); in init() local 69 } else if (privateExponent == null) { in init() 90 privateExponent.toByteArray(), in init() 111 BigInteger privateExponent = rsaPrivateKey.getPrivateExponent(); in getInstance() local 115 } else if (privateExponent == null) { in getInstance() 136 privateExponent.toByteArray(), in getInstance() 274 privateExponent.toByteArray(), in readObject()
|
D | OpenSSLRSAKeyFactory.java | 206 BigInteger privateExponent = rsaKey.getPrivateExponent(); in engineTranslateKey() local 215 privateExponent, primeP, primeQ, primeExponentP, primeExponentQ, in engineTranslateKey() 223 BigInteger privateExponent = rsaKey.getPrivateExponent(); in engineTranslateKey() local 226 return engineGeneratePrivate(new RSAPrivateKeySpec(modulus, privateExponent)); in engineTranslateKey()
|
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jcajce/provider/asymmetric/rsa/ |
D | BCRSAPrivateKey.java | 29 protected BigInteger privateExponent; field in BCRSAPrivateKey 41 this.privateExponent = key.getExponent(); in BCRSAPrivateKey() 48 this.privateExponent = spec.getPrivateExponent(); in BCRSAPrivateKey() 55 this.privateExponent = key.getPrivateExponent(); in BCRSAPrivateKey() 61 this.privateExponent = key.getPrivateExponent(); in BCRSAPrivateKey() 71 return privateExponent; in getPrivateExponent()
|
D | BCRSAPrivateCrtKey.java | 61 this.privateExponent = spec.getPrivateExponent(); in BCRSAPrivateCrtKey() 79 this.privateExponent = key.getPrivateExponent(); in BCRSAPrivateCrtKey() 105 this.privateExponent = key.getPrivateExponent(); in BCRSAPrivateCrtKey()
|
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/pkcs/ |
D | RSAPrivateKey.java | 20 private BigInteger privateExponent; field in RSAPrivateKey 54 BigInteger privateExponent, in RSAPrivateKey() argument 64 this.privateExponent = privateExponent; in RSAPrivateKey() 86 privateExponent = ((ASN1Integer)e.nextElement()).getValue(); in RSAPrivateKey() 116 return privateExponent; in getPrivateExponent()
|
D | RSAPrivateKeyStructure.java | 23 private BigInteger privateExponent; field in RSAPrivateKeyStructure 56 BigInteger privateExponent, in RSAPrivateKeyStructure() argument 66 this.privateExponent = privateExponent; in RSAPrivateKeyStructure() 88 privateExponent = ((ASN1Integer)e.nextElement()).getValue(); in RSAPrivateKeyStructure() 118 return privateExponent; in getPrivateExponent()
|
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/params/ |
D | RSAPrivateCrtKeyParameters.java | 21 BigInteger privateExponent, in RSAPrivateCrtKeyParameters() argument 28 super(true, modulus, privateExponent); in RSAPrivateCrtKeyParameters()
|
/external/tpm2/ |
D | Global.h | 182 TPM2B_PUBLIC_KEY_RSA privateExponent; // Additional field for the private member
|
D | NV.c | 1135 result = TPM2B_PUBLIC_KEY_RSA_Unmarshal(&o->privateExponent, buf, size); in NvUnmarshalObject() 1598 marshaledSize += TPM2B_PUBLIC_KEY_RSA_Marshal(&o->privateExponent, in NvMarshalObject()
|
D | CryptUtil.c | 792 if(rsaKey->attributes.publicOnly || rsaKey->privateExponent.t.size == 0) in BuildRSA() 795 key->privateKey = &(rsaKey->privateExponent.b); in BuildRSA() 910 result = CryptTestKeyRSA(&(rsaKey->privateExponent.b), in CryptLoadPrivateRSA()
|
/external/google-tv-pairing-protocol/java/jar/ |
D | bcprov-jdk15-143.jar | META-INF/MANIFEST.MF
META-INF/BCKEY.SF
META-INF/BCKEY ... |
/external/robolectric/v3/runtime/ |
D | android-all-4.1.2_r1-robolectric-0.jar | META-INF/
META-INF/MANIFEST.MF
android/
android/accessibilityservice/
android/ ... |
D | android-all-4.2.2_r1.2-robolectric-0.jar | META-INF/
META-INF/MANIFEST.MF
android/
android/accessibilityservice/
android/ ... |
D | android-all-4.3_r2-robolectric-0.jar | META-INF/
META-INF/MANIFEST.MF
android/
android/accessibilityservice/
android/ ... |
D | android-all-5.1.1_r9-robolectric-1.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/google/
com/ ... |
D | android-all-5.0.0_r2-robolectric-1.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/google/
com/ ... |
D | android-all-4.4_r1-robolectric-1.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/google/
com/ ... |
/external/robolectric/v1/lib/main/ |
D | android.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/android/
com/ ... |