HomeSort by relevance Sort by last modified time
    Searched defs:coefficient (Results 1 - 7 of 7) sorted by null

  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/pkcs/
RSAPrivateKey.java 25 private BigInteger coefficient; field in class:RSAPrivateKey
59 BigInteger coefficient)
69 this.coefficient = coefficient;
91 coefficient = ((ASN1Integer)e.nextElement()).getValue();
141 return coefficient;
156 * coefficient INTEGER, -- (inverse of q) mod p
RSAPrivateKeyStructure.java 28 private BigInteger coefficient; field in class:RSAPrivateKeyStructure
61 BigInteger coefficient)
71 this.coefficient = coefficient;
93 coefficient = ((ASN1Integer)e.nextElement()).getValue();
143 return coefficient;
158 * coefficient INTEGER, -- (inverse of q) mod p
  /external/chromium/crypto/
rsa_private_key.h 86 std::vector<uint8>* coefficient() { return &coefficient_; }; function in class:crypto::PrivateKeyInfoCodec
  /external/opencv/ml/src/
ml_inner_functions.cpp 330 float rad, norm, coefficient; local
358 coefficient = rad / norm;
360 CV_MAT_ELEM (sample, float, 0, j) *= coefficient;
    [all...]
  /external/zxing/core/
core.jar 
  /prebuilts/sdk/tools/lib/
signapk.jar 
  /tools/motodev/src/plugins/certmanager/lib/
bcprov-jdk15on-147.jar 

Completed in 119 milliseconds