Searched refs:DO_TEST_NO_PRINT (Results 1 – 1 of 1) sorted by relevance
/openssl-master/fuzz/ |
A D | asn1.c | 263 #define DO_TEST_NO_PRINT(TYPE, D2I, I2D) { \ macro 325 DO_TEST_NO_PRINT(TS_ACCURACY, d2i_TS_ACCURACY, i2d_TS_ACCURACY); in FuzzerTestOneInput() 328 DO_TEST_NO_PRINT(ESS_CERT_ID, d2i_ESS_CERT_ID, i2d_ESS_CERT_ID); in FuzzerTestOneInput() 333 DO_TEST_NO_PRINT(DH, d2i_DHparams, i2d_DHparams); in FuzzerTestOneInput() 334 DO_TEST_NO_PRINT(DH, d2i_DHxparams, i2d_DHxparams); in FuzzerTestOneInput() 337 DO_TEST_NO_PRINT(DSA_SIG, d2i_DSA_SIG, i2d_DSA_SIG); in FuzzerTestOneInput() 339 DO_TEST_NO_PRINT(DSA, d2i_DSAPrivateKey, i2d_DSAPrivateKey); in FuzzerTestOneInput() 340 DO_TEST_NO_PRINT(DSA, d2i_DSAPublicKey, i2d_DSAPublicKey); in FuzzerTestOneInput() 341 DO_TEST_NO_PRINT(DSA, d2i_DSAparams, i2d_DSAparams); in FuzzerTestOneInput() 345 DO_TEST_NO_PRINT(RSA, d2i_RSAPublicKey, i2d_RSAPublicKey); in FuzzerTestOneInput() [all …]
|
Completed in 4 milliseconds