OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:root_f
(Results
1 - 6
of
6
) sorted by relevancy
/src/crypto/external/apache2/openssl/dist/test/
verify_extra_test.c
21
static char *
root_f
= NULL;
variable
206
return test_self_signed(
root_f
, 1, 1);
304
if (!TEST_ptr(
root_f
= test_mk_file_path(certs_dir, "rootCA.pem"))
332
OPENSSL_free(
root_f
);
cmp_protect_test.c
553
char *
root_f
;
local
572
|| !TEST_ptr(
root_f
= test_get_argument(10))
599
|| !TEST_ptr(root = load_cert_pem(
root_f
, libctx))
cmp_vfy_test.c
19
static const char *
root_f
;
variable
625
|| !TEST_ptr(
root_f
= test_get_argument(4))
645
|| !TEST_ptr(root = load_cert_pem(
root_f
, NULL))
/src/crypto/external/bsd/openssl/dist/test/
verify_extra_test.c
21
static char *
root_f
= NULL;
variable
206
return test_self_signed(
root_f
, 1, 1);
305
if (!TEST_ptr(
root_f
= test_mk_file_path(certs_dir, "rootCA.pem"))
333
OPENSSL_free(
root_f
);
cmp_protect_test.c
550
char *
root_f
;
local
567
|| !TEST_ptr(
root_f
= test_get_argument(8))
589
|| !TEST_ptr(root = load_cert_pem(
root_f
, libctx))
cmp_vfy_test.c
19
static const char *
root_f
;
variable
610
|| !TEST_ptr(
root_f
= test_get_argument(4))
630
|| !TEST_ptr(root = load_cert_pem(
root_f
, NULL))
Completed in 33 milliseconds
Indexes created Sun Mar 01 05:31:48 UTC 2026