Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/crypto/caam/
Dcaamalg_qi2.h128 struct skcipher_edesc { struct
Dcaamalg_qi.c824 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()
1274 return (struct skcipher_edesc *)drv_ctx; 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()
Dcaamalg.c132 struct skcipher_edesc *edesc;
922 struct skcipher_edesc { struct
966 static void skcipher_unmap(struct device *dev, struct skcipher_edesc *edesc, in skcipher_unmap()
1010 static inline u8 *skcipher_edesc_iv(struct skcipher_edesc *edesc) in skcipher_edesc_iv()
1021 struct skcipher_edesc *edesc; in skcipher_crypt_done()
1249 struct skcipher_edesc *edesc, in init_skcipher_job()
1611 static struct skcipher_edesc *skcipher_edesc_alloc(struct skcipher_request *req, in skcipher_edesc_alloc()
1621 struct skcipher_edesc *edesc; in skcipher_edesc_alloc()
1811 struct skcipher_edesc *edesc; in skcipher_crypt()
Dcaamalg_qi2.c1111 static struct skcipher_edesc *skcipher_edesc_alloc(struct skcipher_request *req) in skcipher_edesc_alloc()
1122 struct skcipher_edesc *edesc; in skcipher_edesc_alloc()
1184 if (unlikely(offsetof(struct skcipher_edesc, sgt) + qm_sg_bytes + in skcipher_edesc_alloc()
1272 static void skcipher_unmap(struct device *dev, struct skcipher_edesc *edesc, in skcipher_unmap()
1398 struct skcipher_edesc *edesc = req_ctx->edesc; in skcipher_encrypt_done()
1436 struct skcipher_edesc *edesc = req_ctx->edesc; in skcipher_decrypt_done()
1477 struct skcipher_edesc *edesc; in skcipher_encrypt()
1527 struct skcipher_edesc *edesc; in skcipher_decrypt()