Home
last modified time | relevance | path

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

/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.java59 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/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/
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/bcprov/src/main/java/org/bouncycastle/jcajce/provider/asymmetric/ec/
DKeyAgreementSpi.java78 return converter.integerToBytes(r, converter.getByteLength(parameters.getCurve())); in bigIntToBytes()
DBCECPublicKey.java208 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/bcprov/src/main/java/org/bouncycastle/jce/provider/
DJCEECPublicKey.java295 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
/external/clang/lib/AST/
DMicrosoftMangle.cpp2944 Mangler.mangleNumber(SL->getByteLength() + SL->getCharByteWidth()); in mangleStringLiteral()
2962 for (unsigned I = 0, E = SL->getByteLength(); I != E; ++I) in mangleStringLiteral()
/external/clang/lib/StaticAnalyzer/Core/
DMemRegion.cpp221 return svalBuilder.makeIntVal(getStringLiteral()->getByteLength()+1, in getExtent()
/external/clang/lib/StaticAnalyzer/Checkers/
DCStringChecker.cpp760 return svalBuilder.makeIntVal(strLit->getByteLength(), sizeTy); in getCStringLength()
/external/clang/lib/Serialization/
DASTWriterStmt.cpp440 Record.push_back(E->getByteLength()); in VisitStringLiteral()
/external/clang/lib/Frontend/Rewrite/
DRewriteObjC.cpp2503 Preamble += utostr(Exp->getString()->getByteLength()) + "};\n"; in RewriteObjCStringLiteral()
DRewriteModernObjC.cpp2579 Preamble += utostr(Exp->getString()->getByteLength()) + "};\n"; in RewriteObjCStringLiteral()