/openbmc/linux/crypto/ |
H A D | ahash.c | 546 struct crypto_ahash *nhash; in crypto_clone_ahash() local 560 if (IS_ERR(nhash)) in crypto_clone_ahash() 561 return nhash; in crypto_clone_ahash() 563 nhash->init = hash->init; in crypto_clone_ahash() 564 nhash->update = hash->update; in crypto_clone_ahash() 565 nhash->final = hash->final; in crypto_clone_ahash() 566 nhash->finup = hash->finup; in crypto_clone_ahash() 567 nhash->digest = hash->digest; in crypto_clone_ahash() 568 nhash->export = hash->export; in crypto_clone_ahash() 586 return nhash; in crypto_clone_ahash() [all …]
|
H A D | shash.c | 451 struct crypto_shash **nctx = crypto_ahash_ctx(nhash); in crypto_clone_shash_ops_async() 457 crypto_free_ahash(nhash); in crypto_clone_shash_ops_async() 463 return nhash; in crypto_clone_shash_ops_async() 589 struct crypto_shash *nhash; in crypto_clone_shash() local 603 nhash = crypto_clone_tfm(&crypto_shash_type, tfm); in crypto_clone_shash() 604 if (IS_ERR(nhash)) in crypto_clone_shash() 605 return nhash; in crypto_clone_shash() 607 nhash->descsize = hash->descsize; in crypto_clone_shash() 610 err = alg->clone_tfm(nhash, hash); in crypto_clone_shash() 612 crypto_free_shash(nhash); in crypto_clone_shash() [all …]
|
H A D | hash.h | 35 struct crypto_ahash *crypto_clone_shash_ops_async(struct crypto_ahash *nhash,
|
/openbmc/qemu/crypto/ |
H A D | ivgen-essiv.c | 35 size_t nhash; in qcrypto_ivgen_essiv_init() local 42 nhash = qcrypto_hash_digest_len(ivgen->hash); in qcrypto_ivgen_essiv_init() 44 salt = g_new0(uint8_t, MAX(nhash, nsalt)); in qcrypto_ivgen_essiv_init() 47 &salt, &nhash, in qcrypto_ivgen_essiv_init() 57 salt, MIN(nhash, nsalt), in qcrypto_ivgen_essiv_init()
|
/openbmc/linux/fs/jffs2/ |
H A D | dir.c | 85 unsigned int nhash; in jffs2_lookup() local 95 nhash = full_name_hash(NULL, target->d_name.name, target->d_name.len); in jffs2_lookup() 100 for (fd_list = dir_f->dents; fd_list && fd_list->nhash <= nhash; fd_list = fd_list->next) { in jffs2_lookup() 101 if (fd_list->nhash == nhash && in jffs2_lookup()
|
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 | 1109 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()
|
/openbmc/u-boot/fs/jffs2/ |
H A D | jffs2_nand_private.h | 25 unsigned int nhash; member
|
H A D | jffs2_nand_1pass.c | 166 new->nhash = full_name_hash(node->name, node->nsize); in insert_dirent() 368 unsigned int nhash = full_name_hash(name, len); in jffs2_1pass_find_inode() local 375 (len == jDir->nsize) && (nhash == jDir->nhash)) { in jffs2_1pass_find_inode()
|
/openbmc/linux/net/sched/ |
H A D | sch_api.c | 688 struct hlist_head *nhash, *ohash; in qdisc_class_hash_grow() local 697 nhash = qdisc_class_hash_alloc(nsize); in qdisc_class_hash_grow() 698 if (nhash == NULL) in qdisc_class_hash_grow() 708 hlist_add_head(&cl->hnode, &nhash[h]); in qdisc_class_hash_grow() 711 clhash->hash = nhash; in qdisc_class_hash_grow()
|
/openbmc/linux/drivers/net/ethernet/chelsio/cxgb4/ |
H A D | cxgb4_uld.h | 115 unsigned int nhash; member
|
H A D | cxgb4_ethtool.c | 2262 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()
|
H A D | cxgb4_main.c | 6952 adapter->tids.nhash = 1 << HASHTIDSIZE_G(v); in init_one() 6956 adapter->tids.nhash = HASHTBLSIZE_G(v) << 3; in init_one()
|