OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:x509_bio
(Results
1 - 2
of
2
) sorted by relevancy
/src/crypto/external/bsd/openssl/dist/test/
pkcs7_test.c
55
BIO *msg_bio = NULL, *
x509_bio
= NULL, *bio = NULL;
local
77
&& TEST_ptr(
x509_bio
= BIO_new_mem_buf(cert_der, sizeof(cert_der)))
78
&& TEST_ptr(cert = d2i_X509_bio(
x509_bio
, NULL))
91
BIO_free(
x509_bio
);
/src/crypto/external/apache2/openssl/dist/test/
pkcs7_test.c
133
BIO *msg_bio = NULL, *
x509_bio
= NULL, *bio = NULL;
local
155
&& TEST_ptr(
x509_bio
= BIO_new_mem_buf(cert_der, sizeof(cert_der)))
156
&& TEST_ptr(cert = d2i_X509_bio(
x509_bio
, NULL))
169
BIO_free(
x509_bio
);
224
BIO *
x509_bio
= NULL, *bio = NULL;
local
367
ret = TEST_ptr(
x509_bio
= BIO_new_mem_buf(smroot_der, sizeof smroot_der))
368
&& TEST_ptr(cert = d2i_X509_bio(
x509_bio
, NULL))
384
BIO_free(
x509_bio
);
Completed in 53 milliseconds
Indexes created Mon Jun 29 00:24:49 UTC 2026