Searched refs:skcipher_edesc (Results 1 – 4 of 4) sorted by relevance
| /linux/drivers/crypto/caam/ |
| H A D | caamalg_qi2.h | 130 struct skcipher_edesc { struct
|
| H A D | caamalg_qi.c | 824 struct skcipher_edesc { struct 906 static void skcipher_unmap(struct device *dev, struct skcipher_edesc *edesc, in skcipher_unmap() 1210 static inline u8 *skcipher_edesc_iv(struct skcipher_edesc *edesc) in skcipher_edesc_iv() 1218 struct skcipher_edesc *edesc; in skcipher_done() 1254 static struct skcipher_edesc *skcipher_edesc_alloc(struct skcipher_request *req, in skcipher_edesc_alloc() 1263 struct skcipher_edesc *edesc; in skcipher_edesc_alloc() 1332 len = offsetof(struct skcipher_edesc, sgt) + qm_sg_bytes; in skcipher_edesc_alloc() 1422 struct skcipher_edesc *edesc; in skcipher_crypt()
|
| H A D | caamalg.c | 138 struct skcipher_edesc *edesc; 990 struct skcipher_edesc { struct 1034 static void skcipher_unmap(struct device *dev, struct skcipher_edesc *edesc, in skcipher_unmap() 1078 static inline u8 *skcipher_edesc_iv(struct skcipher_edesc *edesc) in skcipher_edesc_iv() 1089 struct skcipher_edesc *edesc; in skcipher_crypt_done() 1317 struct skcipher_edesc *edesc, in init_skcipher_job() 1692 static struct skcipher_edesc *skcipher_edesc_alloc(struct skcipher_request *req, in skcipher_edesc_alloc() 1702 struct skcipher_edesc *edesc; in skcipher_edesc_alloc() 1892 struct skcipher_edesc *edesc; in skcipher_crypt()
|
| H A D | caamalg_qi2.c | 1113 static struct skcipher_edesc *skcipher_edesc_alloc(struct skcipher_request *req) in skcipher_edesc_alloc() 1124 struct skcipher_edesc *edesc; in skcipher_edesc_alloc() 1186 if (unlikely(offsetof(struct skcipher_edesc, sgt) + qm_sg_bytes + in skcipher_edesc_alloc() 1274 static void skcipher_unmap(struct device *dev, struct skcipher_edesc *edesc, in skcipher_unmap() 1400 struct skcipher_edesc *edesc = req_ctx->edesc; in skcipher_encrypt_done() 1438 struct skcipher_edesc *edesc = req_ctx->edesc; in skcipher_decrypt_done() 1479 struct skcipher_edesc *edesc; in skcipher_encrypt() 1529 struct skcipher_edesc *edesc; in skcipher_decrypt()
|