Home
last modified time | relevance | path

Searched refs:rhash (Results 1 – 3 of 3) sorted by relevance

/linux-4.4.14/crypto/
Dahash.c491 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()
Dshash.c527 struct crypto_report_hash rhash; in crypto_shash_report() local
530 strncpy(rhash.type, "shash", sizeof(rhash.type)); in crypto_shash_report()
532 rhash.blocksize = alg->cra_blocksize; in crypto_shash_report()
533 rhash.digestsize = salg->digestsize; in crypto_shash_report()
536 sizeof(struct crypto_report_hash), &rhash)) in crypto_shash_report()
/linux-4.4.14/fs/xfs/
Dxfs_log_recover.c3648 struct hlist_head rhash[], in xlog_recover_ophdr_to_trans() argument
3657 rhp = &rhash[XLOG_RHASH(tid)]; in xlog_recover_ophdr_to_trans()
3693 struct hlist_head rhash[], in xlog_recover_process_ophdr() argument
3722 trans = xlog_recover_ophdr_to_trans(rhash, rhead, ohead); in xlog_recover_process_ophdr()
3744 struct hlist_head rhash[], in xlog_recover_process_data() argument
3768 error = xlog_recover_process_ophdr(log, rhash, rhead, ohead, in xlog_recover_process_data()
4256 struct hlist_head rhash[XLOG_RHASH_SIZE]; in xlog_do_recovery_pass() local
4308 memset(rhash, 0, sizeof(rhash)); in xlog_do_recovery_pass()
4420 error = xlog_recover_process_data(log, rhash, in xlog_do_recovery_pass()
4453 error = xlog_recover_process_data(log, rhash, in xlog_do_recovery_pass()