/kernel/linux/linux-5.10/tools/perf/scripts/perl/Perf-Trace-Util/ |
D | Context.c | 47 XSprePUSH; PUSHi((IV)RETVAL); in XS() 70 XSprePUSH; PUSHi((IV)RETVAL); in XS() 93 XSprePUSH; PUSHi((IV)RETVAL); in XS()
|
/kernel/linux/linux-5.10/Documentation/admin-guide/device-mapper/ |
D | dm-crypt.rst | 17 Encryption cipher, encryption mode and Initial Vector (IV) generator. 30 format (selected by capi: prefix). The IV specification is the same 58 keys (for example IV seed) so the key contains more parts concatenated 82 The IV offset is a sector count that is added to the sector number 83 before creating the IV. 137 The <type> can be "none" if metadata is used only for persistent IV. 142 used for storing authentication tag (and persistent IV if needed). 150 IV generators will use sector number counted in <sector_size> units 153 For example, if <sector_size> is 4096 bytes, plain64 IV for the second
|
/kernel/linux/linux-5.10/drivers/block/ |
D | cryptoloop.c | 98 int size, sector_t IV) in cryptoloop_transfer() argument 134 iv[0] = cpu_to_le32(IV & 0xffffffff); in cryptoloop_transfer() 144 IV++; in cryptoloop_transfer()
|
/kernel/linux/linux-5.10/arch/x86/crypto/ |
D | blake2s-core.S | 11 IV: .octa 0xA54FF53A3C6EF372BB67AE856A09E667 label 65 movdqa IV(%rip),%xmm2 67 pxor IV+0x10(%rip),%xmm3 183 vmovdqa IV(%rip),%xmm14 184 vmovdqa IV+16(%rip),%xmm15
|
D | aesni-intel_asm.S | 143 #define IV %xmm3 macro 2508 movups (IVP), IV 2529 pxor IV, STATE1 2534 movaps IN4, IV 2537 movaps IN2, IV 2559 pxor IV, STATE 2561 movaps IN, IV 2568 movups IV, (IVP) 2600 movaps IV, CTR 2631 movaps CTR, IV [all …]
|
/kernel/linux/linux-5.10/drivers/crypto/chelsio/ |
D | chcr_algo.c | 73 #define IV AES_BLOCK_SIZE macro 847 chcr_req->sec_cpl.pldlen = htonl(IV + wrparam->bytes); in create_cipher_wr() 849 FILL_SEC_CPL_CIPHERSTOP_HI(0, 0, IV + 1, 0); in create_cipher_wr() 855 0, 0, IV >> 1); in create_cipher_wr() 887 temp = sizeof(struct cpl_rx_phys_dsgl) + dst_size + kctx_len + IV in create_cipher_wr() 1206 memcpy(req->iv, reqctx->init_iv, IV); in chcr_handle_cipher_resp() 1297 reqctx->imm = (transhdr_len + IV + req->cryptlen) <= in process_cipher() 1299 bytes = IV + req->cryptlen; in process_cipher() 1327 memcpy(reqctx->init_iv, reqctx->iv, IV); in process_cipher() 1331 memcpy(reqctx->iv, req->iv, IV); in process_cipher() [all …]
|
/kernel/linux/linux-5.10/drivers/zorro/ |
D | zorro.ids | 322 1500 Picasso IV Z2 RAM [Graphics Card] 323 1600 Picasso IV Z2 RAM [Graphics Card] 324 1700 Picasso IV Z2 [Graphics Card] 325 1800 Picasso IV Z3 [Graphics Card] 413 0100 AMax II/IV [Macintosh Emulator] 417 0600 Blizzard 1220-IV [Accelerator] 422 1100 Blizzard 1230-IV/1260 [Accelerator]
|
/kernel/linux/linux-5.10/Documentation/hwmon/ |
D | w83627ehf.rst | 150 * 5 "Smart Fan IV" mode 154 SmartFan IV mode is configurable only if it was configured at system 156 SmartFan IV operational parameters can not be configured at this time, 157 and the various pwm attributes are not used in SmartFan IV mode. 160 returned when reading pwm attributes is unrelated to SmartFan IV
|
D | nct6775.rst | 150 * 5 "Smart Fan IV" mode 239 Smart Fan IV mode (5)
|
/kernel/linux/linux-5.10/Documentation/userspace-api/media/mediactl/ |
D | media-controller.rst | 7 Part IV - Media Controller API
|
/kernel/linux/linux-5.10/Documentation/crypto/ |
D | architecture.rst | 167 - ivsize: IV size in bytes 173 - geniv: IV generator (obsolete) 250 using the AEAD cipher with the automated IV generation. The shown 254 the caller may not use the AEAD cipher with a separate IV generator. In 255 this case, the caller must generate the IV. 323 encryption operation of the AEAD cipher with IV generator. 325 The SEQIV generates the IV.
|
D | api-samples.rst | 21 u8 iv[16]; /* AES-256-XTS takes a 16-byte IV */ 61 /* Initialize the IV */
|
D | userspace-if.rst | 159 should be processed for encryption or decryption. In addition, the IV is 174 - specification of the IV information marked with the flag ALG_SET_IV 218 should be processed for encryption or decryption. In addition, the IV is 233 - specification of the IV information marked with the flag ALG_SET_IV
|
/kernel/linux/linux-5.10/tools/perf/Documentation/ |
D | android.txt | 68 IV. Environment settings for running perf 75 IV. Run perf
|
D | jitdump-specification.txt | 51 IV/ Record header
|
/kernel/linux/linux-5.10/net/batman-adv/ |
D | Kconfig | 27 of the currently used B.A.T.M.A.N. IV protocol. The main 33 compatible to B.A.T.M.A.N. IV networks.
|
/kernel/linux/linux-5.10/Documentation/filesystems/ |
D | fscrypt.rst | 273 included in the IV. Moreover: 295 compliant with the UFS standard, which supports only 64 IV bits per 304 logical block number mod 2^32 to produce a 32-bit IV. 307 compliant with the eMMC v5.2 standard, which supports only 32 IV bits 309 format results in some level of IV reuse, so it should only be used 372 Each block's IV is set to the logical block number within the file as 375 - With CBC mode encryption, ESSIV is also used. Specifically, each IV 379 - With `DIRECT_KEY policies`_, the file's nonce is appended to the IV. 383 to 32 bits and is placed in bits 0-31 of the IV. The inode number 387 to 32 bits and is placed in bits 0-31 of the IV. The inode number [all …]
|
/kernel/linux/linux-5.10/crypto/ |
D | Kconfig | 358 tristate "Sequence Number IV Generator" 365 This IV generator generates an IV based on a sequence number by 369 tristate "Encrypted Chain IV Generator" 375 This IV generator generates an IV based on the encryption of 528 Encrypted salt-sector initialization vector (ESSIV) is an IV 532 IV, making low entropy IV sources more suitable for block 539 ESSIV to the input IV. Note that in the AEAD case, it is assumed 541 template, and that the IV appears at the end of the authenticated
|
/kernel/linux/linux-5.10/Documentation/i2c/busses/ |
D | i2c-ali15x3.rst | 67 * "Aladdin IV" includes the M1541 Socket 7 North bridge
|
/kernel/linux/linux-5.10/Documentation/powerpc/ |
D | qe_firmware.rst | 16 IV - Microcode Programming Details 57 IV - Microcode Programming Details
|
/kernel/linux/linux-5.10/Documentation/admin-guide/media/ |
D | bttv-cardlist.rst | 478 - Teppro TEV-560/InterVision IV-560
|
D | bttv.rst | 1371 - Intervision IV-510 (capture only bt8x8) 1372 - Intervision IV-550 (bt8x8) 1373 - Intervision IV-100 (zoran) 1374 - Intervision IV-1000 (bt8x8) 1395 - TEPPRO IV-550 (For BT848 Main Chip)
|
/kernel/linux/linux-5.10/drivers/gpu/drm/nouveau/nvkm/engine/sec/fuc/ |
D | g98.fuc0s | 438 // init key, IV 502 // pull updated IV
|
/kernel/linux/linux-5.10/Documentation/networking/ |
D | netdev-features.rst | 100 Part IV: Features
|
/kernel/linux/linux-5.10/fs/gfs2/ |
D | trace_gfs2.h | 23 dlm_state_name(IV), \
|