HomeSort by: relevance | last modified time | path
    Searched defs:cert_io (Results 1 - 3 of 3) sorted by relevancy

  /src/crypto/external/apache2/openssl/dist/test/
ct_test.c 97 BIO *cert_io = BIO_new_file(file_path, "r"); local
99 if (cert_io != NULL)
100 cert = PEM_read_bio_X509(cert_io, NULL, NULL, NULL);
101 BIO_free(cert_io);
  /src/crypto/external/bsd/openssl/dist/test/
ct_test.c 97 BIO *cert_io = BIO_new_file(file_path, "r"); local
99 if (cert_io != NULL)
100 cert = PEM_read_bio_X509(cert_io, NULL, NULL, NULL);
101 BIO_free(cert_io);
  /src/crypto/external/bsd/openssl.old/dist/test/
ct_test.c 96 BIO *cert_io = BIO_new_file(file_path, "r"); local
98 if (cert_io != NULL)
99 cert = PEM_read_bio_X509(cert_io, NULL, NULL, NULL);
100 BIO_free(cert_io);

Completed in 23 milliseconds