Searched refs:suite (Results 1 - 10 of 10) sorted by relevance

/vbox/src/libs/xpcom18a4/python/test/
H A Dtest_comfile.py43 # Make this test run under our std test suite
44 def suite(): function
H A Dregrtest.py46 # A little magic to create a single "test suite" from all test_ files
47 # in this dir. A single suite makes for prettier output test :)
48 def suite(): function
56 suite = unittest.TestSuite()
58 #suite.addTest(unittest.FunctionTestCase(import_all))
63 if hasattr(mod, "suite"):
64 test = mod.suite()
67 suite.addTest(test)
68 return suite
72 return suite()
[all...]
H A Dpyxpcom_test_tools.py79 """Return a suite of all tests cases contained in testCaseClass"""
90 if hasattr(mod, "suite"):
91 ret = mod.suite()
110 suite = unittest.TestSuite()
112 suite.addTest(unittest.FunctionTestCase(func))
113 return suite
H A Dtest_weakreferences.py109 # Make this test run under our std test suite
110 def suite(): function
H A Dtest_components.py104 # Make this test run under our std test suite
105 def suite(): function
H A Dtest_test_component.py557 def suite(): function
/vbox/src/VBox/Devices/PC/ipxe/src/net/
H A Dtls.c450 size_t hash_size = tx_cipherspec->suite->digest->digestsize;
451 size_t key_size = tx_cipherspec->suite->key_len;
452 size_t iv_size = tx_cipherspec->suite->cipher->blocksize;
480 if ( ( rc = cipher_setkey ( tx_cipherspec->suite->cipher,
492 if ( ( rc = cipher_setkey ( rx_cipherspec->suite->cipher,
504 cipher_setiv ( tx_cipherspec->suite->cipher,
511 cipher_setiv ( rx_cipherspec->suite->cipher,
524 * Cipher suite management
529 /** Null cipher suite */
573 * Identify cipher suite
580 struct tls_cipher_suite *suite; local
662 struct tls_cipher_suite *suite; local
[all...]
/vbox/src/VBox/Devices/Network/testcase/
H A DtstDevPhy.cpp161 runner.addTest( PhyTest::suite() );
H A DtstDevEEPROM.cpp515 runner.addTest( EEPROMTest::suite() );
/vbox/src/VBox/Devices/PC/ipxe/src/include/ipxe/
H A Dtls.h111 /** A TLS cipher suite */
127 /** Cipher suite */
128 struct tls_cipher_suite *suite; member in struct:tls_cipherspec

Completed in 58 milliseconds