Home
last modified time | relevance | path

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

/openssl/test/
H A Dct_test.c129 BIO *text_buffer = NULL; in compare_sct_list_printout() local
136 SCT_LIST_print(sct, text_buffer, 0, "\n", NULL); in compare_sct_list_printout()
139 if (!TEST_true(BIO_write(text_buffer, "\0", 1))) in compare_sct_list_printout()
142 BIO_get_mem_data(text_buffer, &actual_output); in compare_sct_list_printout()
148 BIO_free(text_buffer); in compare_sct_list_printout()
155 BIO *text_buffer = NULL; in compare_extension_printout() local
159 if (!TEST_ptr(text_buffer = BIO_new(BIO_s_mem())) in compare_extension_printout()
165 if (!TEST_true(BIO_write(text_buffer, "\n", 1))) in compare_extension_printout()
169 if (!TEST_true(BIO_write(text_buffer, "\0", 1))) in compare_extension_printout()
172 BIO_get_mem_data(text_buffer, &actual_output); in compare_extension_printout()
[all …]

Completed in 4 milliseconds