ciphertext        575 crypto/anubis.c 		u8 *ciphertext, const u8 *plaintext, const int R)
ciphertext        578 crypto/anubis.c 	__be32 *dst = (__be32 *)ciphertext;
ciphertext        803 crypto/khazad.c 		u8 *ciphertext, const u8 *plaintext)
ciphertext        806 crypto/khazad.c 	__be64 *dst = (__be64 *)ciphertext;
ciphertext        788 drivers/staging/rtl8188eu/core/rtw_security.c static void aes128k128d(u8 *key, u8 *data, u8 *ciphertext);
ciphertext        924 drivers/staging/rtl8188eu/core/rtw_security.c static void aes128k128d(u8 *key, u8 *data, u8 *ciphertext)
ciphertext        936 drivers/staging/rtl8188eu/core/rtw_security.c 			xor_128(round_key, data, ciphertext);
ciphertext        939 drivers/staging/rtl8188eu/core/rtw_security.c 			byte_sub(ciphertext, intermediatea);
ciphertext        941 drivers/staging/rtl8188eu/core/rtw_security.c 			xor_128(intermediateb, round_key, ciphertext);
ciphertext        943 drivers/staging/rtl8188eu/core/rtw_security.c 			byte_sub(ciphertext, intermediatea);
ciphertext        949 drivers/staging/rtl8188eu/core/rtw_security.c 			xor_128(intermediatea, round_key, ciphertext);
ciphertext        859 drivers/staging/rtl8712/rtl871x_security.c static void aes128k128d(u8 *key, u8 *data, u8 *ciphertext)
ciphertext        871 drivers/staging/rtl8712/rtl871x_security.c 			xor_128(round_key, data, ciphertext);
ciphertext        874 drivers/staging/rtl8712/rtl871x_security.c 			byte_sub(ciphertext, intermediatea);
ciphertext        876 drivers/staging/rtl8712/rtl871x_security.c 			xor_128(intermediateb, round_key, ciphertext);
ciphertext        878 drivers/staging/rtl8712/rtl871x_security.c 			byte_sub(ciphertext, intermediatea);
ciphertext        884 drivers/staging/rtl8712/rtl871x_security.c 			xor_128(intermediatea, round_key, ciphertext);
ciphertext        954 drivers/staging/rtl8723bs/core/rtw_security.c static void aes128k128d(u8 *key, u8 *data, u8 *ciphertext);
ciphertext       1101 drivers/staging/rtl8723bs/core/rtw_security.c static void aes128k128d(u8 *key, u8 *data, u8 *ciphertext)
ciphertext       1114 drivers/staging/rtl8723bs/core/rtw_security.c 				xor_128(round_key, data, ciphertext);
ciphertext       1117 drivers/staging/rtl8723bs/core/rtw_security.c 				byte_sub(ciphertext, intermediatea);
ciphertext       1119 drivers/staging/rtl8723bs/core/rtw_security.c 				xor_128(intermediateb, round_key, ciphertext);
ciphertext       1121 drivers/staging/rtl8723bs/core/rtw_security.c 				byte_sub(ciphertext, intermediatea);
ciphertext       1127 drivers/staging/rtl8723bs/core/rtw_security.c 				xor_128(intermediatea, round_key, ciphertext);
ciphertext        791 fs/cifs/cifsencrypt.c 	arc4_crypt(ctx_arc4, ses->ntlmssp->ciphertext, sec_key,
ciphertext        161 fs/cifs/cifsglob.h 	unsigned char ciphertext[CIFS_CPHTXT_SIZE]; /* sent to server */
ciphertext        497 fs/cifs/sess.c 		memcpy(tmp, ses->ntlmssp->ciphertext, CIFS_CPHTXT_SIZE);