Lines Matching refs:skcipher_edesc
908 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()
1876 struct skcipher_edesc *edesc; in skcipher_decrypt()