Searched refs:pemfile (Results 1 – 2 of 2) sorted by relevance
/third_party/openssl/test/recipes/ |
D | 61-test_bio_readbuffer.t | 16 my $pemfile = srctop_file("test", "certs", "leaf.pem"); 21 ok(run(app([ 'openssl', 'x509', '-inform', 'PEM', '-in', $pemfile, 28 ok(run(test(["bio_readbuffer_test", $pemfile])), 29 "Running bio_readbuffer_test $pemfile");
|
/third_party/openssl/test/ |
D | pemtest.c | 31 static char *pemfile; variable 92 if (!TEST_ptr(key = load_pkey_pem(pemfile, NULL))) in test_cert_key_cert() 130 if (!TEST_ptr(pemfile = test_get_argument(0))) in setup_tests()
|