/linux-4.4.14/arch/x86/crypto/sha-mb/ |
D | sha1_mb_mgr_datastruct.S | 62 #FIELD _ciphertext, 8, 8 # pointer to ciphertext 81 # RES_Q .ciphertext, 1
|
/linux-4.4.14/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 | 575 u8 *ciphertext, const u8 *plaintext, const int R) in anubis_crypt() argument 578 __be32 *dst = (__be32 *)ciphertext; in anubis_crypt()
|
/linux-4.4.14/drivers/staging/rtl8188eu/core/ |
D | rtw_security.c | 775 static void aes128k128d(u8 *key, u8 *data, u8 *ciphertext); 907 static void aes128k128d(u8 *key, u8 *data, u8 *ciphertext) in aes128k128d() argument 918 xor_128(round_key, data, ciphertext); in aes128k128d() 921 byte_sub(ciphertext, intermediatea); in aes128k128d() 923 xor_128(intermediateb, round_key, ciphertext); in aes128k128d() 925 byte_sub(ciphertext, intermediatea); in aes128k128d() 931 xor_128(intermediatea, round_key, ciphertext); in aes128k128d()
|
/linux-4.4.14/drivers/staging/rtl8712/ |
D | rtl871x_security.c | 879 static void aes128k128d(u8 *key, u8 *data, u8 *ciphertext) in aes128k128d() argument 891 xor_128(round_key, data, ciphertext); in aes128k128d() 894 byte_sub(ciphertext, intermediatea); in aes128k128d() 896 xor_128(intermediateb, round_key, ciphertext); in aes128k128d() 898 byte_sub(ciphertext, intermediatea); in aes128k128d() 904 xor_128(intermediatea, round_key, ciphertext); in aes128k128d()
|
/linux-4.4.14/drivers/staging/rtl8723au/core/ |
D | rtw_security.c | 968 static void aes128k128d(u8 *key, u8 *data, u8 *ciphertext) in aes128k128d() argument 981 xor_128(round_key, data, ciphertext); in aes128k128d() 984 byte_sub(ciphertext, intermediatea); in aes128k128d() 986 xor_128(intermediateb, round_key, ciphertext); in aes128k128d() 988 byte_sub(ciphertext, intermediatea); in aes128k128d() 994 xor_128(intermediatea, round_key, ciphertext); in aes128k128d()
|
/linux-4.4.14/arch/x86/crypto/ |
D | aesni-intel_avx-x86_64.S | 353 ## encrypt the initial num_initial_blocks blocks and apply ghash on the ciphertext 453 … vmovdqu reg_i, (arg2 , %r11) # write back ciphertext for num_initial_blocks blocks 458 vpshufb SHUF_MASK(%rip), reg_i, reg_i # prepare ciphertext for GHASH computations 614 …pxor TMP1(%rsp), \XMM1, \XMM1 # combine GHASHed value with the corresponding ciphertext 630 # ghash the 8 previously encrypted ciphertext blocks 981 # GHASH the last 4 ciphertext blocks. 1166 mov arg4, %r13 # save the number of bytes of plaintext/ciphertext 1360 vpshufb SHUF_MASK(%rip), %xmm9, %xmm9 # shuffle xmm9 back to output as ciphertext 1612 ## encrypt the initial num_initial_blocks blocks and apply ghash on the ciphertext 1712 vmovdqu reg_i, (arg2 , %r11) # write back ciphertext for [all …]
|
D | aesni-intel_asm.S | 295 # write back plaintext/ciphertext for num_initial_blocks 300 # prepare plaintext/ciphertext for GHASH computation 429 # combine GHASHed value with the corresponding ciphertext 517 # write back plaintext/ciphertext for num_initial_blocks 521 # prepare plaintext/ciphertext for GHASH computation 647 # combine GHASHed value with the corresponding ciphertext 811 movdqu \XMM1, (%arg2,%r11,1) # Write to the ciphertext buffer 812 movdqu \XMM2, 16(%arg2,%r11,1) # Write to the ciphertext buffer 813 movdqu \XMM3, 32(%arg2,%r11,1) # Write to the ciphertext buffer 814 movdqu \XMM4, 48(%arg2,%r11,1) # Write to the ciphertext buffer [all …]
|
/linux-4.4.14/Documentation/device-mapper/ |
D | dm-crypt.txt | 62 the leak of information about the ciphertext device (filesystem type,
|
/linux-4.4.14/fs/cifs/ |
D | cifsencrypt.c | 817 sg_init_one(&sgout, ses->ntlmssp->ciphertext, CIFS_CPHTXT_SIZE); in calc_seckey()
|
D | cifsglob.h | 132 unsigned char ciphertext[CIFS_CPHTXT_SIZE]; /* sent to server */ member
|
D | sess.c | 465 memcpy(tmp, ses->ntlmssp->ciphertext, CIFS_CPHTXT_SIZE); in build_ntlmssp_auth_blob()
|
/linux-4.4.14/arch/arm/crypto/ |
D | aesbs-core.S_shipped | 2480 @ calculate one round of extra tweak for the stolen ciphertext
|