Lines Matching refs:parent
51 static int crypto_xcbc_digest_setkey(struct crypto_shash *parent, in crypto_xcbc_digest_setkey() argument
54 unsigned long alignmask = crypto_shash_alignmask(parent); in crypto_xcbc_digest_setkey()
55 struct xcbc_tfm_ctx *ctx = crypto_shash_ctx(parent); in crypto_xcbc_digest_setkey()
88 struct crypto_shash *parent = pdesc->tfm; in crypto_xcbc_digest_update() local
89 unsigned long alignmask = crypto_shash_alignmask(parent); in crypto_xcbc_digest_update()
90 struct xcbc_tfm_ctx *tctx = crypto_shash_ctx(parent); in crypto_xcbc_digest_update()
93 int bs = crypto_shash_blocksize(parent); in crypto_xcbc_digest_update()
134 struct crypto_shash *parent = pdesc->tfm; in crypto_xcbc_digest_final() local
135 unsigned long alignmask = crypto_shash_alignmask(parent); in crypto_xcbc_digest_final()
136 struct xcbc_tfm_ctx *tctx = crypto_shash_ctx(parent); in crypto_xcbc_digest_final()
139 int bs = crypto_shash_blocksize(parent); in crypto_xcbc_digest_final()