Home
last modified time | relevance | path

Searched refs:HasAttribute (Results 1 – 5 of 5) sorted by relevance

/external/boringssl/src/crypto/test/
Dfile_test.cc174 bool FileTest::HasAttribute(const std::string &key) { in HasAttribute() function in FileTest
191 if (!HasAttribute(key)) { in GetAttributeOrDie()
296 if (t.HasAttribute("Error")) { in FileTestMain()
Dfile_test.h100 bool HasAttribute(const std::string &key);
/external/boringssl/src/crypto/cipher/
Dcipher_test.cc129 if (t->HasAttribute("IV")) { in TestOperation()
226 if (t->HasAttribute("Operation")) { in TestCipher()
Daead_test.cc73 if (!t->HasAttribute("NO_SEAL")) { in TestAEAD()
119 if (t->HasAttribute("FAILS")) { in TestAEAD()
/external/boringssl/src/crypto/evp/
Devp_test.cc209 if (t->HasAttribute("Digest")) { in TestEVP()