Searched refs:skcipher_edesc (Results 1 – 4 of 4) sorted by relevance
/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; 914 struct skcipher_edesc { struct 958 static void skcipher_unmap(struct device *dev, struct skcipher_edesc *edesc, in skcipher_unmap() 1006 struct skcipher_edesc *edesc; in skcipher_crypt_done() 1234 struct skcipher_edesc *edesc, in init_skcipher_job() 1594 static struct skcipher_edesc *skcipher_edesc_alloc(struct skcipher_request *req, in skcipher_edesc_alloc() 1604 struct skcipher_edesc *edesc; in skcipher_edesc_alloc() 1786 struct skcipher_edesc *edesc; in skcipher_crypt()
|
D | caamalg_qi2.c | 1107 static struct skcipher_edesc *skcipher_edesc_alloc(struct skcipher_request *req) in skcipher_edesc_alloc() 1118 struct skcipher_edesc *edesc; in skcipher_edesc_alloc() 1180 if (unlikely(offsetof(struct skcipher_edesc, sgt) + qm_sg_bytes + in skcipher_edesc_alloc() 1268 static void skcipher_unmap(struct device *dev, struct skcipher_edesc *edesc, in skcipher_unmap() 1394 struct skcipher_edesc *edesc = req_ctx->edesc; in skcipher_encrypt_done() 1432 struct skcipher_edesc *edesc = req_ctx->edesc; in skcipher_decrypt_done() 1473 struct skcipher_edesc *edesc; in skcipher_encrypt() 1523 struct skcipher_edesc *edesc; in skcipher_decrypt()
|