HomeSort by: relevance | last modified time | path
    Searched refs:certbio (Results 1 - 10 of 10) sorted by relevancy

  /src/crypto/external/bsd/openssl.old/dist/test/
cmsapitest.c 55 BIO *certbio = NULL, *privkeybio = NULL; local
61 certbio = BIO_new_file(certin, "r");
62 if (!TEST_ptr(certbio))
64 if (!TEST_true(PEM_read_bio_X509(certbio, &cert, NULL, NULL))) {
65 BIO_free(certbio);
68 BIO_free(certbio);
ocspapitest.c 27 BIO *certbio, *keybio; local
31 if (!TEST_ptr(certbio = BIO_new_file(certstr, "r")))
33 cert = PEM_read_bio_X509(certbio, NULL, NULL, NULL);
34 BIO_free(certbio);
52 BIO *certbio; local
55 if (!TEST_ptr(certbio = BIO_new_file(certstr, "r")))
57 cert = PEM_read_bio_X509(certbio, NULL, NULL, NULL);
58 BIO_free(certbio);
sslapitest.c 702 BIO *certbio = NULL; local
706 if (!TEST_ptr(certbio = BIO_new_file(cert, "r")))
708 chaincert = PEM_read_bio_X509(certbio, NULL, NULL, NULL);
709 BIO_free(certbio);
710 certbio = NULL;
1001 BIO *certbio = NULL; local
1086 if (!TEST_ptr(certbio = BIO_new_file(cert, "r"))
1089 || !TEST_ptr(ocspcert = PEM_read_bio_X509(certbio,
1099 BIO_free(certbio);
1100 certbio = NULL
    [all...]
  /src/crypto/external/apache2/openssl/dist/test/
ocspapitest.c 27 BIO *certbio, *keybio; local
31 if (!TEST_ptr(certbio = BIO_new_file(certstr, "r")))
33 cert = PEM_read_bio_X509(certbio, NULL, NULL, NULL);
34 BIO_free(certbio);
52 BIO *certbio; local
55 if (!TEST_ptr(certbio = BIO_new_file(certstr, "r")))
57 cert = PEM_read_bio_X509(certbio, NULL, NULL, NULL);
58 BIO_free(certbio);
cmsapitest.c 747 BIO *certbio = NULL, *privkeybio = NULL; local
761 certbio = BIO_new_file(certin, "r");
762 if (!TEST_ptr(certbio))
764 if (!TEST_true(PEM_read_bio_X509(certbio, &cert, NULL, NULL))) {
765 BIO_free(certbio);
768 BIO_free(certbio);
sslapitest.c 2050 BIO *certbio = NULL; local
2139 if (!TEST_ptr(certbio = BIO_new_file(cert, "r"))
2143 || !TEST_ptr(PEM_read_bio_X509(certbio, &ocspcert, NULL, NULL))
2152 BIO_free(certbio);
2153 certbio = NULL;
2170 BIO_free(certbio);
10669 BIO *keybio = NULL, *certbio = NULL; local
10692 || !TEST_ptr(certbio = BIO_new_file(certfilename, "wb"))
10693 || !TEST_true(PEM_write_bio_X509(certbio, x509)))
10700 BIO_free(certbio);
    [all...]
  /src/crypto/external/bsd/openssl/dist/test/
ocspapitest.c 27 BIO *certbio, *keybio; local
31 if (!TEST_ptr(certbio = BIO_new_file(certstr, "r")))
33 cert = PEM_read_bio_X509(certbio, NULL, NULL, NULL);
34 BIO_free(certbio);
52 BIO *certbio; local
55 if (!TEST_ptr(certbio = BIO_new_file(certstr, "r")))
57 cert = PEM_read_bio_X509(certbio, NULL, NULL, NULL);
58 BIO_free(certbio);
cmsapitest.c 364 BIO *certbio = NULL, *privkeybio = NULL; local
376 certbio = BIO_new_file(certin, "r");
377 if (!TEST_ptr(certbio))
379 if (!TEST_true(PEM_read_bio_X509(certbio, &cert, NULL, NULL))) {
380 BIO_free(certbio);
383 BIO_free(certbio);
sslapitest.c 953 BIO *certbio = NULL; local
959 if (!TEST_ptr(certbio = BIO_new_file(cert, "r")))
965 if (PEM_read_bio_X509(certbio, &chaincert, NULL, NULL) == NULL)
967 BIO_free(certbio);
968 certbio = NULL;
991 BIO_free(certbio);
1879 BIO *certbio = NULL; local
1964 if (!TEST_ptr(certbio = BIO_new_file(cert, "r"))
1968 || !TEST_ptr(PEM_read_bio_X509(certbio, &ocspcert, NULL, NULL))
1977 BIO_free(certbio);
    [all...]
  /src/crypto/external/apache2/openssl/dist/test/helpers/
ssltestlib.c 1487 BIO *certbio = NULL; local
1493 if (!TEST_ptr(certbio = BIO_new_file(cert_file, "r")))
1499 if (PEM_read_bio_X509(certbio, &chaincert, NULL, NULL) == NULL)
1501 BIO_free(certbio);
1502 certbio = NULL;
1524 BIO_free(certbio);

Completed in 27 milliseconds