Searched refs:nhash (Results 1 – 11 of 11) sorted by relevance
| /linux/crypto/ |
| H A D | ahash.c | 871 struct crypto_ahash *nhash; in crypto_clone_ahash() local 883 nhash = crypto_clone_tfm(&crypto_ahash_type, tfm); in crypto_clone_ahash() 885 if (IS_ERR(nhash)) in crypto_clone_ahash() 886 return nhash; in crypto_clone_ahash() 888 nhash->reqsize = hash->reqsize; in crypto_clone_ahash() 889 nhash->statesize = hash->statesize; in crypto_clone_ahash() 892 struct crypto_shash **nctx = crypto_ahash_ctx(nhash); in crypto_clone_ahash() 900 crypto_ahash_tfm(nhash)->exit = crypto_exit_ahash_using_shash; in crypto_clone_ahash() 901 nhash->using_shash = true; in crypto_clone_ahash() 903 return nhash; in crypto_clone_ahash() [all …]
|
| /linux/fs/jffs2/ |
| H A D | write.c | 248 fd->nhash = full_name_hash(NULL, name, namelen); in jffs2_write_dirent() 601 uint32_t nhash = full_name_hash(NULL, name, namelen); in jffs2_do_unlink() local 610 if (fd->nhash == nhash && in jffs2_do_unlink()
|
| H A D | nodelist.c | 32 while ((*prev) && (*prev)->nhash <= new->nhash) { in jffs2_add_fd_to_list() 33 if ((*prev)->nhash == new->nhash && !strcmp((*prev)->name, new->name)) { in jffs2_add_fd_to_list()
|
| H A D | nodelist.h | 260 unsigned int nhash; member
|
| H A D | summary.c | 479 fd->nhash = full_name_hash(NULL, fd->name, checkedlen); in jffs2_sum_process_sum_data()
|
| H A D | scan.c | 1111 fd->nhash = full_name_hash(NULL, fd->name, checkedlen); in jffs2_scan_dirent_node()
|
| H A D | readinode.c | 693 fd->nhash = full_name_hash(NULL, fd->name, rd->nsize); in read_direntry()
|
| /linux/net/sched/ |
| H A D | sch_api.c | 684 struct hlist_head *nhash, *ohash; in qdisc_class_hash_grow() local 693 nhash = qdisc_class_hash_alloc(nsize); in qdisc_class_hash_grow() 694 if (nhash == NULL) in qdisc_class_hash_grow() 704 hlist_add_head(&cl->hnode, &nhash[h]); in qdisc_class_hash_grow() 707 clhash->hash = nhash; in qdisc_class_hash_grow()
|
| /linux/drivers/net/ethernet/chelsio/cxgb4/ |
| H A D | cxgb4_uld.h | 115 unsigned int nhash; member
|
| H A D | cxgb4_ethtool.c | 2264 nentries += tids->nhash + in cxgb4_init_ethtool_filters()
|
| H A D | cxgb4_filter.c | 1163 (adap->tids.nhash + (adap->tids.stid_base - adap->tids.tid_base))) in is_filter_exact_match()
|