OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:rootfile
(Results
1 - 2
of
2
) sorted by relevancy
/src/crypto/external/bsd/openssl.old/dist/test/
sslapitest.c
6275
char *
rootfile
= NULL, *ecdsacert = NULL, *ecdsakey = NULL;
local
6300
rootfile
= test_mk_file_path(certsdir, "rootcert.pem");
6303
if (!TEST_ptr(
rootfile
) || !TEST_ptr(ecdsacert) || !TEST_ptr(ecdsakey))
6309
|| !TEST_int_ge(BIO_read_filename(in,
rootfile
), 0)
6344
OPENSSL_free(
rootfile
);
/src/crypto/external/bsd/openssl/dist/test/
sslapitest.c
8392
char *
rootfile
= NULL, *ecdsacert = NULL, *ecdsakey = NULL;
local
8417
rootfile
= test_mk_file_path(certsdir, "rootcert.pem");
8420
if (!TEST_ptr(
rootfile
) || !TEST_ptr(ecdsacert) || !TEST_ptr(ecdsakey))
8426
|| !TEST_int_gt(BIO_read_filename(in,
rootfile
), 0)
8465
OPENSSL_free(
rootfile
);
Completed in 35 milliseconds
Indexes created Sun Mar 01 05:31:48 UTC 2026