Searched refs:GetAttributeOrDie (Results 1 – 4 of 4) sorted by relevance
193 if (!GetRSAPadding(t, &padding, t->GetAttributeOrDie("RSAPadding")) || in SetupContext()200 ctx, atoi(t->GetAttributeOrDie("PSSSaltLength").c_str()))) { in SetupContext()204 const EVP_MD *digest = GetDigest(t, t->GetAttributeOrDie("MGF1Digest")); in SetupContext()257 digest = GetDigest(t, t->GetAttributeOrDie("Digest")); in TestEVP()335 EXPECT_EQ(t->GetAttributeOrDie("Error"), ERR_reason_error_string(err)); in TEST()
242 const std::string &FileTest::GetAttributeOrDie(const std::string &key) { in GetAttributeOrDie() function in FileTest443 if (ERR_reason_error_string(err) != t.GetAttributeOrDie("Error")) { in FileTestMain()445 t.GetAttributeOrDie("Error").c_str(), in FileTestMain()
150 const std::string &GetAttributeOrDie(const std::string &key);
217 const std::string &str = t->GetAttributeOrDie("Operation"); in TestCipher()