Home
last modified time | relevance | path

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

/crypto/
A Dhctr2.c46 struct crypto_shash *polyval; member
111 SHASH_DESC_ON_STACK(shash, tfm->polyval); in hctr2_hash_tweaklen()
115 shash->tfm = tctx->polyval; in hctr2_hash_tweaklen()
179 hash_desc->tfm = tctx->polyval; in hctr2_hash_tweak()
240 hash_desc->tfm = tctx->polyval; in hctr2_finish()
341 struct crypto_shash *polyval; in hctr2_init_tfm() local
356 if (IS_ERR(polyval)) { in hctr2_init_tfm()
357 err = PTR_ERR(polyval); in hctr2_init_tfm()
363 tctx->polyval = polyval; in hctr2_init_tfm()
368 crypto_shash_descsize(polyval), in hctr2_init_tfm()
[all …]
A DMakefile176 obj-$(CONFIG_CRYPTO_POLYVAL) += polyval-generic.o

Completed in 4 milliseconds