Home
last modified time | relevance | path

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

/openssl/test/
H A Dct_test.c97 BIO *cert_io = BIO_new_file(file_path, "r"); in load_pem_cert() local
99 if (cert_io != NULL) in load_pem_cert()
100 cert = PEM_read_bio_X509(cert_io, NULL, NULL, NULL); in load_pem_cert()
101 BIO_free(cert_io); in load_pem_cert()

Completed in 4 milliseconds