Home
last modified time | relevance | path

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

1234567

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
H A DStableHashing.h27 namespace hashing {
52 stable_hash Hash = hashing::detail::FNV_OFFSET_64; in stable_hash_combine()
53 hashing::detail::stable_hash_append(Hash, A); in stable_hash_combine()
54 hashing::detail::stable_hash_append(Hash, B); in stable_hash_combine()
60 stable_hash Hash = hashing::detail::FNV_OFFSET_64; in stable_hash_combine()
61 hashing::detail::stable_hash_append(Hash, A); in stable_hash_combine()
62 hashing::detail::stable_hash_append(Hash, B); in stable_hash_combine()
63 hashing::detail::stable_hash_append(Hash, C); in stable_hash_combine()
69 stable_hash Hash = hashing::detail::FNV_OFFSET_64; in stable_hash_combine()
70 hashing::detail::stable_hash_append(Hash, A); in stable_hash_combine()
[all …]
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ADT/
H A DHashing.h145 namespace hashing {
483 return ::llvm::hashing::detail::hash_combine_range_impl(first, last);
488 namespace hashing {
606 ::llvm::hashing::detail::hash_combine_recursive_helper helper;
612 namespace hashing {
635 return ::llvm::hashing::detail::hash_integer_value(
642 return ::llvm::hashing::detail::hash_integer_value(
654 namespace hashing {
669 return ::llvm::hashing::detail::hash_value_tuple_helper(
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Support/
H A DHashing.cpp22 uint64_t llvm::hashing::detail::fixed_seed_override = 0;
27 hashing::detail::fixed_seed_override = fixed_value; in set_fixed_execution_hash_seed()
/netbsd-src/crypto/dist/ipsec-tools/src/racoon/rfc/
H A Drfc4109.txt78 o MD5 and SHA-1 for hashing and HMAC functions MUST be supported.
83 o Tiger for hashing SHOULD be supported.
104 o SHA-1 for hashing and HMAC functions MUST be supported.
128 and Tiger for hashing, Diffie-Hellman MODP group 1, Diffie-Hellman
132 DES for encryption, MD5 for hashing, and Diffie-Hellman MODP group 1
135 Tiger for hashing, Diffie-Hellman MODP groups with elliptic curves,
147 MD5 for hashing and HMAC MUST MAY (crypto weakness)
148 SHA1 for hashing and HMAC MUST MUST
149 Tiger for hashing SHOULD MAY (lack of deployment)
/netbsd-src/external/apache2/argon2/dist/phc-winner-argon2/
H A DREADME.md7 This is the reference C implementation of Argon2, the password-hashing
9 (PHC)](https://password-hashing.net).
11 Argon2 is a password-hashing function that summarizes the state of the
25 hashing and password-based key derivation, but it is slower as it makes
102 1. The `secret` parameter, which is used for [keyed hashing](
104 This allows a secret key to be input at hashing time (from some external
114 key only usable at hashing time. The `ad` is for any other data.
255 * [JVM (with keyed hashing)](https://github.com/kosprov/jargon2-api) by [@kosprov](https://github.c…
261 * [Python (ffi, with keyed hashing)](https://github.com/thusoy/porridge), by [@thusoy](https://gith…
/netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/
H A DStructuralHash.cpp28 void update(uint64_t V) { Hash = hashing::detail::hash_16_bytes(Hash, V); } in update()
/netbsd-src/crypto/external/bsd/openssl/dist/test/recipes/30-test_evp_data/
H A Devpmd_sha.txt158 # http://csrc.nist.gov/groups/STM/cavp/secure-hashing.html#test-vectors
266 # http://csrc.nist.gov/groups/STM/cavp/secure-hashing.html#test-vectors
/netbsd-src/external/ibm-public/postfix/dist/src/smtpstone/
H A Dhashed-deferred5 hashing is 16 directories per level
H A Dhashed-incoming9 hashing is 16 directories per level
/netbsd-src/crypto/external/bsd/openssl.old/dist/doc/man1/
H A Drehash.pod93 Use old-style hashing (MD5, as opposed to SHA-1) for generating
104 Generate links for both old-style (MD5) and new-style (SHA1) hashing.
/netbsd-src/crypto/external/bsd/openssl/dist/doc/man1/
H A Dopenssl-rehash.pod.in102 Use old-style hashing (MD5, as opposed to SHA-1) for generating
113 Generate links for both old-style (MD5) and new-style (SHA1) hashing.
/netbsd-src/lib/libc/db/
H A DREADME29 hash The extended linear hashing routines.
/netbsd-src/sys/external/isc/libsodium/dist/
H A DREADME.markdown9 decryption, signatures, password hashing and more.
/netbsd-src/external/gpl2/gmake/dist/
H A Dfunction.c935 int hashing = 0; in func_filter_filterout() local
985 hashing = (literals >= 2 && (literals * words) >= 10); in func_filter_filterout()
986 if (hashing) in func_filter_filterout()
1007 else if (hashing) in func_filter_filterout()
1042 if (hashing) in func_filter_filterout()
/netbsd-src/share/man/man0/
H A Dcshcmd22 csh(1) hashstat: print command hashing statistics.
/netbsd-src/external/mpl/bind/dist/doc/notes/
H A Dnotes-9.18.12.rst
/netbsd-src/external/bsd/openldap/dist/doc/rfc/
H A Drfc3112.txt51 Storage schemes often use cryptographic strength one-way hashing.
52 Though the use of one-way hashing reduces the potential that exposed
63 hash algorithm/implementation is flawed), the hashing of passwords is
325 As flaws may be discovered in the hashing algorithm or with a
/netbsd-src/external/gpl3/gdb/dist/cpu/
H A Diq2000.opc44 /* Override disassembly hashing - there are variable bits in the top
49 /* following activates check beyond hashing since some iq2000 and iq10
H A Dsh.opc46 /* Override disassembly hashing - there are variable bits in the top
/netbsd-src/external/gpl3/binutils.old/dist/cpu/
H A Diq2000.opc44 /* Override disassembly hashing - there are variable bits in the top
49 /* following activates check beyond hashing since some iq2000 and iq10
H A Dsh.opc46 /* Override disassembly hashing - there are variable bits in the top
/netbsd-src/external/gpl3/gdb.old/dist/cpu/
H A Diq2000.opc44 /* Override disassembly hashing - there are variable bits in the top
49 /* following activates check beyond hashing since some iq2000 and iq10
H A Dsh.opc46 /* Override disassembly hashing - there are variable bits in the top
/netbsd-src/external/gpl3/binutils/dist/cpu/
H A Diq2000.opc44 /* Override disassembly hashing - there are variable bits in the top
49 /* following activates check beyond hashing since some iq2000 and iq10
H A Dsh.opc46 /* Override disassembly hashing - there are variable bits in the top

1234567