| /OK3568_Linux_fs/kernel/crypto/ |
| H A D | crypto_user_stat.c | 134 struct crypto_stat_hash rhash; in crypto_report_ahash() local 136 memset(&rhash, 0, sizeof(rhash)); in crypto_report_ahash() 138 strscpy(rhash.type, "ahash", sizeof(rhash.type)); in crypto_report_ahash() 140 rhash.stat_hash_cnt = atomic64_read(&alg->stats.hash.hash_cnt); in crypto_report_ahash() 141 rhash.stat_hash_tlen = atomic64_read(&alg->stats.hash.hash_tlen); in crypto_report_ahash() 142 rhash.stat_err_cnt = atomic64_read(&alg->stats.hash.err_cnt); in crypto_report_ahash() 144 return nla_put(skb, CRYPTOCFGA_STAT_HASH, sizeof(rhash), &rhash); in crypto_report_ahash() 149 struct crypto_stat_hash rhash; in crypto_report_shash() local 151 memset(&rhash, 0, sizeof(rhash)); in crypto_report_shash() 153 strscpy(rhash.type, "shash", sizeof(rhash.type)); in crypto_report_shash() [all …]
|
| H A D | ahash.c | 502 struct crypto_report_hash rhash; in crypto_ahash_report() local 504 memset(&rhash, 0, sizeof(rhash)); in crypto_ahash_report() 506 strscpy(rhash.type, "ahash", sizeof(rhash.type)); in crypto_ahash_report() 508 rhash.blocksize = alg->cra_blocksize; in crypto_ahash_report() 509 rhash.digestsize = __crypto_hash_alg_common(alg)->digestsize; in crypto_ahash_report() 511 return nla_put(skb, CRYPTOCFGA_REPORT_HASH, sizeof(rhash), &rhash); in crypto_ahash_report()
|
| H A D | shash.c | 464 struct crypto_report_hash rhash; in crypto_shash_report() local 467 memset(&rhash, 0, sizeof(rhash)); in crypto_shash_report() 469 strscpy(rhash.type, "shash", sizeof(rhash.type)); in crypto_shash_report() 471 rhash.blocksize = alg->cra_blocksize; in crypto_shash_report() 472 rhash.digestsize = salg->digestsize; in crypto_shash_report() 474 return nla_put(skb, CRYPTOCFGA_REPORT_HASH, sizeof(rhash), &rhash); in crypto_shash_report()
|
| /OK3568_Linux_fs/buildroot/package/rhash/ |
| H A D | Config.in | 2 bool "rhash" 11 https://github.com/rhash/RHash 16 bool "rhash binary" 19 Install rhash console utility 21 comment "rhash binary needs a toolchain w/ dynamic library"
|
| H A D | rhash.hash | 1 # From https://sourceforge.net/projects/rhash/files/rhash/1.4.2/ 2 sha1 fdb0b0c16f3ba3eba734b3adf9f2fc4c427ff987 rhash-1.4.2-src.tar.gz 4 sha256 600d00f5f91ef04194d50903d3c79412099328c42f28ff43a0bdb777b00bec62 rhash-1.4.2-src.tar.gz
|
| H A D | rhash.mk | 8 RHASH_SOURCE = rhash-$(RHASH_VERSION)-src.tar.gz 9 RHASH_SITE = https://sourceforge.net/projects/rhash/files/rhash/$(RHASH_VERSION)
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/core/wds/ |
| H A D | rtw_wds.c | 60 .head_offset = offsetof(struct rtw_wds_path, rhash), 241 &new_wpath->rhash, in rtw_wds_path_add() 279 rtw_rhashtable_remove_fast(&tbl->rhead, &wpath->rhash, rtw_wds_rht_params); in __rtw_wds_path_del() 470 rtw_rhash_head rhash; member 523 .head_offset = offsetof(struct rtw_wds_gptr, rhash), 669 &new_wgptr->rhash, in rtw_wds_gptr_add() 725 rtw_rhashtable_remove_fast(&tbl->rhead, &wgptr->rhash, rtw_wds_gptr_rht_params); in __rtw_wds_gptr_del()
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8821cs/core/wds/ |
| H A D | rtw_wds.c | 60 .head_offset = offsetof(struct rtw_wds_path, rhash), 241 &new_wpath->rhash, in rtw_wds_path_add() 279 rtw_rhashtable_remove_fast(&tbl->rhead, &wpath->rhash, rtw_wds_rht_params); in __rtw_wds_path_del() 470 rtw_rhash_head rhash; member 523 .head_offset = offsetof(struct rtw_wds_gptr, rhash), 669 &new_wgptr->rhash, in rtw_wds_gptr_add() 725 rtw_rhashtable_remove_fast(&tbl->rhead, &wgptr->rhash, rtw_wds_gptr_rht_params); in __rtw_wds_gptr_del()
|
| H A D | rtw_wds.h | 21 rtw_rhash_head rhash; member
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8723ds/core/wds/ |
| H A D | rtw_wds.c | 60 .head_offset = offsetof(struct rtw_wds_path, rhash), 241 &new_wpath->rhash, in rtw_wds_path_add() 279 rtw_rhashtable_remove_fast(&tbl->rhead, &wpath->rhash, rtw_wds_rht_params); in __rtw_wds_path_del() 470 rtw_rhash_head rhash; member 523 .head_offset = offsetof(struct rtw_wds_gptr, rhash), 669 &new_wgptr->rhash, in rtw_wds_gptr_add() 725 rtw_rhashtable_remove_fast(&tbl->rhead, &wgptr->rhash, rtw_wds_gptr_rht_params); in __rtw_wds_gptr_del()
|
| H A D | rtw_wds.h | 21 rtw_rhash_head rhash; member
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8822cs/core/wds/ |
| H A D | rtw_wds.c | 60 .head_offset = offsetof(struct rtw_wds_path, rhash), 241 &new_wpath->rhash, in rtw_wds_path_add() 279 rtw_rhashtable_remove_fast(&tbl->rhead, &wpath->rhash, rtw_wds_rht_params); in __rtw_wds_path_del() 470 rtw_rhash_head rhash; member 523 .head_offset = offsetof(struct rtw_wds_gptr, rhash), 669 &new_wgptr->rhash, in rtw_wds_gptr_add() 725 rtw_rhashtable_remove_fast(&tbl->rhead, &wgptr->rhash, rtw_wds_gptr_rht_params); in __rtw_wds_gptr_del()
|
| H A D | rtw_wds.h | 21 rtw_rhash_head rhash; member
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/core/wds/ |
| H A D | rtw_wds.c | 60 .head_offset = offsetof(struct rtw_wds_path, rhash), 241 &new_wpath->rhash, in rtw_wds_path_add() 279 rtw_rhashtable_remove_fast(&tbl->rhead, &wpath->rhash, rtw_wds_rht_params); in __rtw_wds_path_del() 470 rtw_rhash_head rhash; member 523 .head_offset = offsetof(struct rtw_wds_gptr, rhash), 669 &new_wgptr->rhash, in rtw_wds_gptr_add() 725 rtw_rhashtable_remove_fast(&tbl->rhead, &wgptr->rhash, rtw_wds_gptr_rht_params); in __rtw_wds_gptr_del()
|
| H A D | rtw_wds.h | 21 rtw_rhash_head rhash; member
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723cs/core/wds/ |
| H A D | rtw_wds.c | 60 .head_offset = offsetof(struct rtw_wds_path, rhash), 241 &new_wpath->rhash, in rtw_wds_path_add() 279 rtw_rhashtable_remove_fast(&tbl->rhead, &wpath->rhash, rtw_wds_rht_params); in __rtw_wds_path_del() 470 rtw_rhash_head rhash; member 523 .head_offset = offsetof(struct rtw_wds_gptr, rhash), 669 &new_wgptr->rhash, in rtw_wds_gptr_add() 725 rtw_rhashtable_remove_fast(&tbl->rhead, &wgptr->rhash, rtw_wds_gptr_rht_params); in __rtw_wds_gptr_del()
|
| H A D | rtw_wds.h | 21 rtw_rhash_head rhash; member
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8189fs/core/wds/ |
| H A D | rtw_wds.c | 60 .head_offset = offsetof(struct rtw_wds_path, rhash), 241 &new_wpath->rhash, in rtw_wds_path_add() 279 rtw_rhashtable_remove_fast(&tbl->rhead, &wpath->rhash, rtw_wds_rht_params); in __rtw_wds_path_del() 470 rtw_rhash_head rhash; member 523 .head_offset = offsetof(struct rtw_wds_gptr, rhash), 669 &new_wgptr->rhash, in rtw_wds_gptr_add() 725 rtw_rhashtable_remove_fast(&tbl->rhead, &wgptr->rhash, rtw_wds_gptr_rht_params); in __rtw_wds_gptr_del()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8821cs/core/wds/ |
| H A D | rtw_wds.c | 61 .head_offset = offsetof(struct rtw_wds_path, rhash), 242 &new_wpath->rhash, in rtw_wds_path_add() 280 rtw_rhashtable_remove_fast(&tbl->rhead, &wpath->rhash, rtw_wds_rht_params); in __rtw_wds_path_del() 471 rtw_rhash_head rhash; member 524 .head_offset = offsetof(struct rtw_wds_gptr, rhash), 670 &new_wgptr->rhash, in rtw_wds_gptr_add() 726 rtw_rhashtable_remove_fast(&tbl->rhead, &wgptr->rhash, rtw_wds_gptr_rht_params); in __rtw_wds_gptr_del()
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8188fu/core/wds/ |
| H A D | rtw_wds.c | 60 .head_offset = offsetof(struct rtw_wds_path, rhash), 241 &new_wpath->rhash, in rtw_wds_path_add() 279 rtw_rhashtable_remove_fast(&tbl->rhead, &wpath->rhash, rtw_wds_rht_params); in __rtw_wds_path_del() 470 rtw_rhash_head rhash; member 523 .head_offset = offsetof(struct rtw_wds_gptr, rhash), 669 &new_wgptr->rhash, in rtw_wds_gptr_add() 725 rtw_rhashtable_remove_fast(&tbl->rhead, &wgptr->rhash, rtw_wds_gptr_rht_params); in __rtw_wds_gptr_del()
|
| H A D | rtw_wds.h | 21 rtw_rhash_head rhash; member
|
| /OK3568_Linux_fs/kernel/fs/xfs/ |
| H A D | xfs_log_recover.c | 2270 struct hlist_head rhash[], in xlog_recover_ophdr_to_trans() argument 2279 rhp = &rhash[XLOG_RHASH(tid)]; in xlog_recover_ophdr_to_trans() 2315 struct hlist_head rhash[], in xlog_recover_process_ophdr() argument 2346 trans = xlog_recover_ophdr_to_trans(rhash, rhead, ohead); in xlog_recover_process_ophdr() 2399 struct hlist_head rhash[], in xlog_recover_process_data() argument 2425 error = xlog_recover_process_ophdr(log, rhash, rhead, ohead, in xlog_recover_process_data() 2829 struct hlist_head rhash[], in xlog_recover_process() argument 2880 return xlog_recover_process_data(log, rhash, rhead, dp, pass, in xlog_recover_process() 2945 struct hlist_head rhash[XLOG_RHASH_SIZE]; in xlog_do_recovery_pass() local 2952 INIT_HLIST_HEAD(&rhash[i]); in xlog_do_recovery_pass() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723ds/core/wds/ |
| H A D | rtw_wds.c | 59 .head_offset = offsetof(struct rtw_wds_path, rhash), 240 &new_wpath->rhash, in rtw_wds_path_add() 278 rtw_rhashtable_remove_fast(&tbl->rhead, &wpath->rhash, rtw_wds_rht_params); in __rtw_wds_path_del()
|
| H A D | rtw_wds.h | 22 rtw_rhash_head rhash; member
|
| /OK3568_Linux_fs/kernel/net/mac80211/ |
| H A D | mesh_pathtbl.c | 31 .head_offset = offsetof(struct mesh_path, rhash), 424 &new_mpath->rhash, in mesh_path_add() 467 &new_mpath->rhash, in mpp_path_add() 533 rhashtable_remove_fast(&tbl->rhead, &mpath->rhash, mesh_rht_params); in __mesh_path_del()
|