Searched refs:iv_offset (Results 1 – 10 of 10) sorted by relevance
/drivers/net/wireless/ralink/rt2x00/ |
D | rt2x00crypto.c | 64 txdesc->iv_offset = txdesc->header_length; in rt2x00crypto_create_tx_descriptor() 110 memcpy(skbdesc->iv, skb->data + txdesc->iv_offset, txdesc->iv_len); in rt2x00crypto_tx_copy_iv() 121 memcpy(skbdesc->iv, skb->data + txdesc->iv_offset, txdesc->iv_len); in rt2x00crypto_tx_remove_iv() 124 memmove(skb->data + txdesc->iv_len, skb->data, txdesc->iv_offset); in rt2x00crypto_tx_remove_iv()
|
D | rt2x00queue.h | 335 u16 iv_offset; member
|
D | rt2500usb.c | 1096 rt2x00_set_field32(&word, TXD_W1_IV_OFFSET, txdesc->iv_offset); in rt2500usb_write_tx_desc()
|
D | rt73usb.c | 1496 rt2x00_set_field32(&word, TXD_W1_IV_OFFSET, txdesc->iv_offset); in rt73usb_write_tx_desc()
|
D | rt61pci.c | 1887 rt2x00_set_field32(&word, TXD_W1_IV_OFFSET, txdesc->iv_offset); in rt61pci_write_tx_desc()
|
/drivers/crypto/cavium/cpt/ |
D | cptvf_algs.h | 61 u64 iv_offset:8; member 65 u64 iv_offset:8;
|
/drivers/net/ethernet/mellanox/mlx5/core/en_accel/ |
D | ipsec_rxtx.c | 180 int iv_offset; in mlx5e_ipsec_set_iv() local 185 iv_offset = skb_transport_offset(skb) + sizeof(struct ip_esp_hdr); in mlx5e_ipsec_set_iv() 186 skb_store_bits(skb, iv_offset, &seqno, 8); in mlx5e_ipsec_set_iv()
|
/drivers/crypto/bcm/ |
D | spu2.c | 384 u8 iv_offset; in spu2_dump_fmd_ctrl1() local 425 iv_offset = (ctrl1 & SPU2_IV_OFFSET) >> SPU2_IV_OFFSET_SHIFT; in spu2_dump_fmd_ctrl1() 426 packet_log(" IV offset %u\n", iv_offset); in spu2_dump_fmd_ctrl1()
|
/drivers/md/ |
D | dm-crypt.c | 175 u64 iv_offset; member 1014 ctx->cc_sector = sector + cc->iv_offset; in crypt_convert_init() 1104 *sector = cpu_to_le64(ctx->cc_sector - cc->iv_offset); in crypt_convert_block_aead() 1201 *sector = cpu_to_le64(ctx->cc_sector - cc->iv_offset); in crypt_convert_block_skcipher() 2809 cc->iv_offset = tmpll; in crypt_ctr() 2973 DMEMIT(" %llu %s %llu", (unsigned long long)cc->iv_offset, in crypt_status()
|
/drivers/net/ |
D | macsec.c | 622 size_t size, iv_offset, sg_offset; in macsec_alloc_req() local 627 iv_offset = size; in macsec_alloc_req() 638 *iv = (unsigned char *)(tmp + iv_offset); in macsec_alloc_req()
|