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

/external/boringssl/src/crypto/evp/
H A Devp_test.cc193 if (!GetRSAPadding(t, &padding, t->GetAttributeOrDie("RSAPadding")) ||
200 ctx, atoi(t->GetAttributeOrDie("PSSSaltLength").c_str()))) {
204 const EVP_MD *digest = GetDigest(t, t->GetAttributeOrDie("MGF1Digest"));
257 digest = GetDigest(t, t->GetAttributeOrDie("Digest"));
335 EXPECT_EQ(t->GetAttributeOrDie("Error"), ERR_reason_error_string(err));
/external/boringssl/src/crypto/test/
H A Dfile_test.h148 // GetAttributeOrDie looks up the attribute with key |key| and aborts if it is
150 const std::string &GetAttributeOrDie(const std::string &key);
H A Dfile_test.cc242 const std::string &FileTest::GetAttributeOrDie(const std::string &key) { function in class:FileTest
443 if (ERR_reason_error_string(err) != t.GetAttributeOrDie("Error")) {
445 t.GetAttributeOrDie("Error").c_str(),
/external/boringssl/src/crypto/cipher_extra/
H A Dcipher_test.cc217 const std::string &str = t->GetAttributeOrDie("Operation");

Completed in 126 milliseconds