Home
last modified time | relevance | path

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

/openssl/test/
H A Dct_test.c115 BIO *file_io = BIO_new_file(file_path, "r"); in read_text_file() local
117 if (file_io != NULL) in read_text_file()
118 len = BIO_read(file_io, buffer, buffer_length); in read_text_file()
119 BIO_free(file_io); in read_text_file()

Completed in 5 milliseconds