Home
last modified time | relevance | path

Searched refs:hashing (Results 1 – 25 of 142) sorted by relevance

123456

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Support/
DHashing.cpp23 size_t llvm::hashing::detail::fixed_seed_override = 0;
28 hashing::detail::fixed_seed_override = fixed_value; in set_fixed_execution_hash_seed()
/external/llvm/lib/Support/
DHashing.cpp23 size_t llvm::hashing::detail::fixed_seed_override = 0;
28 hashing::detail::fixed_seed_override = fixed_value; in set_fixed_execution_hash_seed()
/external/swiftshader/third_party/llvm-subzero/lib/Support/
DHashing.cpp23 size_t llvm::hashing::detail::fixed_seed_override = 0;
28 hashing::detail::fixed_seed_override = fixed_value; in set_fixed_execution_hash_seed()
/external/python/cpython3/Doc/library/
Dhashlib.rst224 hashing. Naive algorithms such as ``sha1(password)`` are not resistant against
225 brute-force attacks. A good password hashing function must be tunable, slow, and
297 **salted hashing**, **personalization**, and **tree hashing**.
326 * *key*: key for keyed hashing (up to 64 bytes for BLAKE2b, up to 32 bytes for
329 * *salt*: salt for randomized hashing (up to 16 bytes for BLAKE2b, up to 8
355 Constructor functions also accept the following tree hashing parameters:
381 hashing.
414 Simple hashing
481 Keyed hashing
484 Keyed hashing can be used for authentication as a faster and simpler
[all …]
Dcrypt.rst40 The :mod:`crypt` module defines the list of hashing methods (not all methods
78 A list of available password hashing algorithms, as
/external/swiftshader/third_party/llvm-subzero/include/llvm/ADT/
DHashing.h142 namespace hashing {
481 return ::llvm::hashing::detail::hash_combine_range_impl(first, last);
486 namespace hashing {
604 ::llvm::hashing::detail::hash_combine_recursive_helper helper;
610 namespace hashing {
634 return ::llvm::hashing::detail::hash_integer_value(
641 return ::llvm::hashing::detail::hash_integer_value(
/external/llvm/include/llvm/ADT/
DHashing.h142 namespace hashing {
481 return ::llvm::hashing::detail::hash_combine_range_impl(first, last);
486 namespace hashing {
604 ::llvm::hashing::detail::hash_combine_recursive_helper helper;
610 namespace hashing {
634 return ::llvm::hashing::detail::hash_integer_value(
641 return ::llvm::hashing::detail::hash_integer_value(
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/ADT/
DHashing.h142 namespace hashing {
481 return ::llvm::hashing::detail::hash_combine_range_impl(first, last);
486 namespace hashing {
604 ::llvm::hashing::detail::hash_combine_recursive_helper helper;
610 namespace hashing {
634 return ::llvm::hashing::detail::hash_integer_value(
641 return ::llvm::hashing::detail::hash_integer_value(
/external/iptables/extensions/
Dlibxt_HMARK.man1 Like MARK, i.e. set the fwmark, but the mark is calculated from hashing
4 and used to calculate the hashing.
Dlibipt_CLUSTERIP.man11 Specify the hashing mode. Has to be one of
/external/swiftshader/third_party/llvm-7.0/llvm/test/DebugInfo/COFF/
Dpr37492.ll10 ; In PR37492, there was an issue in global type hashing where we forgot to
11 ; consider the prefix portion of a type record when hashing it. This lead to a
/external/angle/src/common/third_party/smhasher/
DREADME.angle10 This is a library containing the MurmurHash3 function, and a hashing function
/external/swiftshader/third_party/llvm-7.0/llvm/test/Linker/
Dunique-fwd-decl-order.ll4 ; This test exercises MDNode hashing. For the nodes to be correctly uniqued,
/external/llvm/test/Linker/
Dunique-fwd-decl-order.ll4 ; This test exercises MDNode hashing. For the nodes to be correctly uniqued,
/external/python/cpython2/Doc/library/
Dpersistence.rst13 module also provides such disk-based string-to-string mappings based on hashing,
/external/guava/android/guava-tests/benchmark/com/google/common/hash/
DMessageDigestAlgorithmBenchmark.java113 byte hashing(int reps) { in hashing() method in MessageDigestAlgorithmBenchmark
/external/guava/guava-tests/benchmark/com/google/common/hash/
DMessageDigestAlgorithmBenchmark.java113 byte hashing(int reps) { in hashing() method in MessageDigestAlgorithmBenchmark
/external/u-boot/lib/
DKconfig324 This option enables support of hashing using SHA1 algorithm.
332 This option enables support of hashing using SHA256 algorithm.
338 bool "Enable hashing using hardware"
341 for SHA1/SHA256 hashing.
346 bool "Enable Progressive hashing support using hardware"
350 SHA1/SHA256 progressive hashing.
351 Data can be streamed in a block at a time and the hashing
/external/angle/src/common/third_party/base/
DREADME.angle15 base::SHA1 is a secure hashing algorithm.
/external/tensorflow/tensorflow/core/api_def/base_api/
Dapi_def_CompareAndBitpack.pbtxt33 algorithms that use hashing approximations of cosine and `L2` distances;
/external/swiftshader/third_party/llvm-7.0/llvm/test/Analysis/MemorySSA/
Dpr36883.ll4 ; We weren't properly considering the args in callsites in equality or hashing.
/external/clang/test/Modules/
Dsystem_version.m1 // Test checking that we're hashing a system version file in the
/external/avb/proto/crypto/sigpb/
Dsigpb.proto23 // HashAlgorithm defines the approved methods for object hashing.
/external/lzma/DOC/
Dlzma-sdk.txt274 bt2 d * 9.5 + 4MB Binary Tree with 2 bytes hashing.
275 bt3 d * 11.5 + 4MB Binary Tree with 3 bytes hashing.
276 bt4 d * 11.5 + 4MB Binary Tree with 4 bytes hashing.
277 hc4 d * 7.5 + 4MB Hash Chain with 4 bytes hashing.
/external/python/cryptography/vectors/cryptography_vectors/asymmetric/DH/
DKASValidityTest_FFCStatic_NOKC_ZZOnly_init.fax7 [SHA(s) supported (Used for hashing Z): SHA1 ]
9 [SHA(s) supported (Used for hashing Z): SHA224 ]
11 [SHA(s) supported (Used for hashing Z): SHA256 ]

123456