OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:cert_io
(Results
1 - 3
of
3
) sorted by relevancy
/src/crypto/external/apache2/openssl/dist/test/
ct_test.c
97
BIO *
cert_io
= BIO_new_file(file_path, "r");
local
99
if (
cert_io
!= NULL)
100
cert = PEM_read_bio_X509(
cert_io
, NULL, NULL, NULL);
101
BIO_free(
cert_io
);
/src/crypto/external/bsd/openssl/dist/test/
ct_test.c
97
BIO *
cert_io
= BIO_new_file(file_path, "r");
local
99
if (
cert_io
!= NULL)
100
cert = PEM_read_bio_X509(
cert_io
, NULL, NULL, NULL);
101
BIO_free(
cert_io
);
/src/crypto/external/bsd/openssl.old/dist/test/
ct_test.c
96
BIO *
cert_io
= BIO_new_file(file_path, "r");
local
98
if (
cert_io
!= NULL)
99
cert = PEM_read_bio_X509(
cert_io
, NULL, NULL, NULL);
100
BIO_free(
cert_io
);
Completed in 23 milliseconds
Indexes created Mon Mar 02 05:31:46 UTC 2026