Searched refs:iv_offset (Results 1 – 7 of 7) 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 | 332 u16 iv_offset; member
|
D | rt2500usb.c | 1108 rt2x00_set_field32(&word, TXD_W1_IV_OFFSET, txdesc->iv_offset); in rt2500usb_write_tx_desc()
|
D | rt73usb.c | 1493 rt2x00_set_field32(&word, TXD_W1_IV_OFFSET, txdesc->iv_offset); in rt73usb_write_tx_desc()
|
D | rt61pci.c | 1884 rt2x00_set_field32(&word, TXD_W1_IV_OFFSET, txdesc->iv_offset); in rt61pci_write_tx_desc()
|
/drivers/md/ |
D | dm-crypt.c | 151 sector_t iv_offset; member 816 ctx->cc_sector = sector + cc->iv_offset; in crypt_convert_init() 1817 cc->iv_offset = tmpll; in crypt_ctr() 1975 DMEMIT(" %llu %s %llu", (unsigned long long)cc->iv_offset, in crypt_status()
|
/drivers/net/ |
D | macsec.c | 623 size_t size, iv_offset, sg_offset; in macsec_alloc_req() local 628 iv_offset = size; in macsec_alloc_req() 639 *iv = (unsigned char *)(tmp + iv_offset); in macsec_alloc_req()
|