rhash 515 crypto/ahash.c struct crypto_report_hash rhash; rhash 517 crypto/ahash.c memset(&rhash, 0, sizeof(rhash)); rhash 519 crypto/ahash.c strscpy(rhash.type, "ahash", sizeof(rhash.type)); rhash 521 crypto/ahash.c rhash.blocksize = alg->cra_blocksize; rhash 522 crypto/ahash.c rhash.digestsize = __crypto_hash_alg_common(alg)->digestsize; rhash 524 crypto/ahash.c return nla_put(skb, CRYPTOCFGA_REPORT_HASH, sizeof(rhash), &rhash); rhash 134 crypto/crypto_user_stat.c struct crypto_stat_hash rhash; rhash 136 crypto/crypto_user_stat.c memset(&rhash, 0, sizeof(rhash)); rhash 138 crypto/crypto_user_stat.c strscpy(rhash.type, "ahash", sizeof(rhash.type)); rhash 140 crypto/crypto_user_stat.c rhash.stat_hash_cnt = atomic64_read(&alg->stats.hash.hash_cnt); rhash 141 crypto/crypto_user_stat.c rhash.stat_hash_tlen = atomic64_read(&alg->stats.hash.hash_tlen); rhash 142 crypto/crypto_user_stat.c rhash.stat_err_cnt = atomic64_read(&alg->stats.hash.err_cnt); rhash 144 crypto/crypto_user_stat.c return nla_put(skb, CRYPTOCFGA_STAT_HASH, sizeof(rhash), &rhash); rhash 149 crypto/crypto_user_stat.c struct crypto_stat_hash rhash; rhash 151 crypto/crypto_user_stat.c memset(&rhash, 0, sizeof(rhash)); rhash 153 crypto/crypto_user_stat.c strscpy(rhash.type, "shash", sizeof(rhash.type)); rhash 155 crypto/crypto_user_stat.c rhash.stat_hash_cnt = atomic64_read(&alg->stats.hash.hash_cnt); rhash 156 crypto/crypto_user_stat.c rhash.stat_hash_tlen = atomic64_read(&alg->stats.hash.hash_tlen); rhash 157 crypto/crypto_user_stat.c rhash.stat_err_cnt = atomic64_read(&alg->stats.hash.err_cnt); rhash 159 crypto/crypto_user_stat.c return nla_put(skb, CRYPTOCFGA_STAT_HASH, sizeof(rhash), &rhash); rhash 404 crypto/shash.c struct crypto_report_hash rhash; rhash 407 crypto/shash.c memset(&rhash, 0, sizeof(rhash)); rhash 409 crypto/shash.c strscpy(rhash.type, "shash", sizeof(rhash.type)); rhash 411 crypto/shash.c rhash.blocksize = alg->cra_blocksize; rhash 412 crypto/shash.c rhash.digestsize = salg->digestsize; rhash 414 crypto/shash.c return nla_put(skb, CRYPTOCFGA_REPORT_HASH, sizeof(rhash), &rhash); rhash 4400 fs/xfs/xfs_log_recover.c struct hlist_head rhash[], rhash 4409 fs/xfs/xfs_log_recover.c rhp = &rhash[XLOG_RHASH(tid)]; rhash 4445 fs/xfs/xfs_log_recover.c struct hlist_head rhash[], rhash 4476 fs/xfs/xfs_log_recover.c trans = xlog_recover_ophdr_to_trans(rhash, rhead, ohead); rhash 4529 fs/xfs/xfs_log_recover.c struct hlist_head rhash[], rhash 4555 fs/xfs/xfs_log_recover.c error = xlog_recover_process_ophdr(log, rhash, rhead, ohead, rhash 5132 fs/xfs/xfs_log_recover.c struct hlist_head rhash[], rhash 5181 fs/xfs/xfs_log_recover.c return xlog_recover_process_data(log, rhash, rhead, dp, pass, rhash 5247 fs/xfs/xfs_log_recover.c struct hlist_head rhash[XLOG_RHASH_SIZE]; rhash 5254 fs/xfs/xfs_log_recover.c INIT_HLIST_HEAD(&rhash[i]); rhash 5328 fs/xfs/xfs_log_recover.c memset(rhash, 0, sizeof(rhash)); rhash 5443 fs/xfs/xfs_log_recover.c error = xlog_recover_process(log, rhash, rhead, offset, rhash 5475 fs/xfs/xfs_log_recover.c error = xlog_recover_process(log, rhash, rhead, offset, pass, rhash 5508 fs/xfs/xfs_log_recover.c hlist_for_each_entry_safe(trans, tmp, &rhash[i], r_list) rhash 106 net/mac80211/mesh.h struct rhash_head rhash; rhash 31 net/mac80211/mesh_pathtbl.c .head_offset = offsetof(struct mesh_path, rhash), rhash 422 net/mac80211/mesh_pathtbl.c &new_mpath->rhash, rhash 465 net/mac80211/mesh_pathtbl.c &new_mpath->rhash, rhash 530 net/mac80211/mesh_pathtbl.c rhashtable_remove_fast(&tbl->rhead, &mpath->rhash, mesh_rht_params);