Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/crypto/
H A Dauthencesn.c229 u8 *ohash = PTR_ALIGN((u8 *)areq_ctx->tail, in crypto_authenc_esn_decrypt_tail() local
234 u8 *ihash = ohash + crypto_ahash_digestsize(auth); in crypto_authenc_esn_decrypt_tail()
245 if (crypto_memneq(ihash, ohash, authsize)) in crypto_authenc_esn_decrypt_tail()
278 u8 *ohash = PTR_ALIGN((u8 *)areq_ctx->tail, in crypto_authenc_esn_decrypt() local
282 u8 *ihash = ohash + crypto_ahash_digestsize(auth); in crypto_authenc_esn_decrypt()
310 ahash_request_set_crypt(ahreq, dst, ohash, assoclen + cryptlen); in crypto_authenc_esn_decrypt()
/kernel/linux/linux-6.6/crypto/
H A Dauthencesn.c227 u8 *ohash = PTR_ALIGN((u8 *)areq_ctx->tail, in crypto_authenc_esn_decrypt_tail() local
232 u8 *ihash = ohash + crypto_ahash_digestsize(auth); in crypto_authenc_esn_decrypt_tail()
243 if (crypto_memneq(ihash, ohash, authsize)) in crypto_authenc_esn_decrypt_tail()
275 u8 *ohash = PTR_ALIGN((u8 *)areq_ctx->tail, in crypto_authenc_esn_decrypt() local
279 u8 *ihash = ohash + crypto_ahash_digestsize(auth); in crypto_authenc_esn_decrypt()
307 ahash_request_set_crypt(ahreq, dst, ohash, assoclen + cryptlen); in crypto_authenc_esn_decrypt()
/kernel/linux/linux-5.10/net/sched/
H A Dsch_api.c678 struct hlist_head *nhash, *ohash; in qdisc_class_hash_grow() local
691 ohash = clhash->hash; in qdisc_class_hash_grow()
696 hlist_for_each_entry_safe(cl, next, &ohash[i], hnode) { in qdisc_class_hash_grow()
706 kvfree(ohash); in qdisc_class_hash_grow()
/kernel/linux/linux-6.6/net/sched/
H A Dsch_api.c689 struct hlist_head *nhash, *ohash; in qdisc_class_hash_grow() local
702 ohash = clhash->hash; in qdisc_class_hash_grow()
707 hlist_for_each_entry_safe(cl, next, &ohash[i], hnode) { in qdisc_class_hash_grow()
717 kvfree(ohash); in qdisc_class_hash_grow()

Completed in 8 milliseconds