Searched defs:plaintext (Results 1 – 7 of 7) sorted by relevance
52 unsigned char *plaintext = params[1].memref.buffer; in ta_entry_aes256ecb_encrypt() local93 unsigned char *plaintext = params[1].memref.buffer; in ta_entry_aes256ecb_decrypt() local
691 #define GETU32(plaintext) (((u32)(plaintext)[0] << 24) ^ \ argument
71 const u8 *plaintext; member83 const u8 *plaintext; member
803 u8 *ciphertext, const u8 *plaintext) in khazad_crypt()
573 u8 *ciphertext, const u8 *plaintext, const int R) in anubis_crypt()
39 const char *plaintext; member
128 static int hmac_sha256(u8 *key, u8 ksize, char *plaintext, u8 psize, u8 *output) in hmac_sha256()