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

  /external/boringssl/src/fipstools/
cavp_ecdsa2_pkv_test.cc 43 printf("%sResult = P\r\n\r\n", t->CurrentTestToString().c_str());
47 printf("%sResult = F (%s)\r\n\r\n", t->CurrentTestToString().c_str(), buf);
cavp_ecdsa2_sigver_test.cc 61 printf("%sResult = P\r\n\r\n", t->CurrentTestToString().c_str());
65 printf("%sResult = F (%s)\r\n\r\n", t->CurrentTestToString().c_str(), buf);
cavp_kas_test.cc 113 t->CurrentTestToString().c_str(),
128 t->CurrentTestToString().c_str(), x_hex.get(), y_hex.get(),
cavp_hmac_test.cc 81 printf("%s", t->CurrentTestToString().c_str());
cavp_sha_test.cc 71 printf("%s", t->CurrentTestToString().c_str());
cavp_tlskdf_test.cc 94 t->CurrentTestToString().c_str(),
cavp_ctr_drbg_test.cc 83 printf("%s", t->CurrentTestToString().c_str());
cavp_keywrap_test.cc 78 printf("%s", t->CurrentTestToString().c_str());
cavp_rsa2_sigver_test.cc 48 printf("%s", t->CurrentTestToString().c_str());
cavp_sha_monte_test.cc 58 printf("%s\r\n", t->CurrentTestToString().c_str());
cavp_aes_gcm_test.cc 77 printf("%s", t->CurrentTestToString().c_str());
116 printf("%s", t->CurrentTestToString().c_str());
cavp_ecdsa2_siggen_test.cc 85 t->CurrentTestToString().c_str(),
cavp_rsa2_siggen_test.cc 49 std::string test = t->CurrentTestToString();
cavp_aes_test.cc 167 printf("%s%s = %s\r\n\r\n", t->CurrentTestToString().c_str(), label.c_str(),
  /external/boringssl/src/crypto/test/
file_test.h 182 // CurrentTestToString returns the file content parsed for the current test.
186 const std::string &CurrentTestToString() const;
file_test.cc 289 const std::string &FileTest::CurrentTestToString() const {

Completed in 178 milliseconds