Home | History | Annotate | Download | only in aes

Lines Matching refs:PrintLine

38     t->PrintLine("Plaintext or Ciphertext not a block size.");
44 t->PrintLine("AES_set_encrypt_key failed.");
53 t->PrintLine("AES_encrypt gave the wrong output.");
62 t->PrintLine("In-place AES_encrypt gave the wrong output.");
67 t->PrintLine("AES_set_decrypt_key failed.");
75 t->PrintLine("AES_decrypt gave the wrong output.");
84 t->PrintLine("In-place AES_decrypt gave the wrong output.");
108 t->PrintLine("Invalid Plaintext and Ciphertext lengths.");
114 t->PrintLine("AES_set_encrypt_key failed.");
123 t->PrintLine("AES_wrap_key with implicit IV failed.");
132 t->PrintLine("AES_wrap_key with explicit IV failed.");
137 t->PrintLine("AES_set_decrypt_key failed.");
146 t->PrintLine("AES_unwrap_key with implicit IV failed.");
155 t->PrintLine("AES_unwrap_key with explicit IV failed.");
162 t->PrintLine("AES_unwrap_key with bad input unexpectedly succeeded.");
177 t->PrintLine("Unknown mode '%s'.", t->GetParameter().c_str());