Home
last modified time | relevance | path

Searched refs:ciphertext (Results 1 – 13 of 13) sorted by relevance

/linux-4.4.14/arch/x86/crypto/sha-mb/
Dsha1_mb_mgr_datastruct.S62 #FIELD _ciphertext, 8, 8 # pointer to ciphertext
81 # RES_Q .ciphertext, 1
/linux-4.4.14/crypto/
Dkhazad.c803 u8 *ciphertext, const u8 *plaintext) in khazad_crypt() argument
806 __be64 *dst = (__be64 *)ciphertext; in khazad_crypt()
Danubis.c575 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/
Drtw_security.c775 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/
Drtl871x_security.c879 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/
Drtw_security.c968 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/
Daesni-intel_avx-x86_64.S353 ## 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 …]
Daesni-intel_asm.S295 # 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/
Ddm-crypt.txt62 the leak of information about the ciphertext device (filesystem type,
/linux-4.4.14/fs/cifs/
Dcifsencrypt.c817 sg_init_one(&sgout, ses->ntlmssp->ciphertext, CIFS_CPHTXT_SIZE); in calc_seckey()
Dcifsglob.h132 unsigned char ciphertext[CIFS_CPHTXT_SIZE]; /* sent to server */ member
Dsess.c465 memcpy(tmp, ses->ntlmssp->ciphertext, CIFS_CPHTXT_SIZE); in build_ntlmssp_auth_blob()
/linux-4.4.14/arch/arm/crypto/
Daesbs-core.S_shipped2480 @ calculate one round of extra tweak for the stolen ciphertext