Searched refs:rhash (Results 1 – 3 of 3) sorted by relevance
/linux-4.1.27/crypto/ |
D | ahash.c | 491 struct crypto_report_hash rhash; in crypto_ahash_report() local 493 strncpy(rhash.type, "ahash", sizeof(rhash.type)); in crypto_ahash_report() 495 rhash.blocksize = alg->cra_blocksize; in crypto_ahash_report() 496 rhash.digestsize = __crypto_hash_alg_common(alg)->digestsize; in crypto_ahash_report() 499 sizeof(struct crypto_report_hash), &rhash)) in crypto_ahash_report()
|
D | shash.c | 532 struct crypto_report_hash rhash; in crypto_shash_report() local 535 strncpy(rhash.type, "shash", sizeof(rhash.type)); in crypto_shash_report() 537 rhash.blocksize = alg->cra_blocksize; in crypto_shash_report() 538 rhash.digestsize = salg->digestsize; in crypto_shash_report() 541 sizeof(struct crypto_report_hash), &rhash)) in crypto_shash_report()
|
/linux-4.1.27/fs/xfs/ |
D | xfs_log_recover.c | 3576 struct hlist_head rhash[], in xlog_recover_ophdr_to_trans() argument 3585 rhp = &rhash[XLOG_RHASH(tid)]; in xlog_recover_ophdr_to_trans() 3621 struct hlist_head rhash[], in xlog_recover_process_ophdr() argument 3650 trans = xlog_recover_ophdr_to_trans(rhash, rhead, ohead); in xlog_recover_process_ophdr() 3672 struct hlist_head rhash[], in xlog_recover_process_data() argument 3696 error = xlog_recover_process_ophdr(log, rhash, rhead, ohead, in xlog_recover_process_data() 4140 struct hlist_head rhash[XLOG_RHASH_SIZE]; in xlog_do_recovery_pass() local 4192 memset(rhash, 0, sizeof(rhash)); in xlog_do_recovery_pass() 4304 error = xlog_recover_process_data(log, rhash, in xlog_do_recovery_pass() 4337 error = xlog_recover_process_data(log, rhash, in xlog_do_recovery_pass()
|