Home
last modified time | relevance | path

Searched refs:skcipher_edesc (Results 1 – 4 of 4) sorted by relevance

/Linux-v5.4/drivers/crypto/caam/
Dcaamalg_qi2.h129 struct skcipher_edesc { struct
Dcaamalg.c908 struct skcipher_edesc { struct
951 static void skcipher_unmap(struct device *dev, struct skcipher_edesc *edesc, in skcipher_unmap()
1009 struct skcipher_edesc *edesc; in skcipher_encrypt_done()
1016 edesc = container_of(desc, struct skcipher_edesc, hw_desc[0]); in skcipher_encrypt_done()
1049 struct skcipher_edesc *edesc; in skcipher_decrypt_done()
1056 edesc = container_of(desc, struct skcipher_edesc, hw_desc[0]); in skcipher_decrypt_done()
1266 struct skcipher_edesc *edesc, in init_skcipher_job()
1679 static struct skcipher_edesc *skcipher_edesc_alloc(struct skcipher_request *req, in skcipher_edesc_alloc()
1688 struct skcipher_edesc *edesc; in skcipher_edesc_alloc()
1839 struct skcipher_edesc *edesc; in skcipher_encrypt()
[all …]
Dcaamalg_qi.c821 struct skcipher_edesc { struct
903 static void skcipher_unmap(struct device *dev, struct skcipher_edesc *edesc, in skcipher_unmap()
1209 struct skcipher_edesc *edesc; in skcipher_done()
1246 static struct skcipher_edesc *skcipher_edesc_alloc(struct skcipher_request *req, in skcipher_edesc_alloc()
1255 struct skcipher_edesc *edesc; in skcipher_edesc_alloc()
1265 return (struct skcipher_edesc *)drv_ctx; in skcipher_edesc_alloc()
1322 if (unlikely(offsetof(struct skcipher_edesc, sgt) + qm_sg_bytes + in skcipher_edesc_alloc()
1400 struct skcipher_edesc *edesc; in skcipher_crypt()
Dcaamalg_qi2.c1116 static struct skcipher_edesc *skcipher_edesc_alloc(struct skcipher_request *req) in skcipher_edesc_alloc()
1127 struct skcipher_edesc *edesc; in skcipher_edesc_alloc()
1189 if (unlikely(offsetof(struct skcipher_edesc, sgt) + qm_sg_bytes + in skcipher_edesc_alloc()
1277 static void skcipher_unmap(struct device *dev, struct skcipher_edesc *edesc, in skcipher_unmap()
1403 struct skcipher_edesc *edesc = req_ctx->edesc; in skcipher_encrypt_done()
1441 struct skcipher_edesc *edesc = req_ctx->edesc; in skcipher_decrypt_done()
1474 struct skcipher_edesc *edesc; in skcipher_encrypt()
1505 struct skcipher_edesc *edesc; in skcipher_decrypt()