Lines Matching refs:parent
61 static int crypto_xcbc_digest_setkey(struct crypto_shash *parent, in crypto_xcbc_digest_setkey() argument
64 unsigned long alignmask = crypto_shash_alignmask(parent); in crypto_xcbc_digest_setkey()
65 struct xcbc_tfm_ctx *ctx = crypto_shash_ctx(parent); in crypto_xcbc_digest_setkey()
66 int bs = crypto_shash_blocksize(parent); in crypto_xcbc_digest_setkey()
98 struct crypto_shash *parent = pdesc->tfm; in crypto_xcbc_digest_update() local
99 unsigned long alignmask = crypto_shash_alignmask(parent); in crypto_xcbc_digest_update()
100 struct xcbc_tfm_ctx *tctx = crypto_shash_ctx(parent); in crypto_xcbc_digest_update()
103 int bs = crypto_shash_blocksize(parent); in crypto_xcbc_digest_update()
144 struct crypto_shash *parent = pdesc->tfm; in crypto_xcbc_digest_final() local
145 unsigned long alignmask = crypto_shash_alignmask(parent); in crypto_xcbc_digest_final()
146 struct xcbc_tfm_ctx *tctx = crypto_shash_ctx(parent); in crypto_xcbc_digest_final()
149 int bs = crypto_shash_blocksize(parent); in crypto_xcbc_digest_final()