Searched refs:GetAttributeOrDie (Results 1 – 4 of 4) sorted by relevance
196 if (!GetRSAPadding(t, &padding, t->GetAttributeOrDie("RSAPadding")) || in SetupContext()203 ctx, atoi(t->GetAttributeOrDie("PSSSaltLength").c_str()))) { in SetupContext()207 const EVP_MD *digest = GetDigest(t, t->GetAttributeOrDie("MGF1Digest")); in SetupContext()213 const EVP_MD *digest = GetDigest(t, t->GetAttributeOrDie("OAEPDigest")); in SetupContext()284 digest = GetDigest(t, t->GetAttributeOrDie("Digest")); in TestEVP()387 atoi(t->GetAttributeOrDie("VerifyPSSSaltLength").c_str()))) { in TestEVP()412 EXPECT_EQ(t->GetAttributeOrDie("Error"), ERR_reason_error_string(err)); in TEST()
266 const std::string &FileTest::GetAttributeOrDie(const std::string &key) { in GetAttributeOrDie() function in FileTest482 if (ERR_reason_error_string(err) != t.GetAttributeOrDie("Error")) { in FileTestMain()484 t.GetAttributeOrDie("Error").c_str(), in FileTestMain()
155 const std::string &GetAttributeOrDie(const std::string &key);
237 const std::string &str = t->GetAttributeOrDie("Operation"); in TestCipher()