OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:trcert
(Results
1 - 3
of
3
) sorted by relevancy
/src/crypto/external/apache2/openssl/dist/test/
verify_extra_test.c
229
X509 *
trcert
= load_cert_from_file(sroot_cert);
local
237
|| !TEST_ptr(
trcert
)
243
if (!TEST_true(sk_X509_push(trusted,
trcert
)))
245
trcert
= NULL;
273
X509_free(
trcert
);
/src/crypto/external/bsd/openssl/dist/test/
verify_extra_test.c
229
X509 *
trcert
= load_cert_from_file(sroot_cert);
local
237
|| !TEST_ptr(
trcert
)
244
if (!TEST_true(sk_X509_push(trusted,
trcert
)))
246
trcert
= NULL;
274
X509_free(
trcert
);
/src/crypto/external/bsd/openssl.old/dist/test/
verify_extra_test.c
243
X509 *
trcert
= load_cert_pem(sroot_cert);
local
251
|| !TEST_ptr(
trcert
)
258
if (!TEST_true(sk_X509_push(trusted,
trcert
)))
260
trcert
= NULL;
288
X509_free(
trcert
);
Completed in 26 milliseconds
Indexes created Sun Mar 01 05:31:48 UTC 2026