/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jcajce/provider/symmetric/util/ |
PBE.java | 305 * key size is chosen according the MAC size, or the hashing algorithm, 336 * key size is chosen according the MAC size, or the hashing algorithm, 401 * key size is chosen according the MAC size, or the hashing algorithm,
|
/external/guava/guava-tests/test/com/google/common/hash/ |
HashCodeTest.java | 173 HashCode hash1 = Hashing.sha1().hashString("foo", Charsets.US_ASCII); 206 HashCode hash1 = Hashing.sha1().hashString("foo", Charsets.US_ASCII); 231 String string = Hashing.sha1().hashString("foo", Charsets.US_ASCII).toString().toUpperCase();
|
/external/ltrace/ |
dict.h | 43 * are, respectively, primary and secondary hashing functions. The 228 /* A callback for hashing integers. */ 234 /* A callback for hashing NULL-terminated strings. */
|
/prebuilts/go/darwin-x86/src/crypto/rsa/ |
pss.go | 191 // Note that hashed must be the result of hashing the input message using the 246 // Note that hashed must be the result of hashing the input message using the 270 // hashed is the result of hashing the input message using the given hash
|
/prebuilts/go/linux-x86/src/crypto/rsa/ |
pss.go | 191 // Note that hashed must be the result of hashing the input message using the 246 // Note that hashed must be the result of hashing the input message using the 270 // hashed is the result of hashing the input message using the given hash
|
/external/autotest/server/site_tests/firmware_ECHash/ |
firmware_ECHash.py | 51 """Invalidate the EC hash by requesting hashing some other part."""
|
/external/bison/lib/ |
hash.h | 1 /* hash - hashing table processing.
|
/external/chromium-trace/catapult/third_party/Paste/paste/exceptions/ |
serial_number_generator.py | 45 Hashes the string (with the given hashing module), then turns that
|
/external/clang/lib/Frontend/ |
TestModuleFileExtension.cpp | 12 #include "llvm/ADT/Hashing.h"
|
/external/compiler-rt/lib/ubsan/ |
ubsan_type_hash.h | 10 // Hashing of types for Clang's undefined behavior checker.
|
ubsan_type_hash_win.cc | 10 // Implementation of type hashing/lookup for Microsoft C++ ABI.
|
/external/curl/lib/ |
hmac.c | 21 * RFC2104 Keyed-Hashing for Message Authentication
|
/external/guava/guava/src/com/google/common/hash/ |
Hasher.java | 28 * <p><b>Warning:</b> Using a specific character encoding when hashing a {@link CharSequence} with
|
/external/iproute2/man/man8/ |
tc-fq_codel.8 | 40 the stochastic nature of hashing, multiple flows may end up being hashed into
|
/external/llvm/lib/CodeGen/AsmPrinter/ |
ByteStreamer.h | 33 // For now we're just handling the calls we need for dwarf emission/hashing.
|
/external/llvm/lib/Support/ |
Android.mk | 34 Hashing.cpp \
|
/external/llvm/lib/Transforms/Utils/ |
SplitModule.cpp | 17 #include "llvm/ADT/Hashing.h"
|
/external/lzma/DOC/ |
Methods.txt | 107 F0 - Ciphers without hashing algo
|
lzma-sdk.txt | 273 bt2 d * 9.5 + 4MB Binary Tree with 2 bytes hashing.
274 bt3 d * 11.5 + 4MB Binary Tree with 3 bytes hashing.
275 bt4 d * 11.5 + 4MB Binary Tree with 4 bytes hashing.
276 hc4 d * 7.5 + 4MB Hash Chain with 4 bytes hashing.
|
/external/skia/include/core/ |
SkStrokeRec.h | 125 // hashing (because the padded areas might contain garbage values).
|
/external/webrtc/talk/session/media/ |
externalhmac.h | 36 // hashing each packet twice.
|
/frameworks/base/core/java/android/hardware/camera2/utils/ |
HashCodeHelpers.java | 20 * Provide hashing functions using the Modified Bernstein hash
|
/prebuilts/go/darwin-x86/src/runtime/ |
hash32.go | 5 // Hashing algorithm inspired by
|
hash64.go | 5 // Hashing algorithm inspired by
|
/prebuilts/go/darwin-x86/test/ |
bigalg.go | 7 // Test the internal "algorithms" for objects larger than a word: hashing, equality etc.
|