/openbmc/linux/arch/x86/kernel/ |
H A D | alternative.c | 861 static u32 cfi_rehash(u32 hash) in cfi_rehash() 1007 u32 hash; in cfi_disable_callers() local 1030 u32 hash; in cfi_enable_callers() local 1050 u32 hash; in cfi_rand_preamble() local 1070 u32 hash; in cfi_rewrite_preamble() local 1103 u32 hash; in cfi_rand_callers() local 1122 u32 hash; in cfi_rewrite_callers() local
|
/openbmc/u-boot/board/xilinx/zynq/ |
H A D | cmds.c | 106 static int zynq_pad_and_check(u8 *signature, u8 *hash) in zynq_pad_and_check() 148 const u8 *sig, const u32 sig_len, const u8 *hash) in zynq_rsa_verify_key()
|
/openbmc/linux/drivers/target/tcm_fc/ |
H A D | tcm_fc.h | 35 struct hlist_node hash; /* linkage in ft_sess_hash table */ member 59 struct hlist_head hash[FT_SESS_HASH_SIZE]; /* list of sessions */ member
|
/openbmc/linux/crypto/ |
H A D | ecdsa.c | 94 static int _ecdsa_verify(struct ecc_ctx *ctx, const u64 *hash, const u64 *r, const u64 *s) in _ecdsa_verify() 146 u64 hash[ECC_MAX_DIGITS]; in ecdsa_verify() local
|
H A D | ahash.c | 416 struct crypto_ahash *hash = __crypto_ahash_cast(tfm); in crypto_ahash_exit_tfm() local 424 struct crypto_ahash *hash = __crypto_ahash_cast(tfm); in crypto_ahash_init_tfm() local 542 struct crypto_ahash *crypto_clone_ahash(struct crypto_ahash *hash) in crypto_clone_ahash()
|
/openbmc/linux/arch/powerpc/mm/book3s64/ |
H A D | hash_utils.c | 369 unsigned long hash, hpteg; in htab_bolt_mapping() local 1912 unsigned long hash, gslot, hidx; in pte_get_hash_gslot() local 1952 unsigned long hidx, shift, vpn, hash, slot; in flush_hash_hugepage() local 2017 long hpte_insert_repeating(unsigned long hash, unsigned long vpn, in hpte_insert_repeating() 2118 unsigned long hash; in kernel_map_linear_page() local 2146 unsigned long hash, hidx, slot; in kernel_unmap_linear_page() local
|
H A D | hugetlbpage.c | 96 unsigned long hash = hpt_hash(vpn, shift, ssize); in __hash_page_huge() local
|
/openbmc/linux/scripts/kconfig/ |
H A D | symbol.c | 800 unsigned hash = 2166136261U; in strhash() local 810 int hash; in sym_lookup() local 850 int hash = 0; in sym_find() local
|
/openbmc/linux/net/batman-adv/ |
H A D | originator.c | 60 struct batadv_hashtable *hash = bat_priv->orig_hash; in batadv_orig_hash_find() local 890 struct batadv_hashtable *hash = bat_priv->orig_hash; in batadv_originator_free() local 1255 struct batadv_hashtable *hash = bat_priv->orig_hash; in batadv_purge_orig_ref() local
|
/openbmc/linux/tools/testing/selftests/bpf/ |
H A D | test_select_reuseport_common.h | 33 __u32 hash; member
|
/openbmc/linux/fs/ntfs3/ |
H A D | upcase.c | 108 unsigned long hash) in ntfs_names_hash()
|
H A D | lznt.c | 35 struct lznt_hash hash[LZNT_CHUNK_SIZE]; member 52 const u8 **hash; in longest_match_std() local
|
/openbmc/linux/drivers/net/wireless/purelifi/plfxlc/ |
H A D | chip.h | 64 static inline void plfxlc_mc_add_all(struct plfxlc_mc_hash *hash) in plfxlc_mc_add_all()
|
/openbmc/linux/security/tomoyo/ |
H A D | memory.c | 155 unsigned int hash; in tomoyo_get_name() local
|
/openbmc/linux/fs/btrfs/ |
H A D | props.c | 33 static const struct hlist_head *find_prop_handlers_by_hash(const u64 hash) in find_prop_handlers_by_hash() 51 u64 hash = btrfs_name_hash(name, strlen(name)); in find_prop_handler() local
|
/openbmc/linux/scripts/mod/ |
H A D | sumversion.c | 41 uint32_t hash[MD4_HASH_WORDS]; member 88 static void md4_transform(uint32_t *hash, uint32_t const *in) in md4_transform()
|
/openbmc/linux/arch/powerpc/mm/nohash/ |
H A D | kaslr_booke.c | 45 static unsigned long __init rotate_xor(unsigned long hash, const void *area, in rotate_xor() 66 unsigned long hash = 0; in get_boot_seed() local
|
/openbmc/linux/drivers/gpu/drm/ |
H A D | drm_vm.c | 117 struct drm_hash_item *hash; in drm_vm_fault() local 529 struct drm_hash_item *hash; in drm_mmap_locked() local
|
/openbmc/linux/drivers/md/ |
H A D | raid5.c | 322 int hash) in release_inactive_stripe_list() 373 int hash; in release_stripe_list() local 396 int hash; in raid5_release_stripe() local 630 sector_t sector, short generation, int hash) in find_get_stripe() 807 int hash = stripe_hash_locks_hash(conf, sector); in raid5_get_active_stripe() local 918 int hash; in stripe_add_to_batch_list() local 2562 int hash, cnt; in resize_stripes() local 4131 int hash; in handle_stripe_clean_event() local 5411 int hash; in activate_bit_delay() local 5722 int hash; in raid5_unplug() local [all …]
|
/openbmc/qemu/tests/unit/ |
H A D | test-crypto-afsplit.c | 29 QCryptoHashAlgorithm hash; member
|
/openbmc/linux/lib/ |
H A D | oid_registry.c | 31 unsigned i, j, k, hash; in look_up_OID() local
|
/openbmc/linux/fs/smb/client/ |
H A D | dfs_cache.c | 319 static int cache_entry_hash(const void *data, int size, unsigned int *hash) in cache_entry_hash() 480 unsigned int hash; in add_cache_entry_locked() local 535 static struct cache_entry *__lookup_cache_entry(const char *path, unsigned int hash, int len) in __lookup_cache_entry() 563 unsigned int hash; in lookup_cache_entry() local
|
/openbmc/linux/fs/kernfs/ |
H A D | dir.c | 314 unsigned long hash = init_name_hash(ns); in kernfs_name_hash() local 328 static int kernfs_name_compare(unsigned int hash, const char *name, in kernfs_name_compare() 843 unsigned int hash; in kernfs_find_ns() local 1793 struct kernfs_node *parent, loff_t hash, struct kernfs_node *pos) in kernfs_dir_pos()
|
/openbmc/qemu/tests/bench/ |
H A D | benchmark-crypto-akcipher.c | 24 QCryptoHashAlgorithm hash) in create_rsa_akcipher()
|
/openbmc/linux/fs/jbd2/ |
H A D | revoke.c | 104 struct list_head hash; member 131 static inline int hash(journal_t *journal, unsigned long long block) in hash() function
|