Home
last modified time | relevance | path

Searched refs:ablkcipher_edesc (Results 1 – 2 of 2) sorted by relevance

/Linux-v4.19/drivers/crypto/caam/
Dcaamalg_qi.c753 struct ablkcipher_edesc { struct
839 struct ablkcipher_edesc *edesc, in ablkcipher_unmap()
1143 struct ablkcipher_edesc *edesc; in ablkcipher_done()
1193 static struct ablkcipher_edesc *ablkcipher_edesc_alloc(struct ablkcipher_request in ablkcipher_edesc_alloc()
1202 struct ablkcipher_edesc *edesc; in ablkcipher_edesc_alloc()
1213 return (struct ablkcipher_edesc *)drv_ctx; in ablkcipher_edesc_alloc()
1258 if (unlikely(offsetof(struct ablkcipher_edesc, sgt) + qm_sg_bytes + in ablkcipher_edesc_alloc()
1334 static struct ablkcipher_edesc *ablkcipher_giv_edesc_alloc( in ablkcipher_giv_edesc_alloc()
1344 struct ablkcipher_edesc *edesc; in ablkcipher_giv_edesc_alloc()
1354 return (struct ablkcipher_edesc *)drv_ctx; in ablkcipher_giv_edesc_alloc()
[all …]
Dcaamalg.c779 struct ablkcipher_edesc { struct
822 struct ablkcipher_edesc *edesc, in ablkcipher_unmap()
888 struct ablkcipher_edesc *edesc; in ablkcipher_encrypt_done()
896 edesc = container_of(desc, struct ablkcipher_edesc, hw_desc[0]); in ablkcipher_encrypt_done()
940 struct ablkcipher_edesc *edesc; in ablkcipher_decrypt_done()
948 edesc = container_of(desc, struct ablkcipher_edesc, hw_desc[0]); in ablkcipher_decrypt_done()
1109 struct ablkcipher_edesc *edesc, in init_ablkcipher_job()
1155 struct ablkcipher_edesc *edesc, in init_ablkcipher_giv_job()
1481 static struct ablkcipher_edesc *ablkcipher_edesc_alloc(struct ablkcipher_request in ablkcipher_edesc_alloc()
1490 struct ablkcipher_edesc *edesc; in ablkcipher_edesc_alloc()
[all …]