Searched refs:enc_len (Results 1 - 8 of 8) sorted by relevance
/kernel/linux/linux-5.10/drivers/crypto/marvell/cesa/ |
H A D | cesa.h | 211 * @enc_len: cipher operation length 224 __le32 enc_len; member 688 op->desc.enc_len = cpu_to_le32(len); in mv_cesa_set_crypt_op_len()
|
/kernel/linux/linux-6.6/drivers/crypto/marvell/cesa/ |
H A D | cesa.h | 211 * @enc_len: cipher operation length 224 __le32 enc_len; member 692 op->desc.enc_len = cpu_to_le32(len); in mv_cesa_set_crypt_op_len()
|
/kernel/linux/linux-5.10/net/key/ |
H A D | af_key.c | 1619 int len, auth_len, enc_len, i; in compose_sadb_supported() local 1627 enc_len = xfrm_count_pfkey_enc_supported(); in compose_sadb_supported() 1628 if (enc_len) { in compose_sadb_supported() 1629 enc_len *= sizeof(struct sadb_alg); in compose_sadb_supported() 1630 enc_len += sizeof(struct sadb_supported); in compose_sadb_supported() 1633 len = enc_len + auth_len + sizeof(struct sadb_msg); in compose_sadb_supported() 1665 if (enc_len) { in compose_sadb_supported() 1669 sp = skb_put(skb, enc_len); in compose_sadb_supported() 1672 sp->sadb_supported_len = enc_len / sizeof(uint64_t); in compose_sadb_supported()
|
/kernel/linux/linux-6.6/net/key/ |
H A D | af_key.c | 1614 int len, auth_len, enc_len, i; in compose_sadb_supported() local 1622 enc_len = xfrm_count_pfkey_enc_supported(); in compose_sadb_supported() 1623 if (enc_len) { in compose_sadb_supported() 1624 enc_len *= sizeof(struct sadb_alg); in compose_sadb_supported() 1625 enc_len += sizeof(struct sadb_supported); in compose_sadb_supported() 1628 len = enc_len + auth_len + sizeof(struct sadb_msg); in compose_sadb_supported() 1660 if (enc_len) { in compose_sadb_supported() 1664 sp = skb_put(skb, enc_len); in compose_sadb_supported() 1667 sp->sadb_supported_len = enc_len / sizeof(uint64_t); in compose_sadb_supported()
|
/kernel/linux/linux-5.10/drivers/scsi/pm8001/ |
H A D | pm80xx_hwi.c | 4384 ssp_cmd.enc_len = cpu_to_le32(task->total_xfer_len); in pm80xx_chip_ssp_io_req() 4388 end_addr = dma_addr + le32_to_cpu(ssp_cmd.enc_len) - 1; in pm80xx_chip_ssp_io_req() 4396 le32_to_cpu(ssp_cmd.enc_len), in pm80xx_chip_ssp_io_req() 4410 ssp_cmd.enc_len = cpu_to_le32(task->total_xfer_len); in pm80xx_chip_ssp_io_req() 4559 sata_cmd.enc_len = cpu_to_le32(task->total_xfer_len); in pm80xx_chip_sata_req() 4563 end_addr = dma_addr + le32_to_cpu(sata_cmd.enc_len) - 1; in pm80xx_chip_sata_req() 4570 le32_to_cpu(sata_cmd.enc_len), in pm80xx_chip_sata_req() 4585 sata_cmd.enc_len = cpu_to_le32(task->total_xfer_len); in pm80xx_chip_sata_req()
|
H A D | pm80xx_hwi.h | 761 __le32 enc_len; /* dword 30. Encryption length */ member 825 __le32 enc_len; /* dword 30: Encryption length */ member
|
/kernel/linux/linux-6.6/drivers/scsi/pm8001/ |
H A D | pm80xx_hwi.c | 4354 ssp_cmd.enc_len = cpu_to_le32(task->total_xfer_len); in pm80xx_chip_ssp_io_req() 4358 end_addr = dma_addr + le32_to_cpu(ssp_cmd.enc_len) - 1; in pm80xx_chip_ssp_io_req() 4366 le32_to_cpu(ssp_cmd.enc_len), in pm80xx_chip_ssp_io_req() 4380 ssp_cmd.enc_len = cpu_to_le32(task->total_xfer_len); in pm80xx_chip_ssp_io_req() 4524 sata_cmd.enc_len = cpu_to_le32(task->total_xfer_len); in pm80xx_chip_sata_req() 4528 end_addr = dma_addr + le32_to_cpu(sata_cmd.enc_len) - 1; in pm80xx_chip_sata_req() 4535 le32_to_cpu(sata_cmd.enc_len), in pm80xx_chip_sata_req() 4550 sata_cmd.enc_len = cpu_to_le32(task->total_xfer_len); in pm80xx_chip_sata_req()
|
H A D | pm80xx_hwi.h | 756 __le32 enc_len; /* dword 30. Encryption length */ member 820 __le32 enc_len; /* dword 30: Encryption length */ member
|
Completed in 38 milliseconds