Lines Matching defs:pdesc
104 static int crypto_cmac_digest_init(struct shash_desc *pdesc)
106 unsigned long alignmask = crypto_shash_alignmask(pdesc->tfm);
107 struct cmac_desc_ctx *ctx = shash_desc_ctx(pdesc);
108 int bs = crypto_shash_blocksize(pdesc->tfm);
117 static int crypto_cmac_digest_update(struct shash_desc *pdesc, const u8 *p,
120 struct crypto_shash *parent = pdesc->tfm;
123 struct cmac_desc_ctx *ctx = shash_desc_ctx(pdesc);
164 static int crypto_cmac_digest_final(struct shash_desc *pdesc, u8 *out)
166 struct crypto_shash *parent = pdesc->tfm;
169 struct cmac_desc_ctx *ctx = shash_desc_ctx(pdesc);