| /linux-6.15/arch/x86/crypto/ |
| H A D | aesni-intel_asm.S | 34 #define IV %xmm3 macro 841 movaps IN4, IV 844 movaps IN2, IV 866 pxor IV, STATE 868 movaps IN, IV 992 pxor IV, STATE 1034 movaps IV, CTR 1065 movaps CTR, IV 1154 paddq IV, IV 1157 pxor KEY, IV [all …]
|
| H A 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
|
| H A D | aes-xts-avx-x86_64.S | 817 .set IV, %rsi define 821 vmovdqu (IV), %xmm0 838 vmovdqu %xmm0, (IV)
|
| /linux-6.15/arch/powerpc/crypto/ |
| H A D | aes-gcm-p10.S | 28 # v30 is IV 304 # v30: current IV 371 vadduwm 30, 30, 31 # IV + counter 377 stxvb16x 32+30, 0, 7 # update IV 568 # Update IV and ghash here 569 vadduwm 30, 30, 31 # increase IV 570 stxvb16x 32+30, 0, 7 # update IV 658 # initialize ICB: GHASH( IV ), IV - r7 709 vmr 15, 30 # first state: IV 936 # initialize ICB: GHASH( IV ), IV - r7 [all …]
|
| /linux-6.15/tools/perf/scripts/perl/Perf-Trace-Util/ |
| H A D | Context.c | 47 XSprePUSH; PUSHi((IV)RETVAL); in XS() 70 XSprePUSH; PUSHi((IV)RETVAL); in XS() 93 XSprePUSH; PUSHi((IV)RETVAL); in XS()
|
| /linux-6.15/Documentation/admin-guide/device-mapper/ |
| H A 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. 142 The <type> can be "none" if metadata is used only for persistent IV. 147 used for storing authentication tag (and persistent IV if needed). 160 IV generators will use sector number counted in <sector_size> units 163 For example, if <sector_size> is 4096 bytes, plain64 IV for the second
|
| /linux-6.15/drivers/crypto/chelsio/ |
| H A D | chcr_algo.c | 74 #define IV AES_BLOCK_SIZE macro 848 0, 0, IV >> 1); in create_cipher_wr() 1292 bytes = IV + req->cryptlen; in process_cipher() 2520 null ? 0 : 1 + IV, in create_authenc_wr() 2522 req->assoclen + IV + 1, in create_authenc_wr() 2537 IV >> 1); in create_authenc_wr() 2564 memcpy(ivptr, req->iv, IV); in create_authenc_wr() 2741 memcpy(buf, reqctx->iv, IV); in chcr_add_cipher_src_ent() 2742 buf += IV; in chcr_add_cipher_src_ent() 3005 1 + IV, IV + assoclen + ccm_xtra, in fill_sec_cpl_for_aead() [all …]
|
| /linux-6.15/drivers/zorro/ |
| H A 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]
|
| /linux-6.15/Documentation/hwmon/ |
| H A 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
|
| H A D | nct6775.rst | 156 * 5 "Smart Fan IV" mode 245 Smart Fan IV mode (5)
|
| /linux-6.15/Documentation/userspace-api/media/mediactl/ |
| H A D | media-controller.rst | 7 Part IV - Media Controller API
|
| /linux-6.15/Documentation/crypto/ |
| H A 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.
|
| H A D | api-samples.rst | 21 u8 iv[16]; /* AES-256-XTS takes a 16-byte IV */ 61 /* Initialize the IV */
|
| H A 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
|
| /linux-6.15/tools/perf/Documentation/ |
| H A D | android.txt | 68 IV. Environment settings for running perf 75 IV. Run perf
|
| /linux-6.15/crypto/ |
| H A D | Kconfig | 825 tristate "Sequence Number IV Generator" 828 Sequence Number IV generator 830 This IV generator generates an IV based on a sequence number by 836 tristate "Encrypted Chain IV Generator" 839 Encrypted Chain IV generator 841 This IV generator generates an IV based on the encryption of 846 tristate "Encrypted Salt-Sector IV Generator" 849 Encrypted Salt-Sector IV generator 851 This IV generator is used in some cases by fscrypt and/or 854 IV, making low entropy IV sources more suitable for block [all …]
|
| /linux-6.15/net/batman-adv/ |
| H A D | Kconfig | 26 of the currently used B.A.T.M.A.N. IV protocol. The main 32 compatible to B.A.T.M.A.N. IV networks.
|
| /linux-6.15/tools/power/cpupower/bindings/python/ |
| H A D | README | 80 John B. Wyatt IV
|
| /linux-6.15/Documentation/devicetree/bindings/sound/ |
| H A D | ti,tas2781.yaml | 29 DSP and IV Sense, 16/20/24/32bit stereo I2S or multichannel TDM.
|
| /linux-6.15/Documentation/filesystems/ |
| H A D | fscrypt.rst | 272 included in the IV. Moreover: 294 compliant with the UFS standard, which supports only 64 IV bits per 303 unit index mod 2^32 to produce a 32-bit IV. 308 format results in some level of IV reuse, so it should only be used 454 units". Each data unit is encrypted independently. The IV for each 491 0-63 of the IV, and the file's nonce is placed in bits 64-191. 494 bits 0-31 of the IV, and the file's inode number is placed in bits 503 The byte order of the IV is always little endian. 521 Thus, IV reuse is limited to within a single directory. 542 that IV reuse is not a problem as each symlink has its own inode. [all …]
|
| /linux-6.15/arch/arm64/boot/dts/qcom/ |
| H A D | sm8450-sony-xperia-nagara-pdx224.dts | 12 model = "Sony Xperia 5 IV";
|
| H A D | sm8450-sony-xperia-nagara-pdx223.dts | 12 model = "Sony Xperia 1 IV";
|
| /linux-6.15/arch/arm64/crypto/ |
| H A D | aes-modes.S | 324 IV .req x5 336 ld1 {vctr.16b}, [IV] 474 st1 {vctr.16b}, [IV] /* return next CTR value */ 577 .unreq IV
|
| /linux-6.15/Documentation/i2c/busses/ |
| H A D | i2c-ali15x3.rst | 67 * "Aladdin IV" includes the M1541 Socket 7 North bridge
|
| /linux-6.15/Documentation/arch/powerpc/ |
| H A D | qe_firmware.rst | 16 IV - Microcode Programming Details 57 IV - Microcode Programming Details
|