Home
last modified time | relevance | path

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

/openssl/test/
H A Dct_test.c94 char *file_path = test_mk_file_path(dir, file); in load_pem_cert() local
96 if (file_path != NULL) { in load_pem_cert()
97 BIO *cert_io = BIO_new_file(file_path, "r"); in load_pem_cert()
104 OPENSSL_free(file_path); in load_pem_cert()
112 char *file_path = test_mk_file_path(dir, file); in read_text_file() local
114 if (file_path != NULL) { in read_text_file()
115 BIO *file_io = BIO_new_file(file_path, "r"); in read_text_file()
122 OPENSSL_free(file_path); in read_text_file()

Completed in 4 milliseconds