Home
last modified time | relevance | path

Searched refs:TestCrypto (Results 1 – 3 of 3) sorted by relevance

/external/chromium_org/ppapi/tests/
Dtest_crypto.cc13 TestCrypto::TestCrypto(TestingInstance* instance) in TestCrypto() function in TestCrypto
18 bool TestCrypto::Init() { in Init()
24 void TestCrypto::RunTests(const std::string& filter) { in RunTests()
28 std::string TestCrypto::TestGetRandomBytes() { in TestGetRandomBytes()
Dtest_crypto.h14 class TestCrypto : public TestCase {
16 TestCrypto(TestingInstance* instance);
/external/chromium_org/tools/valgrind/
Dchrome_tests.py323 def TestCrypto(self): member in ChromeTests
659 "crypto": TestCrypto, "crypto_unittests": TestCrypto,