/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/x9/ |
D | X9IntegerConverter.java | 20 public int getByteLength( in getByteLength() method in X9IntegerConverter 32 public int getByteLength( in getByteLength() method in X9IntegerConverter
|
D | X9FieldElement.java | 65 int byteCount = converter.getByteLength(f); in toASN1Primitive()
|
/external/bouncycastle/repackaged/bcprov/src/main/java/com/android/org/bouncycastle/asn1/x9/ |
D | X9IntegerConverter.java | 22 public int getByteLength( in getByteLength() method in X9IntegerConverter 34 public int getByteLength( in getByteLength() method in X9IntegerConverter
|
D | X9FieldElement.java | 67 int byteCount = converter.getByteLength(f); in toASN1Primitive()
|
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/macs/ |
D | HMac.java | 64 private static int getByteLength( in getByteLength() method in HMac 69 return ((ExtendedDigest)digest).getByteLength(); in getByteLength() 91 this(digest, getByteLength(digest)); in HMac()
|
/external/bouncycastle/repackaged/bcprov/src/main/java/com/android/org/bouncycastle/crypto/macs/ |
D | HMac.java | 66 private static int getByteLength( in getByteLength() method in HMac 71 return ((ExtendedDigest)digest).getByteLength(); in getByteLength() 93 this(digest, getByteLength(digest)); in HMac()
|
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/ |
D | ExtendedDigest.java | 12 public int getByteLength(); in getByteLength() method
|
/external/bouncycastle/repackaged/bcprov/src/main/java/com/android/org/bouncycastle/crypto/ |
D | ExtendedDigest.java | 16 public int getByteLength(); in getByteLength() method
|
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/digests/ |
D | OpenSSLDigest.java | 50 public int getByteLength() { in getByteLength() method in OpenSSLDigest
|
D | GeneralDigest.java | 150 public int getByteLength() in getByteLength() method in GeneralDigest
|
D | LongDigest.java | 211 public int getByteLength() in getByteLength() method in LongDigest
|
/external/bouncycastle/repackaged/bcprov/src/main/java/com/android/org/bouncycastle/crypto/digests/ |
D | OpenSSLDigest.java | 52 public int getByteLength() { in getByteLength() method in OpenSSLDigest
|
D | GeneralDigest.java | 152 public int getByteLength() in getByteLength() method in GeneralDigest
|
D | LongDigest.java | 213 public int getByteLength() in getByteLength() method in LongDigest
|
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jcajce/provider/asymmetric/ec/ |
D | KeyAgreementSpi.java | 100 return converter.integerToBytes(r, converter.getByteLength(parameters.getCurve())); in bigIntToBytes()
|
D | BCECPublicKey.java | 205 int qLength = new X9IntegerConverter().getByteLength(curve); in populateFromPubKeyInfo()
|
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/generators/ |
D | PKCS12ParametersGenerator.java | 43 v = ((ExtendedDigest)digest).getByteLength(); in PKCS12ParametersGenerator()
|
/external/bouncycastle/repackaged/bcprov/src/main/java/com/android/org/bouncycastle/jcajce/provider/asymmetric/ec/ |
D | KeyAgreementSpi.java | 102 return converter.integerToBytes(r, converter.getByteLength(parameters.getCurve())); in bigIntToBytes()
|
D | BCECPublicKey.java | 209 int qLength = new X9IntegerConverter().getByteLength(curve); in populateFromPubKeyInfo()
|
/external/bouncycastle/repackaged/bcprov/src/main/java/com/android/org/bouncycastle/crypto/generators/ |
D | PKCS12ParametersGenerator.java | 45 v = ((ExtendedDigest)digest).getByteLength(); in PKCS12ParametersGenerator()
|
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/util/ |
D | PublicKeyFactory.java | 319 int qLength = new X9IntegerConverter().getByteLength(dParams.getCurve()); in getPublicKeyParameters()
|
/external/bouncycastle/repackaged/bcprov/src/main/java/com/android/org/bouncycastle/crypto/util/ |
D | PublicKeyFactory.java | 321 int qLength = new X9IntegerConverter().getByteLength(dParams.getCurve()); in getPublicKeyParameters()
|
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jce/provider/ |
D | JCEECPublicKey.java | 283 int qLength = new X9IntegerConverter().getByteLength(curve); in populateFromPubKeyInfo()
|
/external/bouncycastle/repackaged/bcprov/src/main/java/com/android/org/bouncycastle/jce/provider/ |
D | JCEECPublicKey.java | 287 int qLength = new X9IntegerConverter().getByteLength(curve); in populateFromPubKeyInfo()
|
/external/clang/include/clang/AST/ |
D | Expr.h | 1517 return StringRef(StrData.asChar, getByteLength()); in getString() 1525 return StringRef(StrData.asChar, getByteLength()); in getBytes() 1528 getByteLength()); in getBytes() 1531 getByteLength()); in getBytes() 1546 unsigned getByteLength() const { return CharByteWidth*Length; } in getByteLength() function
|