OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:derbio
(Results
1 - 1
of
1
) sorted by null
/external/openssl/apps/
ocsp.c
114
BIO *
derbio
= NULL;
local
590
derbio
= BIO_new_file(reqin, "rb");
591
if (!
derbio
)
596
req = d2i_OCSP_REQUEST_bio(
derbio
, NULL);
597
BIO_free(
derbio
);
691
derbio
= BIO_new_file(reqout, "wb");
692
if(!
derbio
)
697
i2d_OCSP_REQUEST_bio(
derbio
, req);
698
BIO_free(
derbio
);
734
derbio
= BIO_new_file(respin, "rb")
[
all
...]
Completed in 22 milliseconds