Searched refs:sec4_sg_bytes (Results 1 – 4 of 4) sorted by relevance
| /linux/drivers/crypto/caam/ |
| A D | caamhash.c | 545 int sec4_sg_bytes; member 560 if (edesc->sec4_sg_bytes) in ahash_unmap() 746 edesc->sec4_sg_bytes = sgsize; in ahash_edesc_add_src() 887 edesc->sec4_sg_bytes = sec4_sg_bytes; in ahash_update_ctx() 909 sec4_sg_bytes, in ahash_update_ctx() 953 int sec4_sg_bytes; in ahash_final_ctx() local 969 edesc->sec4_sg_bytes = sec4_sg_bytes; in ahash_final_ctx() 983 sec4_sg_bytes, DMA_TO_DEVICE); in ahash_final_ctx() 1263 edesc->sec4_sg_bytes = sec4_sg_bytes; in ahash_update_no_ctx() 1274 sec4_sg_bytes, in ahash_update_no_ctx() [all …]
|
| A D | caampkc.c | 57 if (edesc->sec4_sg_bytes) in rsa_io_unmap() 58 dma_unmap_single(dev, edesc->sec4_sg_dma, edesc->sec4_sg_bytes, in rsa_io_unmap() 261 int sec4_sg_index, sec4_sg_len = 0, sec4_sg_bytes; in rsa_edesc_alloc() local 318 sec4_sg_bytes = sec4_sg_len * sizeof(struct sec4_sg_entry); in rsa_edesc_alloc() 321 edesc = kzalloc(sizeof(*edesc) + desclen + sec4_sg_bytes, flags); in rsa_edesc_alloc() 344 if (!sec4_sg_bytes) in rsa_edesc_alloc() 351 sec4_sg_bytes, DMA_TO_DEVICE); in rsa_edesc_alloc() 357 edesc->sec4_sg_bytes = sec4_sg_bytes; in rsa_edesc_alloc() 361 edesc->sec4_sg_bytes, 1); in rsa_edesc_alloc()
|
| A D | caamalg.c | 902 int sec4_sg_bytes; member 929 int sec4_sg_bytes; member 940 int sec4_sg_bytes) in caam_unmap() argument 953 if (sec4_sg_bytes) in caam_unmap() 1428 if (!sec4_sg_bytes) in aead_edesc_alloc() 1432 sec4_sg_bytes, DMA_TO_DEVICE); in aead_edesc_alloc() 1440 edesc->sec4_sg_bytes = sec4_sg_bytes; in aead_edesc_alloc() 1718 edesc->sec4_sg_bytes = sec4_sg_bytes; in skcipher_edesc_alloc() 1755 if (sec4_sg_bytes) { in skcipher_edesc_alloc() 1757 sec4_sg_bytes, in skcipher_edesc_alloc() [all …]
|
| A D | caampkc.h | 136 int sec4_sg_bytes; member
|
Completed in 16 milliseconds