Lines Matching defs:pdesc
105 static int crypto_cmac_digest_init(struct shash_desc *pdesc)
107 unsigned long alignmask = crypto_shash_alignmask(pdesc->tfm);
108 struct cmac_desc_ctx *ctx = shash_desc_ctx(pdesc);
109 int bs = crypto_shash_blocksize(pdesc->tfm);
118 static int crypto_cmac_digest_update(struct shash_desc *pdesc, const u8 *p,
121 struct crypto_shash *parent = pdesc->tfm;
124 struct cmac_desc_ctx *ctx = shash_desc_ctx(pdesc);
165 static int crypto_cmac_digest_final(struct shash_desc *pdesc, u8 *out)
167 struct crypto_shash *parent = pdesc->tfm;
170 struct cmac_desc_ctx *ctx = shash_desc_ctx(pdesc);