Searched refs:ohash (Results 1 - 2 of 2) sorted by relevance

/linux-master/crypto/
H A Dauthencesn.c223 u8 *ohash = areq_ctx->tail; local
227 u8 *ihash = ohash + crypto_ahash_digestsize(auth);
238 if (crypto_memneq(ihash, ohash, authsize))
270 u8 *ohash = areq_ctx->tail; local
273 u8 *ihash = ohash + crypto_ahash_digestsize(auth);
301 ahash_request_set_crypt(ahreq, dst, ohash, assoclen + cryptlen);
/linux-master/net/sched/
H A Dsch_api.c689 struct hlist_head *nhash, *ohash; local
702 ohash = clhash->hash;
707 hlist_for_each_entry_safe(cl, next, &ohash[i], hnode) {
717 kvfree(ohash);

Completed in 138 milliseconds