Searched refs:EACH_PARAM (Results 1 - 5 of 5) sorted by relevance

/fuchsia/zircon/system/utest/crypto/
H A Dutils.h36 // Value-parameterized tests: Consumers of this file can define an 'EACH_PARAM' macro as follows:
37 // #define EACH_PARAM(OP, Test)
58 #define DEFINE_EACH(Test) EACH_PARAM(DEFINE_TEST_PARAM, Test)
59 #define RUN_EACH(Test) EACH_PARAM(RUN_TEST_PARAM, Test)
H A Daead.cpp23 #define EACH_PARAM(OP, Test) \ macro
H A Dcipher.cpp22 #define EACH_PARAM(OP, Test) \ macro
/fuchsia/zircon/system/utest/zxcrypt/
H A Dvolume.cpp23 #define EACH_PARAM(OP, Test) OP(Test, Volume, AES256_XTS_SHA256) macro
H A Dzxcrypt.cpp29 #define EACH_PARAM(OP, Test) OP(Test, Volume, AES256_XTS_SHA256) macro

Completed in 95 milliseconds