Home
last modified time | relevance | path

Searched refs:iv_offset (Results 1 – 7 of 7) sorted by relevance

/linux-2.6.39/drivers/net/wireless/rt2x00/
Drt2x00crypto.c66 txdesc->iv_offset = txdesc->header_length; in rt2x00crypto_create_tx_descriptor()
112 memcpy(skbdesc->iv, skb->data + txdesc->iv_offset, txdesc->iv_len); in rt2x00crypto_tx_copy_iv()
123 memcpy(skbdesc->iv, skb->data + txdesc->iv_offset, txdesc->iv_len); in rt2x00crypto_tx_remove_iv()
126 memmove(skb->data + txdesc->iv_len, skb->data, txdesc->iv_offset); in rt2x00crypto_tx_remove_iv()
Drt2x00queue.h332 u16 iv_offset; member
Drt2500usb.c1110 rt2x00_set_field32(&word, TXD_W1_IV_OFFSET, txdesc->iv_offset); in rt2500usb_write_tx_desc()
Drt73usb.c1496 rt2x00_set_field32(&word, TXD_W1_IV_OFFSET, txdesc->iv_offset); in rt73usb_write_tx_desc()
Drt61pci.c1894 rt2x00_set_field32(&word, TXD_W1_IV_OFFSET, txdesc->iv_offset); in rt61pci_write_tx_desc()
/linux-2.6.39/Documentation/device-mapper/
Ddm-crypt.txt7 Parameters: <cipher> <key> <iv_offset> <device path> <offset>
28 <iv_offset>
/linux-2.6.39/drivers/md/
Ddm-crypt.c147 sector_t iv_offset; member
669 ctx->sector = sector + cc->iv_offset; in crypt_convert_init()
1638 cc->iv_offset = tmpll; in crypt_ctr()
1728 DMEMIT(" %llu %s %llu", (unsigned long long)cc->iv_offset, in crypt_status()