Home
last modified time | relevance | path

Searched refs:getByteLength (Results 1 – 25 of 31) sorted by relevance

12

/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/x9/
DX9IntegerConverter.java20 public int getByteLength( in getByteLength() method in X9IntegerConverter
32 public int getByteLength( in getByteLength() method in X9IntegerConverter
DX9FieldElement.java65 int byteCount = converter.getByteLength(f); in toASN1Primitive()
/external/bouncycastle/repackaged/bcprov/src/main/java/com/android/org/bouncycastle/asn1/x9/
DX9IntegerConverter.java22 public int getByteLength( in getByteLength() method in X9IntegerConverter
34 public int getByteLength( in getByteLength() method in X9IntegerConverter
DX9FieldElement.java67 int byteCount = converter.getByteLength(f); in toASN1Primitive()
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/macs/
DHMac.java64 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/
DHMac.java66 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/
DExtendedDigest.java12 public int getByteLength(); in getByteLength() method
/external/bouncycastle/repackaged/bcprov/src/main/java/com/android/org/bouncycastle/crypto/
DExtendedDigest.java16 public int getByteLength(); in getByteLength() method
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/digests/
DOpenSSLDigest.java50 public int getByteLength() { in getByteLength() method in OpenSSLDigest
DGeneralDigest.java150 public int getByteLength() in getByteLength() method in GeneralDigest
DLongDigest.java211 public int getByteLength() in getByteLength() method in LongDigest
/external/bouncycastle/repackaged/bcprov/src/main/java/com/android/org/bouncycastle/crypto/digests/
DOpenSSLDigest.java52 public int getByteLength() { in getByteLength() method in OpenSSLDigest
DGeneralDigest.java152 public int getByteLength() in getByteLength() method in GeneralDigest
DLongDigest.java213 public int getByteLength() in getByteLength() method in LongDigest
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jcajce/provider/asymmetric/ec/
DKeyAgreementSpi.java100 return converter.integerToBytes(r, converter.getByteLength(parameters.getCurve())); in bigIntToBytes()
DBCECPublicKey.java205 int qLength = new X9IntegerConverter().getByteLength(curve); in populateFromPubKeyInfo()
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/generators/
DPKCS12ParametersGenerator.java43 v = ((ExtendedDigest)digest).getByteLength(); in PKCS12ParametersGenerator()
/external/bouncycastle/repackaged/bcprov/src/main/java/com/android/org/bouncycastle/jcajce/provider/asymmetric/ec/
DKeyAgreementSpi.java102 return converter.integerToBytes(r, converter.getByteLength(parameters.getCurve())); in bigIntToBytes()
DBCECPublicKey.java209 int qLength = new X9IntegerConverter().getByteLength(curve); in populateFromPubKeyInfo()
/external/bouncycastle/repackaged/bcprov/src/main/java/com/android/org/bouncycastle/crypto/generators/
DPKCS12ParametersGenerator.java45 v = ((ExtendedDigest)digest).getByteLength(); in PKCS12ParametersGenerator()
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/util/
DPublicKeyFactory.java319 int qLength = new X9IntegerConverter().getByteLength(dParams.getCurve()); in getPublicKeyParameters()
/external/bouncycastle/repackaged/bcprov/src/main/java/com/android/org/bouncycastle/crypto/util/
DPublicKeyFactory.java321 int qLength = new X9IntegerConverter().getByteLength(dParams.getCurve()); in getPublicKeyParameters()
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jce/provider/
DJCEECPublicKey.java283 int qLength = new X9IntegerConverter().getByteLength(curve); in populateFromPubKeyInfo()
/external/bouncycastle/repackaged/bcprov/src/main/java/com/android/org/bouncycastle/jce/provider/
DJCEECPublicKey.java287 int qLength = new X9IntegerConverter().getByteLength(curve); in populateFromPubKeyInfo()
/external/clang/include/clang/AST/
DExpr.h1517 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

12