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

/linux-4.1.27/drivers/crypto/
H A Dmv_cesa.h87 u32 enc_len; member in struct:sec_accel_config
H A Dmv_cesa.c299 op.enc_len = cpg->p.crypt_len; mv_process_current_q()
/linux-4.1.27/net/key/
H A Daf_key.c1577 int len, auth_len, enc_len, i; compose_sadb_supported() local
1585 enc_len = xfrm_count_pfkey_enc_supported(); compose_sadb_supported()
1586 if (enc_len) { compose_sadb_supported()
1587 enc_len *= sizeof(struct sadb_alg); compose_sadb_supported()
1588 enc_len += sizeof(struct sadb_supported); compose_sadb_supported()
1591 len = enc_len + auth_len + sizeof(struct sadb_msg); compose_sadb_supported()
1623 if (enc_len) { compose_sadb_supported()
1627 sp = (struct sadb_supported *) skb_put(skb, enc_len); compose_sadb_supported()
1630 sp->sadb_supported_len = enc_len / sizeof(uint64_t); compose_sadb_supported()
/linux-4.1.27/drivers/scsi/pm8001/
H A Dpm80xx_hwi.c3948 ssp_cmd.enc_len = cpu_to_le32(task->total_xfer_len); pm80xx_chip_ssp_io_req()
3952 end_addr = (start_addr + ssp_cmd.enc_len) - 1; pm80xx_chip_ssp_io_req()
3961 start_addr, ssp_cmd.enc_len, pm80xx_chip_ssp_io_req()
3977 ssp_cmd.enc_len = cpu_to_le32(task->total_xfer_len); pm80xx_chip_ssp_io_req()
4125 sata_cmd.enc_len = cpu_to_le32(task->total_xfer_len); pm80xx_chip_sata_req()
4129 end_addr = (start_addr + sata_cmd.enc_len) - 1; pm80xx_chip_sata_req()
4138 start_addr, sata_cmd.enc_len, pm80xx_chip_sata_req()
4155 sata_cmd.enc_len = cpu_to_le32(task->total_xfer_len); pm80xx_chip_sata_req()
H A Dpm80xx_hwi.h657 __le32 enc_len; /* dword 30. Encryption length */ member in struct:sata_start_req
721 __le32 enc_len; /* dword 30: Encryption length */ member in struct:ssp_ini_io_start_req

Completed in 354 milliseconds