Searched refs:skcipher_edesc (Results 1 – 4 of 4) sorted by relevance
/Linux-v5.10/drivers/crypto/caam/ |
D | caamalg_qi2.h | 130 struct skcipher_edesc { struct
|
D | caamalg_qi.c | 819 struct skcipher_edesc { struct 901 static void skcipher_unmap(struct device *dev, struct skcipher_edesc *edesc, in skcipher_unmap() 1207 struct skcipher_edesc *edesc; in skcipher_done() 1244 static struct skcipher_edesc *skcipher_edesc_alloc(struct skcipher_request *req, in skcipher_edesc_alloc() 1253 struct skcipher_edesc *edesc; in skcipher_edesc_alloc() 1263 return (struct skcipher_edesc *)drv_ctx; in skcipher_edesc_alloc() 1320 if (unlikely(offsetof(struct skcipher_edesc, sgt) + qm_sg_bytes + in skcipher_edesc_alloc() 1406 struct skcipher_edesc *edesc; in skcipher_crypt()
|
D | caamalg.c | 124 struct skcipher_edesc *edesc; 913 struct skcipher_edesc { struct 957 static void skcipher_unmap(struct device *dev, struct skcipher_edesc *edesc, in skcipher_unmap() 1005 struct skcipher_edesc *edesc; in skcipher_crypt_done() 1233 struct skcipher_edesc *edesc, in init_skcipher_job() 1593 static struct skcipher_edesc *skcipher_edesc_alloc(struct skcipher_request *req, in skcipher_edesc_alloc() 1603 struct skcipher_edesc *edesc; in skcipher_edesc_alloc() 1785 struct skcipher_edesc *edesc; in skcipher_crypt()
|
D | caamalg_qi2.c | 1106 static struct skcipher_edesc *skcipher_edesc_alloc(struct skcipher_request *req) in skcipher_edesc_alloc() 1117 struct skcipher_edesc *edesc; in skcipher_edesc_alloc() 1179 if (unlikely(offsetof(struct skcipher_edesc, sgt) + qm_sg_bytes + in skcipher_edesc_alloc() 1267 static void skcipher_unmap(struct device *dev, struct skcipher_edesc *edesc, in skcipher_unmap() 1393 struct skcipher_edesc *edesc = req_ctx->edesc; in skcipher_encrypt_done() 1431 struct skcipher_edesc *edesc = req_ctx->edesc; in skcipher_decrypt_done() 1472 struct skcipher_edesc *edesc; in skcipher_encrypt() 1522 struct skcipher_edesc *edesc; in skcipher_decrypt()
|