OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:xcert
(Results
1 - 4
of
4
) sorted by relevancy
/src/crypto/external/apache2/openssl/dist/test/
cert_comp_test.c
43
X509 *
xcert
;
local
56
if (!TEST_ptr(
xcert
= X509_new_ex(NULL, NULL))
57
|| !TEST_ptr(PEM_read_bio_X509(in, &
xcert
, NULL, NULL))
64
*x509 =
xcert
;
71
X509_free(
xcert
);
sslapitest.c
9596
X509 *
xcert
;
local
9609
if (!TEST_ptr(
xcert
= X509_new_ex(libctx, NULL))
9610
|| !TEST_ptr(PEM_read_bio_X509(in, &
xcert
, NULL, NULL))
9617
*x509 =
xcert
;
9624
X509_free(
xcert
);
/src/crypto/external/bsd/openssl.old/dist/test/
sslapitest.c
6451
X509 *
xcert
, *peer;
local
6465
xcert
= PEM_read_bio_X509(in, NULL, NULL, NULL);
6467
if (!TEST_ptr(
xcert
))
6472
X509_free(
xcert
);
6479
X509_free(
xcert
);
6483
*x509 =
xcert
;
/src/crypto/external/bsd/openssl/dist/test/
sslapitest.c
8576
X509 *
xcert
;
local
8589
if (!TEST_ptr(
xcert
= X509_new_ex(libctx, NULL))
8590
|| !TEST_ptr(PEM_read_bio_X509(in, &
xcert
, NULL, NULL))
8597
*x509 =
xcert
;
8604
X509_free(
xcert
);
Completed in 80 milliseconds
Indexes created Sat Jun 20 00:25:23 UTC 2026