Home
last modified time | relevance | path

Searched refs:PrintLine (Results 1 – 13 of 13) sorted by relevance

/external/boringssl/src/crypto/test/
Dfile_test.cc84 PrintLine("Unused attribute: %s", key.c_str()); in ReadNext()
90 PrintLine("Unused instruction: %s", key.c_str()); in ReadNext()
229 void FileTest::PrintLine(const char *format, ...) { in PrintLine() function in FileTest
259 PrintLine("Missing attribute '%s'.", key.c_str()); in GetAttribute()
282 PrintLine("Missing instruction '%s'.", key.c_str()); in GetInstruction()
331 PrintLine("Expected: %s", expected_hex.c_str()); in ExpectBytesEqual()
332 PrintLine("Actual: %s", actual_hex.c_str()); in ExpectBytesEqual()
383 PrintLine("Error decoding value: %s", value.c_str()); in ConvertToBytes()
391 PrintLine("Error decoding value: %s", value.c_str()); in ConvertToBytes()
477 t.PrintLine("Operation unexpectedly succeeded."); in FileTestMain()
[all …]
Dwycheproof_util.cc37 t->PrintLine("Bad result string '%s'", result.c_str()); in GetWycheproofResult()
66 t->PrintLine("Unknown digest '%s'", name.c_str()); in GetWycheproofDigest()
88 t->PrintLine("Unknown curve '%s'", name.c_str()); in GetWycheproofCurve()
105 t->PrintLine("Could not decode value '%s'", value.c_str()); in GetWycheproofBIGNUM()
Dfile_test.h136 void PrintLine(const char *format, ...) OPENSSL_PRINTF_FORMAT_FUNC(2, 3);
/external/boringssl/src/fipstools/
Dcavp_tdes_test.cc46 t->PrintLine("Want either ENCRYPT or DECRYPT"); in TestKAT()
83 t->PrintLine("invalid NumKeys value"); in TestKAT()
174 t->PrintLine("Want either ENCRYPT or DECRYPT"); in TestMCT()
206 t->PrintLine("invalid NumKeys value"); in TestMCT()
239 t->PrintLine("CipherOperation failed"); in TestMCT()
Dcavp_test_util.cc177 t->PrintLine("Could not decode '%s'.", hex.c_str()); in GetBIGNUM()
205 t->PrintLine("No supported group specified."); in GetECGroupNIDFromInstruction()
225 t->PrintLine("No supported digest function specified."); in GetDigestFromInstruction()
Dcavp_aes_gcm_test.cc93 t->PrintLine("Invalid instruction block."); in TestAEADDecrypt()
112 t->PrintLine("Invalid test case"); in TestAEADDecrypt()
Dcavp_ecdsa2_siggen_test.cc56 t->PrintLine("Bad input length."); in TestECDSA2SigGenImpl()
Dcavp_aes_test.cc134 t->PrintLine("Want either ENCRYPT or DECRYPT"); in TestCipher()
/external/u-boot/tools/patman/
Dterminal.py22 class PrintLine: class
51 print_test_list.append(PrintLine(text, newline, colour))
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-opt-report/
DOptReport.cpp354 auto PrintLine = [&](bool PrintFuncName, in writeReport() local
495 PrintLine(true, FSLI.second); in writeReport()
498 PrintLine(false, UniqueLIs.begin()->second); in writeReport()
500 PrintLine(false, std::set<std::string>()); in writeReport()
/external/boringssl/src/crypto/ecdh_extra/
Decdh_test.cc58 t->PrintLine("Unknown curve '%s'", curve_name.c_str()); in GetCurve()
/external/boringssl/src/crypto/fipsmodule/ec/
Dec_test.cc818 t->PrintLine("Unknown curve '%s'", curve_name.c_str()); in GetCurve()
/external/boringssl/src/crypto/fipsmodule/bn/
Dbn_test.cc141 t_->PrintLine("Could not decode '%s'.", hex.c_str()); in GetBIGNUMImpl()