Home
last modified time | relevance | path

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

/linux-6.12.1/crypto/
Dauthencesn.c223 u8 *ohash = areq_ctx->tail; in crypto_authenc_esn_decrypt_tail() local
227 u8 *ihash = ohash + crypto_ahash_digestsize(auth); in crypto_authenc_esn_decrypt_tail()
238 if (crypto_memneq(ihash, ohash, authsize)) in crypto_authenc_esn_decrypt_tail()
270 u8 *ohash = areq_ctx->tail; in crypto_authenc_esn_decrypt() local
273 u8 *ihash = ohash + crypto_ahash_digestsize(auth); in crypto_authenc_esn_decrypt()
301 ahash_request_set_crypt(ahreq, dst, ohash, assoclen + cryptlen); in crypto_authenc_esn_decrypt()
/linux-6.12.1/net/sched/
Dsch_api.c688 struct hlist_head *nhash, *ohash; in qdisc_class_hash_grow() local
701 ohash = clhash->hash; in qdisc_class_hash_grow()
706 hlist_for_each_entry_safe(cl, next, &ohash[i], hnode) { in qdisc_class_hash_grow()
716 kvfree(ohash); in qdisc_class_hash_grow()