/kernel/linux/linux-6.6/fs/smb/server/ |
H A D | ntlmssp.h | 165 unsigned char ciphertext[CIFS_CPHTXT_SIZE]; member
|
/kernel/linux/linux-5.10/arch/x86/crypto/ |
H A D | aesni-intel_avx-x86_64.S | 309 mov arg5, %r13 # save the number of bytes of plaintext/ciphertext 495 vpshufb SHUF_MASK(%rip), %xmm9, %xmm9 # shuffle xmm9 back to output as ciphertext 854 # shuffle xmm9 back to output as ciphertext 997 ## encrypt the initial num_initial_blocks blocks and apply ghash on the ciphertext 1058 vmovdqu reg_i, (arg3 , %r11) # write back ciphertext for num_initial_blocks blocks 1063 vpshufb SHUF_MASK(%rip), reg_i, reg_i # prepare ciphertext for GHASH computations 1217 vpxor TMP1(%rsp), \XMM1, \XMM1 # combine GHASHed value with the corresponding ciphertext 1233 # ghash the 8 previously encrypted ciphertext blocks 1602 # GHASH the last 4 ciphertext blocks. 1945 ## encrypt the initial num_initial_blocks blocks and apply ghash on the ciphertext [all...] |
H A D | aesni-intel_asm.S | 409 # shuffle xmm0 back to output as ciphertext 745 # shuffle xmm9 back to output as ciphertext 784 * the ciphertext 837 # write back plaintext/ciphertext for num_initial_blocks 845 # prepare plaintext/ciphertext for GHASH computation 965 # combine GHASHed value with the corresponding ciphertext 976 * ghash the 4 previously encrypted ciphertext blocks 1129 movdqu \XMM1, (%arg3,%r11,1) # Write to the ciphertext buffer 1130 movdqu \XMM2, 16(%arg3,%r11,1) # Write to the ciphertext buffer 1131 movdqu \XMM3, 32(%arg3,%r11,1) # Write to the ciphertext buffe [all...] |
/kernel/linux/linux-6.6/arch/x86/crypto/ |
H A 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 vpxor 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...] |
H A D | aesni-intel_asm.S | 405 # shuffle xmm0 back to output as ciphertext 741 # shuffle xmm9 back to output as ciphertext 780 * the 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 972 * ghash the 4 previously encrypted ciphertext blocks 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 buffe [all...] |
/kernel/linux/linux-5.10/drivers/staging/rtl8712/ |
H A D | rtl871x_security.c | 859 static void aes128k128d(u8 *key, u8 *data, u8 *ciphertext) in aes128k128d() argument 871 xor_128(round_key, data, ciphertext); in aes128k128d() 874 byte_sub(ciphertext, intermediatea); in aes128k128d() 876 xor_128(intermediateb, round_key, ciphertext); in aes128k128d() 878 byte_sub(ciphertext, intermediatea); in aes128k128d() 884 xor_128(intermediatea, round_key, ciphertext); in aes128k128d()
|
/kernel/linux/linux-6.6/drivers/staging/rtl8712/ |
H A 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()
|
/kernel/linux/linux-5.10/drivers/staging/rtl8723bs/core/ |
H A D | rtw_security.c | 922 static void aes128k128d(u8 *key, u8 *data, u8 *ciphertext); 1069 static void aes128k128d(u8 *key, u8 *data, u8 *ciphertext) in aes128k128d() argument 1082 xor_128(round_key, data, ciphertext); in aes128k128d() 1085 byte_sub(ciphertext, intermediatea); in aes128k128d() 1087 xor_128(intermediateb, round_key, ciphertext); in aes128k128d() 1089 byte_sub(ciphertext, intermediatea); in aes128k128d() 1095 xor_128(intermediatea, round_key, ciphertext); in aes128k128d()
|
/kernel/linux/linux-5.10/crypto/ |
H A D | anubis.c | 573 u8 *ciphertext, const u8 *plaintext, const int R) in anubis_crypt() 576 __be32 *dst = (__be32 *)ciphertext; in anubis_crypt() 653 * map cipher state to ciphertext block (mu^{-1}): in anubis_crypt() 572 anubis_crypt(u32 roundKey[ANUBIS_MAX_ROUNDS + 1][4], u8 *ciphertext, const u8 *plaintext, const int R) anubis_crypt() argument
|
H A D | khazad.c | 803 u8 *ciphertext, const u8 *plaintext) in khazad_crypt() 806 __be64 *dst = (__be64 *)ciphertext; in khazad_crypt() 802 khazad_crypt(const u64 roundKey[KHAZAD_ROUNDS + 1], u8 *ciphertext, const u8 *plaintext) khazad_crypt() argument
|
/kernel/linux/linux-6.6/crypto/ |
H A D | khazad.c | 803 u8 *ciphertext, const u8 *plaintext) in khazad_crypt() 806 __be64 *dst = (__be64 *)ciphertext; in khazad_crypt() 802 khazad_crypt(const u64 roundKey[KHAZAD_ROUNDS + 1], u8 *ciphertext, const u8 *plaintext) khazad_crypt() argument
|
H A D | anubis.c | 573 u8 *ciphertext, const u8 *plaintext, const int R) in anubis_crypt() 576 __be32 *dst = (__be32 *)ciphertext; in anubis_crypt() 653 * map cipher state to ciphertext block (mu^{-1}): in anubis_crypt() 572 anubis_crypt(u32 roundKey[ANUBIS_MAX_ROUNDS + 1][4], u8 *ciphertext, const u8 *plaintext, const int R) anubis_crypt() argument
|
/kernel/linux/linux-6.6/drivers/staging/rtl8723bs/core/ |
H A 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()
|
/kernel/linux/linux-5.10/fs/cifs/ |
H A D | cifsencrypt.c | 791 arc4_crypt(ctx_arc4, ses->ntlmssp->ciphertext, sec_key, in calc_seckey()
|
H A D | cifsglob.h | 164 unsigned char ciphertext[CIFS_CPHTXT_SIZE]; /* sent to server */ member 1000 struct ntlmssp_auth *ntlmssp; /* ciphertext, flags, server challenge */
|
H A D | sess.c | 776 memcpy(tmp, ses->ntlmssp->ciphertext, CIFS_CPHTXT_SIZE); in build_ntlmssp_auth_blob()
|
/kernel/linux/linux-6.6/fs/smb/client/ |
H A D | cifsencrypt.c | 830 cifs_arc4_crypt(ctx_arc4, ses->ntlmssp->ciphertext, sec_key, in calc_seckey()
|
H A D | cifsglob.h | 173 unsigned char ciphertext[CIFS_CPHTXT_SIZE]; /* sent to server */ member 1051 struct ntlmssp_auth *ntlmssp; /* ciphertext, flags, server challenge */
|
H A D | sess.c | 1275 memcpy(tmp, ses->ntlmssp->ciphertext, CIFS_CPHTXT_SIZE); in build_ntlmssp_auth_blob()
|