| /OK3568_Linux_fs/kernel/drivers/net/ethernet/mellanox/mlx5/core/lib/ |
| H A D | mpfs.h | 48 #define for_each_l2hash_node(hn, tmp, hash, i) \ argument 52 #define l2addr_hash_find(hash, mac, type) ({ \ argument 67 #define l2addr_hash_add(hash, mac, type, gfp) ({ \ argument
|
| /OK3568_Linux_fs/u-boot/arch/arm/include/asm/arch-rockchip/ |
| H A D | rk_atags.h | 86 u32 hash; member 96 u32 hash; member 105 u32 hash; member 126 u32 hash; member 135 u32 hash; member 144 u32 hash; member 159 u32 hash; member 167 u32 hash; member 174 u32 hash; member 183 u32 hash; member
|
| /OK3568_Linux_fs/kernel/fs/ext2/ |
| H A D | xattr.c | 523 __u32 hash = le32_to_cpu(header->h_hash); in ext2_xattr_set() local 752 __u32 hash = le32_to_cpu(HDR(old_bh)->h_hash); in ext2_xattr_set2() local 833 __u32 hash = le32_to_cpu(HDR(bh)->h_hash); in ext2_xattr_delete_inode() local 873 __u32 hash = le32_to_cpu(HDR(bh)->h_hash); in ext2_xattr_cache_insert() local 939 __u32 hash = le32_to_cpu(header->h_hash); in ext2_xattr_cache_find() local 1004 __u32 hash = 0; in ext2_xattr_hash_entry() local 1041 __u32 hash = 0; in ext2_xattr_rehash() local
|
| /OK3568_Linux_fs/kernel/init/ |
| H A D | initramfs.c | 53 static __initdata struct hash { struct 56 struct hash *next; argument 60 static inline int hash(int major, int minor, int ino) in hash() argument
|
| /OK3568_Linux_fs/u-boot/common/spl/ |
| H A D | spl_boot_image.c | 25 static void print_hash(const char *label, u8 *hash, int len) in print_hash() 154 uchar hash[32]; in spl_hash_android() local 206 uchar hash[32]; in spl_hash_android() local
|
| /OK3568_Linux_fs/kernel/certs/ |
| H A D | blacklist.c | 89 int mark_hash_blacklisted(const char *hash) in mark_hash_blacklisted() 115 int is_hash_blacklisted(const u8 *hash, size_t hash_len, const char *type) in is_hash_blacklisted() 144 int is_binary_blacklisted(const u8 *hash, size_t hash_len) in is_binary_blacklisted()
|
| /OK3568_Linux_fs/kernel/fs/nfs/ |
| H A D | pnfs_dev.c | 79 long hash) in _lookup_deviceid() 172 const struct nfs4_deviceid *id, long hash) in __nfs4_find_get_deviceid() 190 long hash = nfs4_deviceid_hash(id); in nfs4_find_get_deviceid() local 324 _deviceid_purge_client(const struct nfs_client *clp, long hash) in _deviceid_purge_client()
|
| /OK3568_Linux_fs/external/security/librkcrypto/test/c_mode/ |
| H A D | ecdsa.c | 308 const unsigned char *hash, size_t hlen, in mbedtls_ecdsa_write_signature() 344 const unsigned char *hash, size_t hlen, in mbedtls_ecdsa_write_signature_det() 357 const unsigned char *hash, size_t hlen, in mbedtls_ecdsa_read_signature() 492 int rk_ecdsa_sign(const mbed_ecc_key_t *key, unsigned char *hash, unsigned int hash_len, in rk_ecdsa_sign() 524 int rk_ecdsa_verify(const mbed_ecc_key_t *key, unsigned char *hash, unsigned int hash_len, in rk_ecdsa_verify() 586 int rk_ecdsa_sign2(const mbed_ecc_key_t *key, unsigned char *hash, unsigned int hash_len, in rk_ecdsa_sign2() 623 int rk_ecdsa_verify2(const mbed_ecc_key_t *key, unsigned char *hash, unsigned int hash_len, in rk_ecdsa_verify2()
|
| /OK3568_Linux_fs/kernel/drivers/crypto/caam/ |
| H A D | key_gen.h | 16 static inline u32 split_key_len(u32 hash) in split_key_len() 34 static inline u32 split_key_pad_len(u32 hash) in split_key_pad_len()
|
| /OK3568_Linux_fs/u-boot/fs/ubifs/ |
| H A D | key.h | 37 static inline uint32_t key_mask_hash(uint32_t hash) in key_mask_hash() 145 uint32_t hash = c->key_hash(nm->name, nm->len); in dent_key_init() local 162 uint32_t hash) in dent_key_init_hash() 180 uint32_t hash = c->key_hash(nm->name, nm->len); in dent_key_init_flash() local 213 uint32_t hash = c->key_hash(nm->name, nm->len); in xent_key_init() local 231 uint32_t hash = c->key_hash(nm->name, nm->len); in xent_key_init_flash() local
|
| /OK3568_Linux_fs/u-boot/lib/rsa/ |
| H A D | rsa-verify.c | 161 const uint8_t *hash, int hash_len) in padding_pkcs_15_verify() 257 uint8_t *hash, int hash_len, in compute_hash_prime() 283 const uint8_t *hash, int hash_len) in padding_pss_verify() 388 const uint32_t sig_len, const uint8_t *hash, in rsa_verify_key() 518 const void *hash, uint8_t *sig, in rsa_verify_with_keynode() 536 uint8_t hash[info->crypto->key_len]; in rsa_verify() local
|
| /OK3568_Linux_fs/kernel/fs/ubifs/ |
| H A D | key.h | 42 static inline uint32_t key_mask_hash(uint32_t hash) in key_mask_hash() 150 uint32_t hash = c->key_hash(fname_name(nm), fname_len(nm)); in dent_key_init() local 167 uint32_t hash) in dent_key_init_hash() 186 uint32_t hash = c->key_hash(fname_name(nm), fname_len(nm)); in dent_key_init_flash() local 219 uint32_t hash = c->key_hash(fname_name(nm), fname_len(nm)); in xent_key_init() local 237 uint32_t hash = c->key_hash(fname_name(nm), fname_len(nm)); in xent_key_init_flash() local
|
| H A D | auth.c | 31 u8 *hash) in __ubifs_node_calc_hash() 47 static int ubifs_hash_calc_hmac(const struct ubifs_info *c, const u8 *hash, in ubifs_hash_calc_hmac() 68 u8 hash[UBIFS_HASH_ARR_SZ]; in ubifs_prepare_auth_node() local 138 void ubifs_bad_hash(const struct ubifs_info *c, const void *node, const u8 *hash, in ubifs_bad_hash()
|
| /OK3568_Linux_fs/kernel/fs/coda/ |
| H A D | cnode.c | 65 unsigned long hash = coda_f2i(fid); in coda_iget() local 122 unsigned long hash = coda_f2i(newfid); in coda_replace_fid() local 138 unsigned long hash = coda_f2i(fid); in coda_fid_to_inode() local
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/lib/gcc/arm-none-linux-gnueabihf/10.3.1/plugin/include/ |
| H A D | hash-table.h | 340 hash_table_mod1 (hashval_t hash, unsigned int index) in hash_table_mod1() 350 hash_table_mod2 (hashval_t hash, unsigned int index) in hash_table_mod2() 734 Allocator>::find_empty_slot_for_expand (hashval_t hash) in find_empty_slot_for_expand() 907 ::find_with_hash (const compare_type &comparable, hashval_t hash) in find_with_hash() 953 ::find_slot_with_hash (const compare_type &comparable, hashval_t hash, in find_slot_with_hash() 1025 ::verify (const compare_type &comparable, hashval_t hash) in verify() 1045 ::remove_elt_with_hash (const compare_type &comparable, hashval_t hash) in remove_elt_with_hash()
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/lib/gcc/aarch64-none-linux-gnu/10.3.1/plugin/include/ |
| H A D | hash-table.h | 340 hash_table_mod1 (hashval_t hash, unsigned int index) in hash_table_mod1() 350 hash_table_mod2 (hashval_t hash, unsigned int index) in hash_table_mod2() 734 Allocator>::find_empty_slot_for_expand (hashval_t hash) in find_empty_slot_for_expand() 907 ::find_with_hash (const compare_type &comparable, hashval_t hash) in find_with_hash() 953 ::find_slot_with_hash (const compare_type &comparable, hashval_t hash, in find_slot_with_hash() 1025 ::verify (const compare_type &comparable, hashval_t hash) in verify() 1045 ::remove_elt_with_hash (const compare_type &comparable, hashval_t hash) in remove_elt_with_hash()
|
| /OK3568_Linux_fs/kernel/include/linux/ |
| H A D | stringhash.h | 53 static inline unsigned int end_name_hash(unsigned long hash) in end_name_hash() 74 #define hashlen_create(hash, len) ((u64)(len)<<32 | (u32)(hash)) argument
|
| /OK3568_Linux_fs/external/xserver/hw/dmx/input/ |
| H A D | dmxmap.c | 65 int hash = remoteEvent & DMX_MAP_MASK; in dmxMapInsert() local 111 int hash = remoteEvent & DMX_MAP_MASK; in dmxMapLookup() local
|
| /OK3568_Linux_fs/kernel/lib/ |
| H A D | stackdepot.c | 63 u32 hash; /* Hash in the hastable */ member 106 u32 hash, void **prealloc, gfp_t alloc_flags) in depot_alloc_stack() 204 u32 hash) in find_stack() 268 u32 hash; in stack_depot_save() local
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/functional/hash/ |
| H A D | extensions.hpp | 256 template <class T> struct hash struct 273 template <class T, unsigned int n> struct hash<T[n]> struct 274 : boost::hash_detail::hash_base<T[n]> 285 // On compilers without partial specialization, boost::hash<T>
|
| /OK3568_Linux_fs/kernel/net/ipv4/ |
| H A D | tcp_metrics.c | 149 unsigned int hash) in tcpm_new() 213 struct net *net, unsigned int hash) in __tcp_get_metrics() 234 unsigned int hash; in __tcp_get_metrics_req() local 277 unsigned int hash; in tcp_get_metrics() local 779 unsigned int *hash, int optional, int v4, int v6) in __parse_nl_addr() 806 unsigned int *hash, int optional) in parse_nl_addr() 824 unsigned int hash; in tcp_metrics_nl_cmd_get() local 909 unsigned int hash; in tcp_metrics_nl_cmd_del() local
|
| /OK3568_Linux_fs/kernel/drivers/infiniband/hw/mthca/ |
| H A D | mthca_mcg.c | 65 u16 *hash, int *prev, int *index) in find_mgm() 125 u16 hash; in mthca_multicast_attach() local 219 u16 hash; in mthca_multicast_detach() local
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/vendor/nunicode/include/libnu/ |
| H A D | mph.h | 26 uint32_t _nu_hash(uint32_t hash, uint32_t codepoint) { in _nu_hash() 52 uint32_t codepoint, uint32_t hash) { in nu_mph_lookup()
|
| /OK3568_Linux_fs/u-boot/cmd/ |
| H A D | crypto_sum.c | 9 static void dump_hash(const char *label, void *hash, in dump_hash() 29 u8 hash[256]; in do_crypto_csum() local
|
| /OK3568_Linux_fs/kernel/arch/mips/cavium-octeon/crypto/ |
| H A D | octeon-sha256.c | 34 u64 *hash = (u64 *)sctx->state; in octeon_sha256_store_hash() local 44 u64 *hash = (u64 *)sctx->state; in octeon_sha256_read_hash() local 197 static int octeon_sha224_final(struct shash_desc *desc, u8 *hash) in octeon_sha224_final()
|