Home
last modified time | relevance | path

Searched refs:enc_len (Results 1 – 6 of 6) sorted by relevance

/linux-4.4.14/drivers/crypto/
Dmv_cesa.h87 u32 enc_len; member
Dmv_cesa.c304 op.enc_len = cpg->p.crypt_len; in mv_process_current_q()
/linux-4.4.14/drivers/crypto/marvell/
Dcesa.h224 __le32 enc_len; member
659 op->desc.enc_len = cpu_to_le32(len); in mv_cesa_set_crypt_op_len()
/linux-4.4.14/drivers/scsi/pm8001/
Dpm80xx_hwi.h658 __le32 enc_len; /* dword 30. Encryption length */ member
722 __le32 enc_len; /* dword 30: Encryption length */ member
Dpm80xx_hwi.c4004 ssp_cmd.enc_len = cpu_to_le32(task->total_xfer_len); in pm80xx_chip_ssp_io_req()
4008 end_addr = (start_addr + ssp_cmd.enc_len) - 1; in pm80xx_chip_ssp_io_req()
4017 start_addr, ssp_cmd.enc_len, in pm80xx_chip_ssp_io_req()
4033 ssp_cmd.enc_len = cpu_to_le32(task->total_xfer_len); in pm80xx_chip_ssp_io_req()
4181 sata_cmd.enc_len = cpu_to_le32(task->total_xfer_len); in pm80xx_chip_sata_req()
4185 end_addr = (start_addr + sata_cmd.enc_len) - 1; in pm80xx_chip_sata_req()
4194 start_addr, sata_cmd.enc_len, in pm80xx_chip_sata_req()
4211 sata_cmd.enc_len = cpu_to_le32(task->total_xfer_len); in pm80xx_chip_sata_req()
/linux-4.4.14/net/key/
Daf_key.c1578 int len, auth_len, enc_len, i; in compose_sadb_supported() local
1586 enc_len = xfrm_count_pfkey_enc_supported(); in compose_sadb_supported()
1587 if (enc_len) { in compose_sadb_supported()
1588 enc_len *= sizeof(struct sadb_alg); in compose_sadb_supported()
1589 enc_len += sizeof(struct sadb_supported); in compose_sadb_supported()
1592 len = enc_len + auth_len + sizeof(struct sadb_msg); in compose_sadb_supported()
1624 if (enc_len) { in compose_sadb_supported()
1628 sp = (struct sadb_supported *) skb_put(skb, enc_len); in compose_sadb_supported()
1631 sp->sadb_supported_len = enc_len / sizeof(uint64_t); in compose_sadb_supported()