Lines Matching defs:ciphertext
469 string ciphertext = in EncryptMessage() local
508 string ciphertext = in EncryptMessage() local
527 string ciphertext = in EncryptMessage() local
546 string ciphertext = in EncryptMessage() local
566 string Keymaster2Test::DecryptMessage(const string& ciphertext, keymaster_padding_t padding) { in DecryptMessage()
574 string Keymaster2Test::DecryptMessage(const string& ciphertext, keymaster_digest_t digest, in DecryptMessage()
584 string Keymaster2Test::DecryptMessage(const string& ciphertext, keymaster_block_mode_t block_mode, in DecryptMessage()
594 string Keymaster2Test::DecryptMessage(const string& ciphertext, keymaster_digest_t digest, in DecryptMessage()
605 string Keymaster2Test::DecryptMessage(const string& ciphertext, keymaster_block_mode_t block_mode, in DecryptMessage()
616 string Keymaster2Test::DecryptMessage(const string& ciphertext, keymaster_digest_t digest, in DecryptMessage()
628 const string& ciphertext, keymaster_digest_t digest, in DecryptMessage()
690 string ciphertext = in CheckAesCtrTestVector() local