Searched refs:ohash (Results 1 – 2 of 2) sorted by relevance
/linux-4.4.14/crypto/ |
D | authencesn.c | 240 u8 *ohash = PTR_ALIGN((u8 *)areq_ctx->tail, in crypto_authenc_esn_decrypt_tail() local 245 u8 *ihash = ohash + crypto_ahash_digestsize(auth); in crypto_authenc_esn_decrypt_tail() 253 if (crypto_memneq(ihash, ohash, authsize)) in crypto_authenc_esn_decrypt_tail() 284 u8 *ohash = PTR_ALIGN((u8 *)areq_ctx->tail, in crypto_authenc_esn_decrypt() local 288 u8 *ihash = ohash + crypto_ahash_digestsize(auth); in crypto_authenc_esn_decrypt() 316 ahash_request_set_crypt(ahreq, dst, ohash, assoclen + cryptlen); in crypto_authenc_esn_decrypt()
|
/linux-4.4.14/net/sched/ |
D | sch_api.c | 655 struct hlist_head *nhash, *ohash; in qdisc_class_hash_grow() local 668 ohash = clhash->hash; in qdisc_class_hash_grow() 673 hlist_for_each_entry_safe(cl, next, &ohash[i], hnode) { in qdisc_class_hash_grow() 683 qdisc_class_hash_free(ohash, osize); in qdisc_class_hash_grow()
|