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

/linux-4.1.27/crypto/
H A Dauthenc.c463 u8 *ohash; crypto_authenc_verify() local
470 ohash = authenc_ahash_fn(req, CRYPTO_TFM_REQ_MAY_SLEEP); crypto_authenc_verify()
471 if (IS_ERR(ohash)) crypto_authenc_verify()
472 return PTR_ERR(ohash); crypto_authenc_verify()
475 ihash = ohash + authsize; crypto_authenc_verify()
478 return crypto_memneq(ihash, ohash, authsize) ? -EBADMSG : 0; crypto_authenc_verify()
H A Dauthencesn.c538 u8 *ohash; crypto_authenc_esn_verify() local
545 ohash = crypto_authenc_esn_ahash(req, CRYPTO_TFM_REQ_MAY_SLEEP); crypto_authenc_esn_verify()
546 if (IS_ERR(ohash)) crypto_authenc_esn_verify()
547 return PTR_ERR(ohash); crypto_authenc_esn_verify()
550 ihash = ohash + authsize; crypto_authenc_esn_verify()
553 return crypto_memneq(ihash, ohash, authsize) ? -EBADMSG : 0; crypto_authenc_esn_verify()
/linux-4.1.27/net/sched/
H A Dsch_api.c655 struct hlist_head *nhash, *ohash; qdisc_class_hash_grow() local
668 ohash = clhash->hash; qdisc_class_hash_grow()
673 hlist_for_each_entry_safe(cl, next, &ohash[i], hnode) { qdisc_class_hash_grow()
683 qdisc_class_hash_free(ohash, osize); qdisc_class_hash_grow()

Completed in 187 milliseconds