Searched refs:polyval (Results 1 – 4 of 4) sorted by relevance
46 struct crypto_shash *polyval; member89 p += crypto_shash_statesize(tctx->polyval); in hctr2_hashed_tweaklen()111 SHASH_DESC_ON_STACK(shash, tfm->polyval); in hctr2_hash_tweaklen()115 shash->tfm = tctx->polyval; in hctr2_hash_tweaklen()159 crypto_shash_clear_flags(tctx->polyval, CRYPTO_TFM_REQ_MASK); in hctr2_setkey()160 crypto_shash_set_flags(tctx->polyval, crypto_skcipher_get_flags(tfm) & in hctr2_setkey()162 err = crypto_shash_setkey(tctx->polyval, hbar, BLOCKCIPHER_BLOCK_SIZE); in hctr2_setkey()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[all …]
174 obj-$(CONFIG_CRYPTO_POLYVAL) += polyval-generic.o
44 obj-$(CONFIG_CRYPTO_POLYVAL_ARM64_CE) += polyval-ce.o45 polyval-ce-y := polyval-ce-glue.o polyval-ce-core.o
75 obj-$(CONFIG_CRYPTO_POLYVAL_CLMUL_NI) += polyval-clmulni.o76 polyval-clmulni-y := polyval-clmulni_asm.o polyval-clmulni_glue.o