Home
last modified time | relevance | path

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

/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/x9/
DX9IntegerConverter.java10 public int getByteLength( in getByteLength() method in X9IntegerConverter
16 public int getByteLength( in getByteLength() method in X9IntegerConverter
DX9FieldElement.java59 int byteCount = converter.getByteLength(f); in toASN1Primitive()
/external/bouncycastle/bcprov/src/main/java/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/bcprov/src/main/java/org/bouncycastle/crypto/digests/
DGeneralDigest.java132 public int getByteLength() in getByteLength() method in GeneralDigest
DOpenSSLDigest.java78 public int getByteLength() { in getByteLength() method in OpenSSLDigest
DLongDigest.java164 public int getByteLength() in getByteLength() method in LongDigest
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/math/ec/
DECPoint.java208 int qLength = converter.getByteLength(x); in getEncoded()
389 int byteCount = converter.getByteLength(this.x); in getEncoded()
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/generators/
DPKCS12ParametersGenerator.java43 v = ((ExtendedDigest)digest).getByteLength(); in PKCS12ParametersGenerator()
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jcajce/provider/asymmetric/ec/
DKeyAgreementSpi.java87 return converter.integerToBytes(r, converter.getByteLength(parameters.getG().getX())); in bigIntToBytes()
DBCECPublicKey.java251 int qLength = new X9IntegerConverter().getByteLength(curve); in populateFromPubKeyInfo()
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jce/provider/
DJCEECPublicKey.java295 int qLength = new X9IntegerConverter().getByteLength(curve); in populateFromPubKeyInfo()
/external/clang/include/clang/AST/
DExpr.h1488 return StringRef(StrData.asChar, getByteLength()); in getString()
1496 return StringRef(StrData.asChar, getByteLength()); in getBytes()
1499 getByteLength()); in getBytes()
1502 getByteLength()); in getBytes()
1517 unsigned getByteLength() const { return CharByteWidth*Length; } in getByteLength() function
/external/clang/lib/StaticAnalyzer/Core/
DMemRegion.cpp225 return svalBuilder.makeIntVal(getStringLiteral()->getByteLength()+1, in getExtent()
/external/clang/lib/StaticAnalyzer/Checkers/
DCStringChecker.cpp728 return svalBuilder.makeIntVal(strLit->getByteLength(), sizeTy); in getCStringLength()
/external/clang/lib/Serialization/
DASTWriterStmt.cpp409 Record.push_back(E->getByteLength()); in VisitStringLiteral()
/external/clang/lib/Rewrite/Frontend/
DRewriteObjC.cpp2543 Preamble += utostr(Exp->getString()->getByteLength()) + "};\n"; in RewriteObjCStringLiteral()
DRewriteModernObjC.cpp2627 Preamble += utostr(Exp->getString()->getByteLength()) + "};\n"; in RewriteObjCStringLiteral()
/external/bouncycastle/patches/
Dbcprov.patch595 + public int getByteLength() {
925 private static int getByteLength(