ohash             239 crypto/authencesn.c 	u8 *ohash = PTR_ALIGN((u8 *)areq_ctx->tail,
ohash             244 crypto/authencesn.c 	u8 *ihash = ohash + crypto_ahash_digestsize(auth);
ohash             255 crypto/authencesn.c 	if (crypto_memneq(ihash, ohash, authsize))
ohash             288 crypto/authencesn.c 	u8 *ohash = PTR_ALIGN((u8 *)areq_ctx->tail,
ohash             292 crypto/authencesn.c 	u8 *ihash = ohash + crypto_ahash_digestsize(auth);
ohash             320 crypto/authencesn.c 	ahash_request_set_crypt(ahreq, dst, ohash, assoclen + cryptlen);
ohash             661 net/sched/sch_api.c 	struct hlist_head *nhash, *ohash;
ohash             674 net/sched/sch_api.c 	ohash = clhash->hash;
ohash             679 net/sched/sch_api.c 		hlist_for_each_entry_safe(cl, next, &ohash[i], hnode) {
ohash             689 net/sched/sch_api.c 	kvfree(ohash);