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

  /src/crypto/external/bsd/openssl.old/dist/test/
cmsapitest.c 54 char *certin = NULL, *privkeyin = NULL; local
57 if (!TEST_ptr(certin = test_get_argument(0))
61 certbio = BIO_new_file(certin, "r");
  /src/crypto/external/bsd/openssl/dist/test/
cmsapitest.c 363 char *certin = NULL, *privkeyin = NULL; local
371 if (!TEST_ptr(certin = test_get_argument(0))
376 certbio = BIO_new_file(certin, "r");
  /src/crypto/external/apache2/openssl/dist/test/
cmsapitest.c 519 char *certin = NULL, *privkeyin = NULL; local
527 if (!TEST_ptr(certin = test_get_argument(0))
533 certbio = BIO_new_file(certin, "r");

Completed in 25 milliseconds