Lines Matching refs:parent
50 static int crypto_cmac_digest_setkey(struct crypto_shash *parent, in crypto_cmac_digest_setkey() argument
53 unsigned long alignmask = crypto_shash_alignmask(parent); in crypto_cmac_digest_setkey()
54 struct cmac_tfm_ctx *ctx = crypto_shash_ctx(parent); in crypto_cmac_digest_setkey()
55 unsigned int bs = crypto_shash_blocksize(parent); in crypto_cmac_digest_setkey()
121 struct crypto_shash *parent = pdesc->tfm; in crypto_cmac_digest_update() local
122 unsigned long alignmask = crypto_shash_alignmask(parent); in crypto_cmac_digest_update()
123 struct cmac_tfm_ctx *tctx = crypto_shash_ctx(parent); in crypto_cmac_digest_update()
126 int bs = crypto_shash_blocksize(parent); in crypto_cmac_digest_update()
167 struct crypto_shash *parent = pdesc->tfm; in crypto_cmac_digest_final() local
168 unsigned long alignmask = crypto_shash_alignmask(parent); in crypto_cmac_digest_final()
169 struct cmac_tfm_ctx *tctx = crypto_shash_ctx(parent); in crypto_cmac_digest_final()
172 int bs = crypto_shash_blocksize(parent); in crypto_cmac_digest_final()