Home
last modified time | relevance | path

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

12

/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/params/
DRSAKeyParameters.java8 private BigInteger modulus; field in RSAKeyParameters
13 BigInteger modulus, in RSAKeyParameters()
DRSAPrivateCrtKeyParameters.java19 BigInteger modulus, in RSAPrivateCrtKeyParameters()
/external/conscrypt/src/main/java/org/conscrypt/
DOpenSSLRSAPrivateKey.java39 protected BigInteger modulus; field in OpenSSLRSAPrivateKey
63 final BigInteger modulus = rsaKeySpec.getModulus(); in init() local
112 BigInteger modulus = null; in wrapJCAPrivateKeyForTLSStackOnly() local
135 final BigInteger modulus = rsaPrivateKey.getModulus(); in getInstance() local
DOpenSSLRSAKeyFactory.java181 BigInteger modulus = rsaKey.getModulus(); in engineTranslateKey() local
199 BigInteger modulus = rsaKey.getModulus(); in engineTranslateKey() local
DOpenSSLRSAPrivateCrtKey.java58 BigInteger modulus = rsaKeySpec.getModulus(); in init() local
104 BigInteger modulus = rsaPrivateKey.getModulus(); in getInstance() local
DOpenSSLRSAPublicKey.java35 private BigInteger modulus; field in OpenSSLRSAPublicKey
/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/bcprov/src/main/java/org/bouncycastle/asn1/x509/
DRSAPublicKeyStructure.java20 private BigInteger modulus; field in RSAPublicKeyStructure
47 BigInteger modulus, in RSAPublicKeyStructure()
/external/wpa_supplicant_8/src/crypto/
Dcrypto_internal-modexp.c18 const u8 *modulus, size_t modulus_len, in crypto_mod_exp()
Dcrypto_gnutls.c156 const u8 *modulus, size_t modulus_len, in crypto_mod_exp()
/external/ImageMagick/MagickCore/
Dfourier.c93 modulus; member
832 const PixelChannel channel,const MagickBooleanType modulus, in ForwardFourierTransformChannel()
890 const MagickBooleanType modulus,ExceptionInfo *exception) in ForwardFourierTransformImage()
1418 const PixelChannel channel,const MagickBooleanType modulus, in InverseFourierTransformChannel()
1468 const Image *phase_image,const MagickBooleanType modulus, in InverseFourierTransformImage()
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jce/provider/
DJCERSAPublicKey.java21 private BigInteger modulus; field in JCERSAPublicKey
DJCERSAPrivateKey.java28 protected BigInteger modulus; field in JCERSAPrivateKey
/external/libchrome/crypto/
Drsa_private_key.h73 std::vector<uint8_t>* modulus() { return &modulus_; } in modulus() function
/external/vboot_reference/utility/
DdumpRSAPublicKey.c24 int modulus = BN_num_bits(key->n); in check() local
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jcajce/provider/asymmetric/rsa/
DBCRSAPublicKey.java27 private BigInteger modulus; field in BCRSAPublicKey
DBCRSAPrivateKey.java28 protected BigInteger modulus; field in BCRSAPrivateKey
/external/pdfium/xfa/src/fxbarcode/pdf417/
DBC_PDF417ECModulusGF.cpp35 CBC_PDF417ECModulusGF::CBC_PDF417ECModulusGF(int32_t modulus, in CBC_PDF417ECModulusGF()
/external/opencv3/modules/core/include/opencv2/core/cuda/
Dfunctional.hpp109 template <typename T> struct modulus : binary_function<T, T, T> struct
111 __device__ __forceinline__ T operator ()(typename TypeTraits<T>::ParameterType a, in operator ()()
116 __host__ __device__ __forceinline__ modulus() {} in modulus() function
117 __host__ __device__ __forceinline__ modulus(const modulus&) {} in modulus() function
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/util/encoders/
DBase64Encoder.java65 int modulus = length % 3; in encode() local
/external/skia/src/codec/
DSkBmpStandardCodec.cpp312 int modulus; in decodeIcoMask() local
/external/opencv3/modules/cudev/include/opencv2/cudev/functional/
Dfunctional.hpp113 template <typename T> struct modulus : binary_function<T, T, T> struct
115 __device__ __forceinline__ T operator ()(typename TypeTraits<T>::parameter_type a, in operator ()()
/external/sl4a/Common/src/org/apache/commons/codec/binary/
DBase64Codec.java200 private int modulus; field in Base64Codec

12