Searched refs:Test (Results 1 - 13 of 13) sorted by relevance

/fuchsia/zircon/system/utest/crypto/
H A Dutils.h37 // #define EACH_PARAM(OP, Test)
38 // OP(Test, Class, Param1)
39 // OP(Test, Class, Param2)
41 // OP(Test, Class, ParamN)
56 #define DEFINE_TEST_PARAM(Test, Class, Param) bool Test ## _ ## Param(void) { return Test(Class::k ## Param); }
57 #define RUN_TEST_PARAM(Test, Class, Param) RUN_TEST(Test ## _ ## Param)
58 #define DEFINE_EACH(Test) EACH_PARA
[all...]
H A Daead.cpp23 #define EACH_PARAM(OP, Test) \
24 OP(Test, AEAD, AES128_GCM) \
25 OP(Test, AEAD, AES128_GCM_SIV)
H A Dcipher.cpp22 #define EACH_PARAM(OP, Test) \
23 OP(Test, Cipher, AES128_CTR) \
24 OP(Test, Cipher, AES256_XTS)
/fuchsia/zircon/system/utest/zxcrypt/
H A Dtest-device.h25 #define DEFINE_EACH_DEVICE(Test) \
26 bool Test##Raw(Volume::Version version) { return Test(version, false /* not FVM */); } \
27 DEFINE_EACH(Test##Raw); \
28 bool Test##Fvm(Volume::Version version) { return Test(version, true /* FVM */); } \
29 DEFINE_EACH(Test##Fvm);
31 #define RUN_EACH_DEVICE(Test) \
32 RUN_EACH(Test##Raw) \
33 RUN_EACH(Test##Fv
[all...]
H A Dvolume.cpp23 #define EACH_PARAM(OP, Test) OP(Test, Volume, AES256_XTS_SHA256)
H A Dzxcrypt.cpp29 #define EACH_PARAM(OP, Test) OP(Test, Volume, AES256_XTS_SHA256)
/fuchsia/zircon/system/utest/fs/
H A Dtest-truncate.cpp47 // Test that the really simple cases of truncate are operational
178 // Test that truncate doesn't have issues dealing with larger files
180 template <size_t BufSize, size_t Iterations, TestType Test>
184 if ((Test == Remount) && !test_info->can_be_mounted) {
207 if (Test != KeepOpen) {
214 if (Test == KeepOpen) {
217 ASSERT_TRUE(checked_truncate<Test == Remount>(filename, buf.get(), len));
221 if (Test == KeepOpen) {
238 template <SparseTestType Test>
243 fprintf(stderr, "Test i
[all...]
/fuchsia/zircon/third_party/lib/jitterentropy/
H A Drules.mk16 # TODO(SEC-14): Test the code generated at various optimization levels. If there
/fuchsia/zircon/system/dev/codec/max98927/
H A Dmax98927.h38 void Test();
H A Dmax98927.cpp88 void Max98927Device::Test() { function in class:audio::max98927::Max98927Device
/fuchsia/zircon/system/ulib/ddktl/test/
H A Ddevice-tests.cpp22 class Test##name : public ddk::Device<Test##name, ddk::name> { \
24 Test##name() : ddk::Device<Test##name, ddk::name>(nullptr) {} \
/fuchsia/zircon/system/utest/fbl/include/fbl/tests/intrusive_containers/
H A Dtest_thunks.h12 static bool _test_name ## Test() { \
/fuchsia/zircon/system/ulib/fbl/include/fbl/
H A Dfunction.h24 static constexpr bool Test(const T&) { return false; } function in struct:fbl::internal::NullEq
41 static constexpr bool Test(const T& v) { return v == nullptr; } function in struct:fbl::internal::NullEq
47 return NullEq<T>::Test(v);

Completed in 286 milliseconds