Searched refs:rhash (Results 1 – 3 of 3) sorted by relevance
/linux-4.19.296/crypto/ |
D | ahash.c | 498 struct crypto_report_hash rhash; in crypto_ahash_report() local 500 strncpy(rhash.type, "ahash", sizeof(rhash.type)); in crypto_ahash_report() 502 rhash.blocksize = alg->cra_blocksize; in crypto_ahash_report() 503 rhash.digestsize = __crypto_hash_alg_common(alg)->digestsize; in crypto_ahash_report() 506 sizeof(struct crypto_report_hash), &rhash)) in crypto_ahash_report()
|
D | shash.c | 423 struct crypto_report_hash rhash; in crypto_shash_report() local 426 strncpy(rhash.type, "shash", sizeof(rhash.type)); in crypto_shash_report() 428 rhash.blocksize = alg->cra_blocksize; in crypto_shash_report() 429 rhash.digestsize = salg->digestsize; in crypto_shash_report() 432 sizeof(struct crypto_report_hash), &rhash)) in crypto_shash_report()
|
/linux-4.19.296/fs/xfs/ |
D | xfs_log_recover.c | 4477 struct hlist_head rhash[], in xlog_recover_ophdr_to_trans() argument 4486 rhp = &rhash[XLOG_RHASH(tid)]; in xlog_recover_ophdr_to_trans() 4522 struct hlist_head rhash[], in xlog_recover_process_ophdr() argument 4553 trans = xlog_recover_ophdr_to_trans(rhash, rhead, ohead); in xlog_recover_process_ophdr() 4606 struct hlist_head rhash[], in xlog_recover_process_data() argument 4632 error = xlog_recover_process_ophdr(log, rhash, rhead, ohead, in xlog_recover_process_data() 5201 struct hlist_head rhash[], in xlog_recover_process() argument 5254 return xlog_recover_process_data(log, rhash, rhead, dp, pass, in xlog_recover_process() 5320 struct hlist_head rhash[XLOG_RHASH_SIZE]; in xlog_do_recovery_pass() local 5327 INIT_HLIST_HEAD(&rhash[i]); in xlog_do_recovery_pass() [all …]
|