Home
last modified time | relevance | path

Searched refs:GetAttributeOrDie (Results 1 – 4 of 4) sorted by relevance

/external/boringssl/src/crypto/evp/
Devp_test.cc193 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()
/external/boringssl/src/crypto/test/
Dfile_test.cc242 const std::string &FileTest::GetAttributeOrDie(const std::string &key) { in GetAttributeOrDie() function in FileTest
443 if (ERR_reason_error_string(err) != t.GetAttributeOrDie("Error")) { in FileTestMain()
445 t.GetAttributeOrDie("Error").c_str(), in FileTestMain()
Dfile_test.h150 const std::string &GetAttributeOrDie(const std::string &key);
/external/boringssl/src/crypto/cipher_extra/
Dcipher_test.cc217 const std::string &str = t->GetAttributeOrDie("Operation"); in TestCipher()