Lines Matching defs:pdesc
71 static int crypto_xcbc_digest_init(struct shash_desc *pdesc)
73 unsigned long alignmask = crypto_shash_alignmask(pdesc->tfm);
74 struct xcbc_desc_ctx *ctx = shash_desc_ctx(pdesc);
75 int bs = crypto_shash_blocksize(pdesc->tfm);
84 static int crypto_xcbc_digest_update(struct shash_desc *pdesc, const u8 *p,
87 struct crypto_shash *parent = pdesc->tfm;
90 struct xcbc_desc_ctx *ctx = shash_desc_ctx(pdesc);
131 static int crypto_xcbc_digest_final(struct shash_desc *pdesc, u8 *out)
133 struct crypto_shash *parent = pdesc->tfm;
136 struct xcbc_desc_ctx *ctx = shash_desc_ctx(pdesc);