Home
last modified time | relevance | path

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

123

/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/params/
DRSAKeyParameters.java10 private BigInteger modulus; field in RSAKeyParameters
15 BigInteger modulus, in RSAKeyParameters()
32 private BigInteger validate(BigInteger modulus) in validate()
DRSAPrivateCrtKeyParameters.java19 BigInteger modulus, in RSAPrivateCrtKeyParameters()
/external/bouncycastle/repackaged/bcprov/src/main/java/com/android/org/bouncycastle/crypto/params/
DRSAKeyParameters.java14 private BigInteger modulus; field in RSAKeyParameters
19 BigInteger modulus, in RSAKeyParameters()
36 private BigInteger validate(BigInteger modulus) in validate()
DRSAPrivateCrtKeyParameters.java23 BigInteger modulus, in RSAPrivateCrtKeyParameters()
/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/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/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/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/x509/
DRSAPublicKeyStructure.java20 private BigInteger modulus; field in RSAPublicKeyStructure
47 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/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()
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/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/repackaged/bcprov/src/main/java/com/android/org/bouncycastle/jcajce/provider/asymmetric/rsa/
DRSAUtil.java71 static String generateKeyFingerprint(BigInteger modulus) in generateKeyFingerprint()
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jcajce/provider/asymmetric/rsa/
DRSAUtil.java69 static String generateKeyFingerprint(BigInteger modulus) in generateKeyFingerprint()
/external/u-boot/include/u-boot/
Drsa-mod-exp.h22 const void *modulus; /* modulus as byte array */ member
/external/openssh/
Ddh.c289 dh_new_group_asc(const char *gen, const char *modulus) in dh_new_group_asc()
309 dh_new_group(BIGNUM *gen, BIGNUM *modulus) in dh_new_group()
/external/python/cpython3/Modules/_decimal/libmpdec/
Dnumbertheory.h44 mpd_uint_t modulus; member
/external/ImageMagick/MagickCore/
Dfourier.c93 modulus; member
839 const PixelChannel channel,const MagickBooleanType modulus, in ForwardFourierTransformChannel()
897 const MagickBooleanType modulus,ExceptionInfo *exception) in ForwardFourierTransformImage()
1425 const PixelChannel channel,const MagickBooleanType modulus, in InverseFourierTransformChannel()
1475 const Image *phase_image,const MagickBooleanType modulus, in InverseFourierTransformImage()

123