Home
last modified time | relevance | path

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

/openssl/fuzz/
H A Dasn1.c271 #define DO_TEST_NO_PRINT(TYPE, D2I, I2D) { \ macro
341 DO_TEST_NO_PRINT(TS_ACCURACY, d2i_TS_ACCURACY, i2d_TS_ACCURACY); in FuzzerTestOneInput()
344 DO_TEST_NO_PRINT(ESS_CERT_ID, d2i_ESS_CERT_ID, i2d_ESS_CERT_ID); in FuzzerTestOneInput()
349 DO_TEST_NO_PRINT(DH, d2i_DHparams, i2d_DHparams); in FuzzerTestOneInput()
350 DO_TEST_NO_PRINT(DH, d2i_DHxparams, i2d_DHxparams); in FuzzerTestOneInput()
353 DO_TEST_NO_PRINT(DSA_SIG, d2i_DSA_SIG, i2d_DSA_SIG); in FuzzerTestOneInput()
355 DO_TEST_NO_PRINT(DSA, d2i_DSAPrivateKey, i2d_DSAPrivateKey); in FuzzerTestOneInput()
356 DO_TEST_NO_PRINT(DSA, d2i_DSAPublicKey, i2d_DSAPublicKey); in FuzzerTestOneInput()
357 DO_TEST_NO_PRINT(DSA, d2i_DSAparams, i2d_DSAparams); in FuzzerTestOneInput()
361 DO_TEST_NO_PRINT(RSA, d2i_RSAPublicKey, i2d_RSAPublicKey); in FuzzerTestOneInput()
[all …]

Completed in 7 milliseconds