Home
last modified time | relevance | path

Searched defs:modulus (Results 1 – 25 of 75) sorted by relevance

123

/external/bouncycastle/repackaged_platform/bcprov/src/main/java/com/android/internal/org/bouncycastle/crypto/params/
DRSAKeyParameters.java24 private BigInteger modulus; field in RSAKeyParameters
29 BigInteger modulus, in RSAKeyParameters()
46 private BigInteger validate(BigInteger modulus) in validate()
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/params/
DRSAKeyParameters.java20 private BigInteger modulus; field in RSAKeyParameters
25 BigInteger modulus, in RSAKeyParameters()
42 private BigInteger validate(BigInteger modulus) in validate()
/external/bouncycastle/repackaged/bcprov/src/main/java/com/android/org/bouncycastle/crypto/params/
DRSAKeyParameters.java24 private BigInteger modulus; field in RSAKeyParameters
29 BigInteger modulus, in RSAKeyParameters()
46 private BigInteger validate(BigInteger modulus) in validate()
/external/libcxx/test/std/utilities/time/time.cal/
Deuclidian.h18 const T modulus = maxValue - minValue + 1; in euclidian_addition() local
32 const T modulus = maxValue - minValue + 1; in euclidian_subtraction() local
/external/llvm-project/libcxx/test/std/utilities/time/time.cal/
Deuclidian.h17 const T modulus = maxValue - minValue + 1; in euclidian_addition() local
31 const T modulus = maxValue - minValue + 1; in euclidian_subtraction() local
/external/conscrypt/repackaged/common/src/main/java/com/android/org/conscrypt/
DOpenSSLRSAPrivateKey.java44 BigInteger modulus; field in OpenSSLRSAPrivateKey
68 final BigInteger modulus = rsaKeySpec.getModulus(); in init() local
117 BigInteger modulus = null; in wrapJCAPrivateKeyForTLSStackOnly() local
140 final BigInteger modulus = rsaPrivateKey.getModulus(); in getInstance() local
DOpenSSLRSAKeyFactory.java205 BigInteger modulus = rsaKey.getModulus(); in engineTranslateKey() local
223 BigInteger modulus = rsaKey.getModulus(); in engineTranslateKey() local
DOpenSSLRSAPrivateCrtKey.java63 BigInteger modulus = rsaKeySpec.getModulus(); in init() local
109 BigInteger modulus = rsaPrivateKey.getModulus(); in getInstance() local
/external/conscrypt/common/src/main/java/org/conscrypt/
DOpenSSLRSAPrivateKey.java43 BigInteger modulus; field in OpenSSLRSAPrivateKey
67 final BigInteger modulus = rsaKeySpec.getModulus(); in init() local
116 BigInteger modulus = null; in wrapJCAPrivateKeyForTLSStackOnly() local
139 final BigInteger modulus = rsaPrivateKey.getModulus(); in getInstance() local
DOpenSSLRSAKeyFactory.java202 BigInteger modulus = rsaKey.getModulus(); in engineTranslateKey() local
220 BigInteger modulus = rsaKey.getModulus(); in engineTranslateKey() local
DOpenSSLRSAPrivateCrtKey.java62 BigInteger modulus = rsaKeySpec.getModulus(); in init() local
108 BigInteger modulus = rsaPrivateKey.getModulus(); in getInstance() local
/external/bouncycastle/repackaged/bcprov/src/main/java/com/android/org/bouncycastle/asn1/x509/
DRSAPublicKeyStructure.java22 private BigInteger modulus; field in RSAPublicKeyStructure
49 BigInteger modulus, in RSAPublicKeyStructure()
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/x509/
DRSAPublicKeyStructure.java20 private BigInteger modulus; field in RSAPublicKeyStructure
47 BigInteger modulus, in RSAPublicKeyStructure()
/external/bouncycastle/repackaged/bcprov/src/main/java/com/android/org/bouncycastle/asn1/pkcs/
DRSAPublicKey.java21 private BigInteger modulus; field in RSAPublicKey
48 BigInteger modulus, in RSAPublicKey()
DRSAPrivateKeyStructure.java23 private BigInteger modulus; field in RSAPrivateKeyStructure
56 BigInteger modulus, in RSAPrivateKeyStructure()
DRSAPrivateKey.java22 private BigInteger modulus; field in RSAPrivateKey
56 BigInteger modulus, in RSAPrivateKey()
/external/bouncycastle/repackaged_platform/bcprov/src/main/java/com/android/internal/org/bouncycastle/asn1/pkcs/
DRSAPublicKey.java21 private BigInteger modulus; field in RSAPublicKey
48 BigInteger modulus, in RSAPublicKey()
DRSAPrivateKey.java22 private BigInteger modulus; field in RSAPrivateKey
56 BigInteger modulus, in RSAPrivateKey()
DRSAPrivateKeyStructure.java23 private BigInteger modulus; field in RSAPrivateKeyStructure
56 BigInteger modulus, in RSAPrivateKeyStructure()
/external/bouncycastle/repackaged_platform/bcprov/src/main/java/com/android/internal/org/bouncycastle/asn1/x509/
DRSAPublicKeyStructure.java22 private BigInteger modulus; field in RSAPublicKeyStructure
49 BigInteger modulus, in RSAPublicKeyStructure()
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/pkcs/
DRSAPublicKey.java17 private BigInteger modulus; field in RSAPublicKey
44 BigInteger modulus, in RSAPublicKey()
DRSAPrivateKey.java18 private BigInteger modulus; field in RSAPrivateKey
52 BigInteger modulus, in RSAPrivateKey()
DRSAPrivateKeyStructure.java21 private BigInteger modulus; field in RSAPrivateKeyStructure
54 BigInteger modulus, in RSAPrivateKeyStructure()
/external/ms-tpm-20-ref/TPMCmd/tpm/src/crypt/ltc/
DTpmToLtcMath.c61 bigConst modulus in BnModMult()
153 bigConst modulus // IN: in BnModExp()
182 bigConst modulus in BnModInverse()
/external/ms-tpm-20-ref/TPMCmd/tpm/src/crypt/wolf/
DTpmToWolfMath.c183 bigConst modulus in BnModMult()
313 bigConst modulus // IN: in BnModExp()
338 bigConst modulus in BnModInverse()

123