OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:derbio
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/openssl/openssl/apps/
ocsp.c
144
BIO *
derbio
= NULL;
local
637
derbio
= BIO_new_file(reqin, "rb");
638
if (!
derbio
)
643
req = d2i_OCSP_REQUEST_bio(
derbio
, NULL);
644
BIO_free(
derbio
);
739
derbio
= BIO_new_file(reqout, "wb");
740
if(!
derbio
)
745
i2d_OCSP_REQUEST_bio(
derbio
, req);
746
BIO_free(
derbio
);
782
derbio
= BIO_new_file(respin, "rb")
[
all
...]
/external/openssl/apps/
ocsp.c
144
BIO *
derbio
= NULL;
local
637
derbio
= BIO_new_file(reqin, "rb");
638
if (!
derbio
)
643
req = d2i_OCSP_REQUEST_bio(
derbio
, NULL);
644
BIO_free(
derbio
);
739
derbio
= BIO_new_file(reqout, "wb");
740
if(!
derbio
)
745
i2d_OCSP_REQUEST_bio(
derbio
, req);
746
BIO_free(
derbio
);
782
derbio
= BIO_new_file(respin, "rb")
[
all
...]
Completed in 80 milliseconds