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

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

Completed in 294 milliseconds