Lines Matching refs:parent
54 static int crypto_cmac_digest_setkey(struct crypto_shash *parent, in crypto_cmac_digest_setkey() argument
57 unsigned long alignmask = crypto_shash_alignmask(parent); in crypto_cmac_digest_setkey()
58 struct cmac_tfm_ctx *ctx = crypto_shash_ctx(parent); in crypto_cmac_digest_setkey()
59 unsigned int bs = crypto_shash_blocksize(parent); in crypto_cmac_digest_setkey()
124 struct crypto_shash *parent = pdesc->tfm; in crypto_cmac_digest_update() local
125 unsigned long alignmask = crypto_shash_alignmask(parent); in crypto_cmac_digest_update()
126 struct cmac_tfm_ctx *tctx = crypto_shash_ctx(parent); in crypto_cmac_digest_update()
129 int bs = crypto_shash_blocksize(parent); in crypto_cmac_digest_update()
170 struct crypto_shash *parent = pdesc->tfm; in crypto_cmac_digest_final() local
171 unsigned long alignmask = crypto_shash_alignmask(parent); in crypto_cmac_digest_final()
172 struct cmac_tfm_ctx *tctx = crypto_shash_ctx(parent); in crypto_cmac_digest_final()
175 int bs = crypto_shash_blocksize(parent); in crypto_cmac_digest_final()