Lines Matching refs:ablkcipher_edesc
2118 struct ablkcipher_edesc { struct
2170 struct ablkcipher_edesc *edesc, in ablkcipher_unmap()
2281 struct ablkcipher_edesc *edesc; in ablkcipher_encrypt_done()
2289 edesc = (struct ablkcipher_edesc *)((char *)desc - in ablkcipher_encrypt_done()
2290 offsetof(struct ablkcipher_edesc, hw_desc)); in ablkcipher_encrypt_done()
2314 struct ablkcipher_edesc *edesc; in ablkcipher_decrypt_done()
2322 edesc = (struct ablkcipher_edesc *)((char *)desc - in ablkcipher_decrypt_done()
2323 offsetof(struct ablkcipher_edesc, hw_desc)); in ablkcipher_decrypt_done()
2507 struct ablkcipher_edesc *edesc, in init_ablkcipher_job()
2564 struct ablkcipher_edesc *edesc, in init_ablkcipher_giv_job()
3055 static struct ablkcipher_edesc *ablkcipher_edesc_alloc(struct ablkcipher_request in ablkcipher_edesc_alloc()
3066 struct ablkcipher_edesc *edesc; in ablkcipher_edesc_alloc()
3107 edesc = kmalloc(sizeof(struct ablkcipher_edesc) + desc_bytes + in ablkcipher_edesc_alloc()
3119 edesc->sec4_sg = (void *)edesc + sizeof(struct ablkcipher_edesc) + in ablkcipher_edesc_alloc()
3156 struct ablkcipher_edesc *edesc; in ablkcipher_encrypt()
3193 struct ablkcipher_edesc *edesc; in ablkcipher_decrypt()
3232 static struct ablkcipher_edesc *ablkcipher_giv_edesc_alloc( in ablkcipher_giv_edesc_alloc()
3245 struct ablkcipher_edesc *edesc; in ablkcipher_giv_edesc_alloc()
3298 edesc->sec4_sg = (void *)edesc + sizeof(struct ablkcipher_edesc) + in ablkcipher_giv_edesc_alloc()
3337 struct ablkcipher_edesc *edesc; in ablkcipher_givencrypt()