| /linux/drivers/crypto/marvell/octeontx/ |
| H A D | otx_cptvf_algs.h | 83 u64 iv_offset:8; member 87 u64 iv_offset:8; 148 u64 iv_offset:8; member 152 u64 iv_offset:8;
|
| H A D | otx_cptvf_algs.c | 924 rctx->ctrl_word.e.iv_offset = req->assoclen - AES_GCM_IV_OFFSET; in create_aead_ctx_hdr()
|
| /linux/drivers/crypto/marvell/octeontx2/ |
| H A D | otx2_cptvf_algs.h | 74 u64 iv_offset:8; member 78 u64 iv_offset:8; 137 u64 iv_offset:8; member 141 u64 iv_offset:8;
|
| /linux/drivers/net/ethernet/mellanox/mlx5/core/en_accel/ |
| H A D | ipsec_rxtx.c | 158 int iv_offset; in mlx5e_ipsec_set_iv_esn() local 171 iv_offset = skb_transport_offset(skb) + sizeof(struct ip_esp_hdr); in mlx5e_ipsec_set_iv_esn() 172 skb_store_bits(skb, iv_offset, &seqno, 8); in mlx5e_ipsec_set_iv_esn() 178 int iv_offset; in mlx5e_ipsec_set_iv() local 183 iv_offset = skb_transport_offset(skb) + sizeof(struct ip_esp_hdr); in mlx5e_ipsec_set_iv() 184 skb_store_bits(skb, iv_offset, &seqno, 8); in mlx5e_ipsec_set_iv()
|
| /linux/drivers/net/wireless/ralink/rt2x00/ |
| H A D | rt2x00crypto.c | 53 txdesc->iv_offset = txdesc->header_length; in rt2x00crypto_create_tx_descriptor() 99 memcpy(skbdesc->iv, skb->data + txdesc->iv_offset, txdesc->iv_len); in rt2x00crypto_tx_copy_iv() 110 memcpy(skbdesc->iv, skb->data + txdesc->iv_offset, txdesc->iv_len); in rt2x00crypto_tx_remove_iv() 113 memmove(skb->data + txdesc->iv_len, skb->data, txdesc->iv_offset); in rt2x00crypto_tx_remove_iv()
|
| H A D | rt2x00queue.h | 324 u16 iv_offset; member
|
| H A D | rt2500usb.c | 1085 rt2x00_set_field32(&word, TXD_W1_IV_OFFSET, txdesc->iv_offset); in rt2500usb_write_tx_desc()
|
| H A D | rt73usb.c | 1485 rt2x00_set_field32(&word, TXD_W1_IV_OFFSET, txdesc->iv_offset); in rt73usb_write_tx_desc()
|
| H A D | rt61pci.c | 1791 rt2x00_set_field32(&word, TXD_W1_IV_OFFSET, txdesc->iv_offset); in rt61pci_write_tx_desc()
|
| /linux/drivers/md/ |
| H A D | dm-inlinecrypt.c | 45 u64 iv_offset; member 361 if (sscanf(argv[2], "%llu%c", &ctx->iv_offset, &dummy) != 1) { in inlinecrypt_ctr() 398 if (ctx->iv_offset & ((ctx->sector_size >> SECTOR_SHIFT) - 1)) { in inlinecrypt_ctr() 404 ctx->max_dun = (ctx->iv_offset + ti->len - 1) >> in inlinecrypt_ctr() 469 dun[0] = ctx->iv_offset + sector_in_target; /* 512-byte sectors */ in inlinecrypt_map() 527 ctx->key_type, ctx->iv_offset, in inlinecrypt_status()
|
| /linux/drivers/crypto/cavium/cpt/ |
| H A D | cptvf_algs.h | 58 u64 iv_offset:8; member 62 u64 iv_offset:8;
|
| /linux/net/tls/ |
| H A D | tls_sw.c | 544 int rc, iv_offset = 0; in tls_do_encryption() local 550 iv_offset = 1; in tls_do_encryption() 554 iv_offset = 1; in tls_do_encryption() 558 memcpy(&rec->iv_data[iv_offset], tls_ctx->tx.iv, in tls_do_encryption() 561 tls_xor_iv_with_seq(prot, rec->iv_data + iv_offset, in tls_do_encryption() 1283 int iv_offset = 0; in tls_decrypt_sg() local 1336 iv_offset = 1; in tls_decrypt_sg() 1340 iv_offset = 1; in tls_decrypt_sg() 1347 memcpy(&dctx->iv[iv_offset], tls_ctx->rx.iv, in tls_decrypt_sg() 1351 &dctx->iv[iv_offset] + prot->salt_size, in tls_decrypt_sg() [all …]
|
| H A D | tls.h | 61 unsigned int iv_offset; member 85 return (char *)crypto_info + cipher_desc->iv_offset; in crypto_info_iv()
|
| H A D | tls_main.c | 70 .iv_offset = offsetof(struct ci, iv), \
|
| /linux/drivers/crypto/cavium/nitrox/ |
| H A D | nitrox_aead.c | 23 u16 iv_offset : 8; member 27 u16 iv_offset : 8; 168 param3.iv_offset = 0; in nitrox_set_creq()
|
| /linux/Documentation/admin-guide/device-mapper/ |
| H A D | dm-crypt.rst | 13 <cipher> <key> <iv_offset> <device path> \ 81 <iv_offset> 165 The <iv_offset> must be multiple of <sector_size> (in 512 bytes units)
|
| /linux/drivers/net/ |
| H A D | macsec.c | 572 size_t size, iv_offset, sg_offset; in macsec_alloc_req() local 577 iv_offset = size; in macsec_alloc_req() 588 *iv = (unsigned char *)(tmp + iv_offset); in macsec_alloc_req()
|