Home
last modified time | relevance | path

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

/linux/crypto/
H A Dauthencesn.c207 u8 *ohash = areq_ctx->tail; in crypto_authenc_esn_decrypt_tail() local
212 u8 *ihash = ohash + crypto_ahash_digestsize(auth); in crypto_authenc_esn_decrypt_tail()
226 if (crypto_memneq(ihash, ohash, authsize)) in crypto_authenc_esn_decrypt_tail()
261 u8 *ohash = areq_ctx->tail; in crypto_authenc_esn_decrypt() local
264 u8 *ihash = ohash + crypto_ahash_digestsize(auth); in crypto_authenc_esn_decrypt()
297 ahash_request_set_crypt(ahreq, dst, ohash, assoclen + cryptlen); in crypto_authenc_esn_decrypt()
/linux/net/sched/
H A Dsch_api.c684 struct hlist_head *nhash, *ohash; in qdisc_class_hash_grow() local
697 ohash = clhash->hash; in qdisc_class_hash_grow()
702 hlist_for_each_entry_safe(cl, next, &ohash[i], hnode) { in qdisc_class_hash_grow()
712 kvfree(ohash); in qdisc_class_hash_grow()