HomeSort by relevance Sort by last modified time
    Searched refs:PrintLine (Results 1 - 15 of 15) sorted by null

  /external/boringssl/src/crypto/aes/
aes_test.cc 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.")
    [all...]
  /external/boringssl/src/crypto/hmac/
hmac_test.cc 95 t->PrintLine("Unknown digest '%s'", digest_str.c_str());
114 t->PrintLine("One-shot API failed.");
125 t->PrintLine("HMAC_CTX failed.");
135 t->PrintLine("HMAC_CTX with reset failed.");
141 t->PrintLine("HMAC_CTX streaming failed.");
146 t->PrintLine("HMAC_CTX streaming failed.");
153 t->PrintLine("HMAC_CTX streaming failed.");
  /external/boringssl/src/crypto/test/
file_test.cc 73 PrintLine("Unused attribute: %s", key.c_str());
130 void FileTest::PrintLine(const char *format, ...) {
160 PrintLine("Missing attribute '%s'.", key.c_str());
202 PrintLine("Error decoding value: %s", value.c_str());
210 PrintLine("Error decoding value: %s", value.c_str());
238 PrintLine("Expected: %s", expected_hex.c_str());
239 PrintLine("Actual: %s", actual_hex.c_str());
274 t.PrintLine("Operation unexpectedly succeeded.");
280 t.PrintLine("Unexpected error; wanted '%s', got '%s'.",
291 t.PrintLine("Test failed")
    [all...]
file_test.h 57 // number in any output. |PrintLine| does this automatically.
83 // PrintLine is a variant of printf which prepends the line number and appends
85 void PrintLine(const char *format, ...) OPENSSL_PRINTF_FORMAT_FUNC(2, 3);
  /external/boringssl/src/crypto/cipher/
cipher_test.cc 141 t->PrintLine("Bad IV length.");
154 t->PrintLine("Input/output size mismatch (%u vs %u).", (unsigned)in->size(),
169 t->PrintLine("Operation failed.");
182 t->PrintLine("Operation failed.");
191 t->PrintLine("Operation failed.");
196 t->PrintLine("Operation failed.");
207 t->PrintLine("Bad tag length.");
227 t->PrintLine("Unknown cipher: '%s'.", cipher_str.c_str());
260 t->PrintLine("Unknown operation: '%s'.", str.c_str());
aead_test.cc 64 t->PrintLine("Failed to init AEAD.");
74 t->PrintLine("Failed to run AEAD.");
80 t->PrintLine("Bad output length: %u vs %u.", (unsigned)out_len,
100 t->PrintLine("Failed to init AEAD.");
111 t->PrintLine("Decrypted bad data.");
119 t->PrintLine("Failed to decrypt.");
132 t->PrintLine("Failed to init AEAD.");
142 t->PrintLine("Decrypted bad data with trailing garbage.");
152 t->PrintLine("Failed to init AEAD.");
163 t->PrintLine("Decrypted bad data with corrupted byte.")
    [all...]
  /external/boringssl/src/crypto/poly1305/
poly1305_test.cc 68 t->PrintLine("SIMD pattern %u failed.", excess);
83 t->PrintLine("Invalid test");
95 t->PrintLine("Single-shot Poly1305 failed.");
106 t->PrintLine("Streaming Poly1305 failed.");
  /external/boringssl/src/crypto/curve25519/
ed25519_test.cc 39 t->PrintLine("ED25519_sign failed");
50 t->PrintLine("ED25519_verify failed");
  /external/boringssl/src/crypto/evp/
evp_test.cc 99 t->PrintLine("Unknown digest: '%s'", name.c_str());
113 t->PrintLine("Unknown key type: '%s'", name.c_str());
130 t->PrintLine("Unknown RSA padding mode: '%s'", name.c_str());
156 t->PrintLine("Bad key type.");
177 t->PrintLine("Re-encoding the key did not match.");
184 t->PrintLine("Duplicate key '%s'.", key_name.c_str());
215 t->PrintLine("Unknown test '%s'", t->GetType().c_str());
222 t->PrintLine("Could not find key '%s'.", key_name.c_str());
  /external/boringssl/src/crypto/ecdsa/
ecdsa_verify_test.cc 49 t->PrintLine("Unknown curve '%s'", curve_name.c_str());
90 t->PrintLine("Signature was incorrectly accepted.");
94 t->PrintLine("Signature was incorrectly rejected.");
ecdsa_sign_test.cc 49 t->PrintLine("Unknown curve '%s'", curve_name.c_str());
104 t->PrintLine("Signature mismatch.");
  /external/boringssl/src/crypto/ec/
p256-x86_64_test.cc 102 t->PrintLine("Invalid length: %s", name);
134 t->PrintLine("%s", message);
135 t->PrintLine("Expected: %s", FieldElementToString(expected).c_str());
136 t->PrintLine("Actual: %s", FieldElementToString(actual).c_str());
204 t->PrintLine("%s", message);
205 t->PrintLine("Could not convert to affine: (%s, %s, %s)",
213 t->PrintLine("%s", message);
214 t->PrintLine("Expected: (%s, %s)",
217 t->PrintLine("Actual: (%s, %s)", FieldElementToString(affine.X).c_str(),
496 t->PrintLine("Unknown test type: %s", t->GetParameter().c_str())
    [all...]
  /external/boringssl/src/crypto/ecdh/
ecdh_test.cc 49 t->PrintLine("Unknown curve '%s'", curve_name.c_str());
  /external/boringssl/src/crypto/bn/
bn_test.cc 114 t->PrintLine("Could not decode '%s'.", hex.c_str());
147 t->PrintLine("Got %s =", operation);
148 t->PrintLine("\t%s", actual_str.get());
149 t->PrintLine("wanted:");
150 t->PrintLine("\t%s", expected_str.get());
369 t->PrintLine("BN_sqrt succeeded on a negative number");
379 t->PrintLine("BN_sqrt succeeded on a non-square");
445 t->PrintLine("Got A %% B (word) = " BN_HEX_FMT1 ", wanted " BN_HEX_FMT1
456 t->PrintLine("Got A %% B (word) = " BN_HEX_FMT1 ", wanted " BN_HEX_FMT1
654 t->PrintLine("BN_mod_sqrt unexpectedly succeeded.")
    [all...]
  /device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellDebug1CommandsLib/Edit/
FileBuffer.c 492 CHAR16 *PrintLine;
507 PrintLine = AllocatePool (BufLen);
508 ASSERT (PrintLine != NULL);
510 StrnCpyS (PrintLine, BufLen/sizeof(CHAR16), Buffer, MIN(Limit, MainEditor.ScreenSize.Column));
512 PrintLine[Limit] = L' ';
515 PrintLine[MainEditor.ScreenSize.Column] = CHAR_NULL;
520 ShellCopySearchAndReplace(PrintLine, PrintLine2, BufLen * 2, L"%", L"^%", FALSE, FALSE);
529 FreePool (PrintLine);
    [all...]

Completed in 357 milliseconds