Home
last modified time | relevance | path

Searched defs:hash (Results 76 - 100 of 2208) sorted by relevance

12345678910>>...89

/third_party/spirv-tools/source/util/
H A Dhash_combine.h35 inline size_t hash_combine(std::size_t hash, const std::vector<T>& vals) { in hash_combine() argument
42 inline size_t hash_combine(std::size_t hash) { return hash; } in hash_combine() argument
45 inline size_t hash_combine(std::size_t hash, const T& val, in hash_combine() argument
/third_party/vk-gl-cts/framework/delibs/debase/
H A DdeSha1.h33 deUint32 hash[5]; member
40 deUint32 hash[5]; member
[all...]
/third_party/vk-gl-cts/framework/delibs/decpp/
H A DdeSha1.cpp31 deSha1 hash; in parse() local
41 deSha1 hash; in compute() local
59 deSha1 hash; in finalize() local
[all...]
/kernel/linux/linux-5.10/crypto/
H A Dsha256_generic.c65 crypto_sha256_finup(struct shash_desc *desc, const u8 *data, unsigned int len, u8 *hash) crypto_sha256_finup() argument
/kernel/linux/linux-5.10/arch/arm64/crypto/
H A Dnhpoly1305-neon-glue.c20 _nh_neon(const u32 *key, const u8 *message, size_t message_len, __le64 hash[NH_NUM_PASSES]) _nh_neon() argument
/kernel/linux/linux-5.10/arch/x86/crypto/
H A Dnhpoly1305-avx2-glue.c20 _nh_avx2(const u32 *key, const u8 *message, size_t message_len, __le64 hash[NH_NUM_PASSES]) _nh_avx2() argument
H A Dnhpoly1305-sse2-glue.c20 _nh_sse2(const u32 *key, const u8 *message, size_t message_len, __le64 hash[NH_NUM_PASSES]) _nh_sse2() argument
/kernel/linux/linux-5.10/arch/arm/crypto/
H A Dnhpoly1305-neon-glue.c20 _nh_neon(const u32 *key, const u8 *message, size_t message_len, __le64 hash[NH_NUM_PASSES]) _nh_neon() argument
/kernel/linux/linux-5.10/include/linux/
H A Dmodule_signature.h35 u8 hash; /* Digest algorithm [0] */ member
/kernel/linux/linux-5.10/security/apparmor/
H A Dcrypto.c31 char *hash = NULL; in aa_calc_hash() local
[all...]
/kernel/linux/linux-5.10/security/integrity/platform_certs/
H A Dkeyring_handler.c25 char *hash, *p; in uefi_blacklist_hash() local
/kernel/linux/linux-5.10/fs/hpfs/
H A Ddentry.c18 unsigned long hash; in hpfs_hash_dentry() local
/kernel/linux/linux-5.10/net/ceph/crush/
H A Dhash.c29 __u32 hash = crush_hash_seed ^ a; in crush_hash32_rjenkins1() local
40 __u32 hash = crush_hash_seed ^ a ^ b; in crush_hash32_rjenkins1_2() local
51 __u32 hash = crush_hash_seed ^ a ^ b ^ c; crush_hash32_rjenkins1_3() local
64 __u32 hash = crush_hash_seed ^ a ^ b ^ c ^ d; crush_hash32_rjenkins1_4() local
79 __u32 hash = crush_hash_seed ^ a ^ b ^ c ^ d ^ e; crush_hash32_rjenkins1_5() local
[all...]
/kernel/linux/linux-5.10/include/keys/
H A Dsystem_keyring.h41 static inline int is_hash_blacklisted(const u8 *hash, size_t hash_len, in is_hash_blacklisted() argument
47 static inline int is_binary_blacklisted(const u8 *hash, size_t hash_len) in is_binary_blacklisted() argument
/kernel/linux/linux-5.10/include/crypto/
H A Dmd5.h20 u32 hash[MD5_HASH_WORDS]; member
H A Dstreebog.h30 struct streebog_uint512 hash; member
/kernel/linux/linux-6.6/fs/hpfs/
H A Ddentry.c18 unsigned long hash; in hpfs_hash_dentry() local
/kernel/linux/linux-6.6/fs/xfs/
H A Dxfs_dahash_test.c652 xfs_dahash_t hash; in xfs_dahash_test() local
/kernel/linux/linux-6.6/include/crypto/
H A Dmd5.h20 u32 hash[MD5_HASH_WORDS]; member
H A Dstreebog.h30 struct streebog_uint512 hash; member
/kernel/linux/linux-6.6/include/linux/
H A Dmodule_signature.h35 u8 hash; /* Digest algorithm [0] */ member
/kernel/linux/linux-6.6/crypto/
H A Dsha256_generic.c53 crypto_sha256_finup(struct shash_desc *desc, const u8 *data, unsigned int len, u8 *hash) crypto_sha256_finup() argument
H A Dsm3_generic.c43 crypto_sm3_finup(struct shash_desc *desc, const u8 *data, unsigned int len, u8 *hash) crypto_sm3_finup() argument
/kernel/linux/linux-6.6/security/apparmor/
H A Dcrypto.c31 char *hash; in aa_calc_hash() local
[all...]
/kernel/linux/linux-6.6/security/integrity/ima/
H A Dima_init.c50 struct ima_max_digest_data hash; in ima_add_boot_aggregate() local

Completed in 8 milliseconds

12345678910>>...89