Home
last modified time | relevance | path

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

/external/rust/crates/quiche/deps/boringssl/src/crypto/test/
Dfile_test.cc85 PrintLine("Unused attribute: %s", key.c_str()); in ReadNext()
91 PrintLine("Unused instruction: %s", key.c_str()); in ReadNext()
230 void FileTest::PrintLine(const char *format, ...) { in PrintLine() function in FileTest
260 PrintLine("Missing attribute '%s'.", key.c_str()); in GetAttribute()
283 PrintLine("Missing instruction '%s'.", key.c_str()); in GetInstruction()
347 PrintLine("Error decoding value: %s", value.c_str()); in ConvertToBytes()
431 t.PrintLine("Operation unexpectedly succeeded."); in FileTestMain()
437 t.PrintLine("Unexpected error; wanted '%s', got '%s'.", in FileTestMain()
448 t.PrintLine("Test failed"); in FileTestMain()
Dwycheproof_util.cc61 t->PrintLine("Bad result string '%s'", result.c_str()); in GetWycheproofResult()
104 t->PrintLine("Unknown digest '%s'", name.c_str()); in GetWycheproofDigest()
126 t->PrintLine("Unknown curve '%s'", name.c_str()); in GetWycheproofCurve()
143 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/crypto/test/
Dfile_test.cc85 PrintLine("Unused attribute: %s", key.c_str()); in ReadNext()
91 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()
347 PrintLine("Error decoding value: %s", value.c_str()); in ConvertToBytes()
431 t.PrintLine("Operation unexpectedly succeeded."); in FileTestMain()
437 t.PrintLine("Unexpected error; wanted '%s', got '%s'.", in FileTestMain()
448 t.PrintLine("Test failed"); in FileTestMain()
Dwycheproof_util.cc61 t->PrintLine("Bad result string '%s'", result.c_str()); in GetWycheproofResult()
104 t->PrintLine("Unknown digest '%s'", name.c_str()); in GetWycheproofDigest()
126 t->PrintLine("Unknown curve '%s'", name.c_str()); in GetWycheproofCurve()
143 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/rust/crates/quiche/deps/boringssl/src/util/fipstools/cavp/
Dcavp_tdes_test.cc47 t->PrintLine("Want either ENCRYPT or DECRYPT"); in TestKAT()
84 t->PrintLine("invalid NumKeys value"); in TestKAT()
171 t->PrintLine("Want either ENCRYPT or DECRYPT"); in TestMCT()
203 t->PrintLine("invalid NumKeys value"); in TestMCT()
236 t->PrintLine("CipherOperation failed"); in TestMCT()
Dcavp_test_util.cc166 t->PrintLine("Could not decode '%s'.", hex.c_str()); in GetBIGNUM()
194 t->PrintLine("No supported group specified."); in GetECGroupNIDFromInstruction()
214 t->PrintLine("No supported digest function specified."); in GetDigestFromInstruction()
Dcavp_aes_gcm_test.cc96 t->PrintLine("Invalid instruction block."); in TestAEADDecrypt()
115 t->PrintLine("Invalid test case"); in TestAEADDecrypt()
Dcavp_ecdsa2_siggen_test.cc57 t->PrintLine("Bad input length."); in TestECDSA2SigGenImpl()
Dcavp_aes_test.cc132 t->PrintLine("Want either ENCRYPT or DECRYPT"); in TestCipher()
/external/boringssl/src/util/fipstools/cavp/
Dcavp_tdes_test.cc47 t->PrintLine("Want either ENCRYPT or DECRYPT"); in TestKAT()
84 t->PrintLine("invalid NumKeys value"); in TestKAT()
171 t->PrintLine("Want either ENCRYPT or DECRYPT"); in TestMCT()
203 t->PrintLine("invalid NumKeys value"); in TestMCT()
236 t->PrintLine("CipherOperation failed"); in TestMCT()
Dcavp_test_util.cc166 t->PrintLine("Could not decode '%s'.", hex.c_str()); in GetBIGNUM()
194 t->PrintLine("No supported group specified."); in GetECGroupNIDFromInstruction()
214 t->PrintLine("No supported digest function specified."); in GetDigestFromInstruction()
Dcavp_aes_gcm_test.cc96 t->PrintLine("Invalid instruction block."); in TestAEADDecrypt()
115 t->PrintLine("Invalid test case"); in TestAEADDecrypt()
Dcavp_ecdsa2_siggen_test.cc57 t->PrintLine("Bad input length."); in TestECDSA2SigGenImpl()
Dcavp_aes_test.cc132 t->PrintLine("Want either ENCRYPT or DECRYPT"); in TestCipher()
/external/llvm-project/llvm/tools/llvm-opt-report/
DOptReport.cpp307 auto PrintLine = [&](bool PrintFuncName, in writeReport() local
448 PrintLine(true, FSLI.second); in writeReport()
451 PrintLine(false, UniqueLIs.begin()->second); in writeReport()
453 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/rust/crates/quiche/deps/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.cc930 t->PrintLine("Unknown curve '%s'", curve_name.c_str()); in GetCurve()
/external/rust/crates/quiche/deps/boringssl/src/crypto/fipsmodule/ec/
Dec_test.cc930 t->PrintLine("Unknown curve '%s'", curve_name.c_str()); in GetCurve()
/external/boringssl/src/crypto/fipsmodule/bn/
Dbn_test.cc143 t_->PrintLine("Could not decode '%s'.", hex.c_str()); in GetBIGNUMImpl()
/external/rust/crates/quiche/deps/boringssl/src/crypto/fipsmodule/bn/
Dbn_test.cc143 t_->PrintLine("Could not decode '%s'.", hex.c_str()); in GetBIGNUMImpl()