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

/linux-4.1.27/drivers/crypto/caam/
H A Dcaamalg.c2107 * ablkcipher_edesc - s/w-extended ablkcipher descriptor
2118 struct ablkcipher_edesc { struct
2170 struct ablkcipher_edesc *edesc, ablkcipher_unmap()
2281 struct ablkcipher_edesc *edesc; ablkcipher_encrypt_done()
2289 edesc = (struct ablkcipher_edesc *)((char *)desc - ablkcipher_encrypt_done()
2290 offsetof(struct ablkcipher_edesc, hw_desc)); ablkcipher_encrypt_done()
2314 struct ablkcipher_edesc *edesc; ablkcipher_decrypt_done()
2322 edesc = (struct ablkcipher_edesc *)((char *)desc - ablkcipher_decrypt_done()
2323 offsetof(struct ablkcipher_edesc, hw_desc)); ablkcipher_decrypt_done()
2507 struct ablkcipher_edesc *edesc, init_ablkcipher_job()
2564 struct ablkcipher_edesc *edesc, init_ablkcipher_giv_job()
3055 static struct ablkcipher_edesc *ablkcipher_edesc_alloc(struct ablkcipher_request ablkcipher_edesc_alloc()
3066 struct ablkcipher_edesc *edesc; ablkcipher_edesc_alloc()
3107 edesc = kmalloc(sizeof(struct ablkcipher_edesc) + desc_bytes + ablkcipher_edesc_alloc()
3119 edesc->sec4_sg = (void *)edesc + sizeof(struct ablkcipher_edesc) + ablkcipher_edesc_alloc()
3156 struct ablkcipher_edesc *edesc; ablkcipher_encrypt()
3193 struct ablkcipher_edesc *edesc; ablkcipher_decrypt()
3232 static struct ablkcipher_edesc *ablkcipher_giv_edesc_alloc( ablkcipher_giv_edesc_alloc()
3245 struct ablkcipher_edesc *edesc; ablkcipher_giv_edesc_alloc()
3298 edesc->sec4_sg = (void *)edesc + sizeof(struct ablkcipher_edesc) + ablkcipher_giv_edesc_alloc()
3337 struct ablkcipher_edesc *edesc; ablkcipher_givencrypt()

Completed in 53 milliseconds