Searched defs:ciphertext (Results 1 – 6 of 6) sorted by relevance
803 u8 *ciphertext, const u8 *plaintext) in khazad_crypt()
575 u8 *ciphertext, const u8 *plaintext, const int R) in anubis_crypt()
186 void AESv128(BYTE *key, BYTE *data, BYTE *ciphertext) in AESv128()
193 void AESv128(unsigned char *key, unsigned char *data, unsigned char *ciphertext) in AESv128()
875 static void aes128k128d(u8 *key, u8 *data, u8 *ciphertext) in aes128k128d()
136 unsigned char ciphertext[CIFS_CPHTXT_SIZE]; /* sent to server */ member