Searched refs:keyed (Results 1 - 3 of 3) sorted by relevance

/freebsd-current/crypto/openssl/util/perl/OpenSSL/Config/
H A DQuery.pm44 in keyed pair form, i.e. a series of C<< key => value >> pairs. Available
/freebsd-current/crypto/openssl/util/perl/OpenSSL/
H A DOrdinals.pm67 in keyed pair form, i.e. a series of C<< key => value >> pairs. Available
247 given in form keyed pair form, i.e. a series of C<< key => value >> pairs.
745 options in keyed pair form, i.e. a series of C<< key => value >> pairs.
/freebsd-current/sys/contrib/zstd/lib/common/
H A Dxxhash.h3484 xxh_u64 const keyed = (xxh_u64)combined ^ bitflip; local
3485 return XXH64_avalanche(keyed);
3500 xxh_u64 const keyed = input64 ^ bitflip; local
3501 return XXH3_rrmxmx(keyed, len);
5122 xxh_u64 const keyed = input_64 ^ bitflip;
5125 XXH128_hash_t m128 = XXH_mult64to128(keyed, XXH_PRIME64_1 + (len << 2));

Completed in 203 milliseconds