Searched defs:getByteLength (Results 1 - 7 of 7) sorted by relevance

/external/bouncycastle/src/main/java/org/bouncycastle/crypto/
H A DExtendedDigest.java12 public int getByteLength(); method in interface:ExtendedDigest
/external/bouncycastle/src/main/java/org/bouncycastle/asn1/x9/
H A DX9IntegerConverter.java10 public int getByteLength( method in class:X9IntegerConverter
16 public int getByteLength( method in class:X9IntegerConverter
/external/bouncycastle/src/main/java/org/bouncycastle/crypto/digests/
H A DGeneralDigest.java125 public int getByteLength() method in class:GeneralDigest
H A DOpenSSLDigest.java78 public int getByteLength() { method in class:OpenSSLDigest
H A DLongDigest.java157 public int getByteLength() method in class:LongDigest
/external/bouncycastle/src/main/java/org/bouncycastle/crypto/macs/
H A DHMac.java54 private static int getByteLength( method in class:HMac
59 return ((ExtendedDigest)digest).getByteLength();
81 this(digest, getByteLength(digest));
/external/clang/include/clang/AST/
H A DExpr.h1243 /// calling getByteLength(). The C type for a string is always a
1254 /// In this case, getByteLength() will return 6, but the string literal will
1301 unsigned getByteLength() const { return ByteLength; } function in class:clang::StringLiteral

Completed in 118 milliseconds