Lines Matching defs:pdesc
72 static int crypto_xcbc_digest_init(struct shash_desc *pdesc)
74 unsigned long alignmask = crypto_shash_alignmask(pdesc->tfm);
75 struct xcbc_desc_ctx *ctx = shash_desc_ctx(pdesc);
76 int bs = crypto_shash_blocksize(pdesc->tfm);
85 static int crypto_xcbc_digest_update(struct shash_desc *pdesc, const u8 *p,
88 struct crypto_shash *parent = pdesc->tfm;
91 struct xcbc_desc_ctx *ctx = shash_desc_ctx(pdesc);
132 static int crypto_xcbc_digest_final(struct shash_desc *pdesc, u8 *out)
134 struct crypto_shash *parent = pdesc->tfm;
137 struct xcbc_desc_ctx *ctx = shash_desc_ctx(pdesc);