Searched refs:hashing (Results 1 – 25 of 142) sorted by relevance
123456
23 size_t llvm::hashing::detail::fixed_seed_override = 0;28 hashing::detail::fixed_seed_override = fixed_value; in set_fixed_execution_hash_seed()
224 hashing. Naive algorithms such as ``sha1(password)`` are not resistant against225 brute-force attacks. A good password hashing function must be tunable, slow, and297 **salted hashing**, **personalization**, and **tree hashing**.326 * *key*: key for keyed hashing (up to 64 bytes for BLAKE2b, up to 32 bytes for329 * *salt*: salt for randomized hashing (up to 16 bytes for BLAKE2b, up to 8355 Constructor functions also accept the following tree hashing parameters:381 hashing.414 Simple hashing481 Keyed hashing484 Keyed hashing can be used for authentication as a faster and simpler[all …]
40 The :mod:`crypt` module defines the list of hashing methods (not all methods78 A list of available password hashing algorithms, as
142 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(
1 Like MARK, i.e. set the fwmark, but the mark is calculated from hashing4 and used to calculate the hashing.
11 Specify the hashing mode. Has to be one of
10 ; In PR37492, there was an issue in global type hashing where we forgot to11 ; consider the prefix portion of a type record when hashing it. This lead to a
10 This is a library containing the MurmurHash3 function, and a hashing function
4 ; This test exercises MDNode hashing. For the nodes to be correctly uniqued,
13 module also provides such disk-based string-to-string mappings based on hashing,
113 byte hashing(int reps) { in hashing() method in MessageDigestAlgorithmBenchmark
324 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
15 base::SHA1 is a secure hashing algorithm.
33 algorithms that use hashing approximations of cosine and `L2` distances;
4 ; We weren't properly considering the args in callsites in equality or hashing.
1 // Test checking that we're hashing a system version file in the
23 // HashAlgorithm defines the approved methods for object hashing.
274 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.
7 [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 ]