Home
last modified time | relevance | path

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

/openssl/fuzz/
H A Dserver.c516 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 Dbioprinttest.c133 char bio_buf[80]; in test_zu() local
136 BIO_snprintf(bio_buf, sizeof(bio_buf) - 1, data->format, data->value); in test_zu()
137 if (!TEST_str_eq(bio_buf, data->expected)) in test_zu()
162 char bio_buf[80]; in test_j() local
164 BIO_snprintf(bio_buf, sizeof(bio_buf) - 1, data->format, data->value); in test_j()
165 if (!TEST_str_eq(bio_buf, data->expected)) in test_j()

Completed in 12 milliseconds