/Linux-v6.6/crypto/ |
D | khazad.c | 803 u8 *ciphertext, const u8 *plaintext) in khazad_crypt() argument 806 __be64 *dst = (__be64 *)ciphertext; in khazad_crypt()
|
D | anubis.c | 573 u8 *ciphertext, const u8 *plaintext, const int R) in anubis_crypt() argument 576 __be32 *dst = (__be32 *)ciphertext; in anubis_crypt()
|
D | Kconfig | 746 with the plaintext blocks to get the ciphertext. Flipping a bit in the 747 ciphertext produces a flipped bit in the plaintext at the same 773 tristate "XTS (XOR Encrypt XOR with ciphertext stealing)" 778 XTS (XOR Encrypt XOR with ciphertext stealing) mode (NIST SP800-38E
|
/Linux-v6.6/arch/arm64/crypto/ |
D | Kconfig | 165 - XTS (XOR Encrypt XOR with ciphertext stealing) mode (NIST SP800-38E 182 - XTS (XOR Encrypt XOR with ciphertext stealing) mode (NIST SP800-38E 214 - XTS (XOR Encrypt XOR with ciphertext stealing) mode (NIST SP800-38E 245 - XTS (XOR Encrypt XOR with ciphertext stealing) mode (NIST SP800-38E
|
/Linux-v6.6/fs/smb/server/ |
D | ntlmssp.h | 165 unsigned char ciphertext[CIFS_CPHTXT_SIZE]; member
|
/Linux-v6.6/Documentation/crypto/ |
D | userspace-if.rst | 94 ciphertext in different memory locations, all a consumer needs to do is 237 with the plaintext / ciphertext. See below for the memory structure. 263 - plaintext or ciphertext 279 - AEAD decryption input: AAD \|\| ciphertext \|\| authentication tag 284 - AEAD encryption output: ciphertext \|\| authentication tag 397 provided ciphertext is assumed to contain an authentication tag of
|
D | devel-algos.rst | 132 contains the plaintext and will contain the ciphertext. Please refer
|
/Linux-v6.6/drivers/staging/rtl8712/ |
D | rtl871x_security.c | 858 static void aes128k128d(u8 *key, u8 *data, u8 *ciphertext) in aes128k128d() argument 870 xor_128(round_key, data, ciphertext); in aes128k128d() 873 byte_sub(ciphertext, intermediatea); in aes128k128d() 875 xor_128(intermediateb, round_key, ciphertext); in aes128k128d() 877 byte_sub(ciphertext, intermediatea); in aes128k128d() 883 xor_128(intermediatea, round_key, ciphertext); in aes128k128d()
|
/Linux-v6.6/arch/arm/crypto/ |
D | Kconfig | 180 - XTS (XOR Encrypt XOR with ciphertext stealing) mode (NIST SP800-38E 202 - XTS (XOR Encrypt XOR with ciphertext stealing) mode (NIST SP800-38E
|
/Linux-v6.6/arch/x86/crypto/ |
D | aesni-intel_avx-x86_64.S | 275 mov arg5, %r13 # save the number of bytes of plaintext/ciphertext 461 vpshufb SHUF_MASK(%rip), %xmm9, %xmm9 # shuffle xmm9 back to output as ciphertext 822 # shuffle xmm9 back to output as ciphertext 965 ## encrypt the initial num_initial_blocks blocks and apply ghash on the ciphertext 1026 … vmovdqu reg_i, (arg3 , %r11) # write back ciphertext for num_initial_blocks blocks 1031 vpshufb SHUF_MASK(%rip), reg_i, reg_i # prepare ciphertext for GHASH computations 1185 …pxor TMP1(%rsp), \XMM1, \XMM1 # combine GHASHed value with the corresponding ciphertext 1201 # ghash the 8 previously encrypted ciphertext blocks 1570 # GHASH the last 4 ciphertext blocks. 1913 ## encrypt the initial num_initial_blocks blocks and apply ghash on the ciphertext [all …]
|
D | aesni-intel_asm.S | 405 # shuffle xmm0 back to output as ciphertext 741 # shuffle xmm9 back to output as ciphertext 833 # write back plaintext/ciphertext for num_initial_blocks 841 # prepare plaintext/ciphertext for GHASH computation 961 # combine GHASHed value with the corresponding ciphertext 1125 movdqu \XMM1, (%arg3,%r11,1) # Write to the ciphertext buffer 1126 movdqu \XMM2, 16(%arg3,%r11,1) # Write to the ciphertext buffer 1127 movdqu \XMM3, 32(%arg3,%r11,1) # Write to the ciphertext buffer 1128 movdqu \XMM4, 48(%arg3,%r11,1) # Write to the ciphertext buffer
|
/Linux-v6.6/Documentation/filesystems/ |
D | fscrypt.rst | 118 "locked", i.e. in ciphertext or encrypted form. 221 resulting ciphertext is used as the derived key. If the ciphertext is 242 files doesn't map to the same ciphertext, or vice versa. In most 348 the difficulty of dealing with ciphertext expansion. Therefore, 897 be in plaintext form or in ciphertext form) is global. This mismatch 1166 for an encrypted file contains the plaintext, not the ciphertext. 1178 listed in an encoded form derived from their ciphertext. The 1271 Inline encryption doesn't affect the ciphertext or other aspects of 1353 read the ciphertext into the page cache and decrypt it in-place. The 1379 directories.) Instead, filesystems hash the ciphertext filenames, [all …]
|
D | fsverity.rst | 573 the ciphertext. This is necessary in order to make the fs-verity file
|
/Linux-v6.6/Documentation/block/ |
D | inline-encryption.rst | 33 verify the correctness of the resulting ciphertext. Inline encryption hardware 177 blk-crypto-fallback is used, the ciphertext written to disk (and hence the 289 re-generate the integrity info from the ciphertext data and store that on disk 294 ciphertext, not that of the plaintext).
|
/Linux-v6.6/drivers/staging/rtl8723bs/core/ |
D | rtw_security.c | 669 static void aes128k128d(u8 *key, u8 *data, u8 *ciphertext); 677 static void aes128k128d(u8 *key, u8 *data, u8 *ciphertext) in aes128k128d() argument 682 aes_encrypt(&ctx, ciphertext, data); in aes128k128d()
|
/Linux-v6.6/Documentation/admin-guide/device-mapper/ |
D | dm-crypt.rst | 107 the leak of information about the ciphertext device (filesystem type,
|
/Linux-v6.6/fs/smb/client/ |
D | cifsencrypt.c | 830 cifs_arc4_crypt(ctx_arc4, ses->ntlmssp->ciphertext, sec_key, in calc_seckey()
|
D | cifsglob.h | 173 unsigned char ciphertext[CIFS_CPHTXT_SIZE]; /* sent to server */ member
|
D | sess.c | 1115 memcpy(tmp, ses->ntlmssp->ciphertext, CIFS_CPHTXT_SIZE); in build_ntlmssp_auth_blob()
|
/Linux-v6.6/Documentation/virt/kvm/x86/ |
D | amd-memory-encryption.rst | 207 … SEV_STATE_SECRET, /* guest is being launched and ready to accept the ciphertext data */
|
/Linux-v6.6/Documentation/virt/kvm/ |
D | api.rst | 4704 moving ciphertext of those pages will not result in plaintext being 4709 swap or migrate (move) ciphertext pages. Hence, for now we pin the guest
|