Home
last modified time | relevance | path

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

/external/boringssl/src/crypto/evp/
Devp_test.cc238 const EVP_MD *digest = GetDigest(t, t->GetAttributeOrDie("Digest")); in TestEVP()
246 if (!GetRSAPadding(t, &padding, t->GetAttributeOrDie("RSAPadding")) || in TestEVP()
253 ctx.get(), atoi(t->GetAttributeOrDie("PSSSaltLength").c_str()))) { in TestEVP()
257 const EVP_MD *digest = GetDigest(t, t->GetAttributeOrDie("MGF1Digest")); in TestEVP()
/external/boringssl/src/crypto/test/
Dfile_test.cc167 const std::string &FileTest::GetAttributeOrDie(const std::string &key) { in GetAttributeOrDie() function in FileTest
279 if (ERR_reason_error_string(err) != t.GetAttributeOrDie("Error")) { in FileTestMain()
281 t.GetAttributeOrDie("Error").c_str(), in FileTestMain()
Dfile_test.h104 const std::string &GetAttributeOrDie(const std::string &key); in OPENSSL_MSVC_PRAGMA()
/external/boringssl/src/crypto/cipher/
Dcipher_test.cc254 const std::string &str = t->GetAttributeOrDie("Operation"); in TestCipher()