Searched refs:sec4_sg_bytes (Results 1 – 4 of 4) sorted by relevance
| /linux/drivers/crypto/caam/ |
| A D | caamhash.c | 536 int sec4_sg_bytes; member 551 if (edesc->sec4_sg_bytes) in ahash_unmap() 741 edesc->sec4_sg_bytes = sgsize; in ahash_edesc_add_src() 879 edesc->sec4_sg_bytes = sec4_sg_bytes; in ahash_update_ctx() 901 sec4_sg_bytes, in ahash_update_ctx() 945 int sec4_sg_bytes; in ahash_final_ctx() local 961 edesc->sec4_sg_bytes = sec4_sg_bytes; in ahash_final_ctx() 975 sec4_sg_bytes, DMA_TO_DEVICE); in ahash_final_ctx() 1255 edesc->sec4_sg_bytes = sec4_sg_bytes; in ahash_update_no_ctx() 1266 sec4_sg_bytes, in ahash_update_no_ctx() [all …]
|
| A D | caamalg.c | 892 int sec4_sg_bytes; member 919 int sec4_sg_bytes; member 930 int sec4_sg_bytes) in caam_unmap() argument 943 if (sec4_sg_bytes) in caam_unmap() 1412 if (!sec4_sg_bytes) in aead_edesc_alloc() 1416 sec4_sg_bytes, DMA_TO_DEVICE); in aead_edesc_alloc() 1424 edesc->sec4_sg_bytes = sec4_sg_bytes; in aead_edesc_alloc() 1694 edesc->sec4_sg_bytes = sec4_sg_bytes; in skcipher_edesc_alloc() 1731 if (sec4_sg_bytes) { in skcipher_edesc_alloc() 1733 sec4_sg_bytes, in skcipher_edesc_alloc() [all …]
|
| A D | caampkc.c | 51 if (edesc->sec4_sg_bytes) in rsa_io_unmap() 52 dma_unmap_single(dev, edesc->sec4_sg_dma, edesc->sec4_sg_bytes, in rsa_io_unmap() 253 int sec4_sg_index, sec4_sg_len = 0, sec4_sg_bytes; in rsa_edesc_alloc() local 310 sec4_sg_bytes = sec4_sg_len * sizeof(struct sec4_sg_entry); in rsa_edesc_alloc() 313 edesc = kzalloc(sizeof(*edesc) + desclen + sec4_sg_bytes, in rsa_edesc_alloc() 337 if (!sec4_sg_bytes) in rsa_edesc_alloc() 344 sec4_sg_bytes, DMA_TO_DEVICE); in rsa_edesc_alloc() 350 edesc->sec4_sg_bytes = sec4_sg_bytes; in rsa_edesc_alloc() 354 edesc->sec4_sg_bytes, 1); in rsa_edesc_alloc()
|
| A D | caampkc.h | 139 int sec4_sg_bytes; member
|
Completed in 40 milliseconds