Searched refs:bio_buf (Results 1 – 3 of 3) sorted by relevance
/openssl/fuzz/ |
H A D | dtlsserver.c | 595 BIO *bio_buf; in FuzzerTestOneInput() local 628 bio_buf = BIO_new(BIO_s_mem()); in FuzzerTestOneInput() 633 BIO_free(bio_buf); in FuzzerTestOneInput() 641 bio_buf = BIO_new(BIO_s_mem()); in FuzzerTestOneInput() 644 BIO_free(bio_buf); in FuzzerTestOneInput() 653 bio_buf = BIO_new(BIO_s_mem()); in FuzzerTestOneInput() 658 BIO_free(bio_buf); in FuzzerTestOneInput() 665 bio_buf = BIO_new(BIO_s_mem()); in FuzzerTestOneInput() 669 BIO_free(bio_buf); in FuzzerTestOneInput() 682 BIO_free(bio_buf); in FuzzerTestOneInput() [all …]
|
H A D | server.c | 516 BIO *bio_buf; in FuzzerTestOneInput() local 571 bio_buf = BIO_new(BIO_s_mem()); in FuzzerTestOneInput() 576 BIO_free(bio_buf); in FuzzerTestOneInput() 583 bio_buf = BIO_new(BIO_s_mem()); in FuzzerTestOneInput() 585 cert = PEM_read_bio_X509(bio_buf, NULL, NULL, NULL); in FuzzerTestOneInput() 587 BIO_free(bio_buf); in FuzzerTestOneInput() 595 bio_buf = BIO_new(BIO_s_mem()); in FuzzerTestOneInput() 600 BIO_free(bio_buf); in FuzzerTestOneInput() 607 bio_buf = BIO_new(BIO_s_mem()); in FuzzerTestOneInput() 609 cert = PEM_read_bio_X509(bio_buf, NULL, NULL, NULL); in FuzzerTestOneInput() [all …]
|
/openssl/test/ |
H A D | bioprinttest.c | 132 char bio_buf[80]; in test_zu() local 135 BIO_snprintf(bio_buf, sizeof(bio_buf) - 1, data->format, data->value); in test_zu() 136 if (!TEST_str_eq(bio_buf, data->expected)) in test_zu() 161 char bio_buf[80]; in test_j() local 163 BIO_snprintf(bio_buf, sizeof(bio_buf) - 1, data->format, data->value); in test_j() 164 if (!TEST_str_eq(bio_buf, data->expected)) in test_j()
|
Completed in 15 milliseconds