OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:rootx
(Results
1 - 2
of
2
) sorted by relevancy
/src/crypto/external/bsd/openssl.old/dist/test/
sslapitest.c
6273
X509 *x509 = NULL, *
rootx
= NULL;
local
6310
|| !TEST_ptr(
rootx
= PEM_read_bio_X509(in, NULL, NULL, NULL))
6311
|| !TEST_true(sk_X509_push(chain,
rootx
)))
6313
rootx
= NULL;
6348
X509_free(
rootx
);
/src/crypto/external/bsd/openssl/dist/test/
sslapitest.c
8390
X509 *x509 = NULL, *
rootx
= NULL;
local
8427
|| !TEST_ptr(
rootx
= X509_new_ex(libctx, NULL))
8428
|| !TEST_ptr(PEM_read_bio_X509(in, &
rootx
, NULL, NULL))
8429
|| !TEST_true(sk_X509_push(chain,
rootx
)))
8431
rootx
= NULL;
8469
X509_free(
rootx
);
Completed in 33 milliseconds
Indexes created Sun Mar 01 05:31:48 UTC 2026