Searched refs:derbio (Results 1 - 3 of 3) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/apps/
H A Docsp.c113 BIO *derbio = NULL; local
573 derbio = BIO_new_file(reqin, "rb");
574 if (!derbio)
579 req = d2i_OCSP_REQUEST_bio(derbio, NULL);
580 BIO_free(derbio);
674 derbio = BIO_new_file(reqout, "wb");
675 if(!derbio)
680 i2d_OCSP_REQUEST_bio(derbio, req);
681 BIO_free(derbio);
755 derbio
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/apps/
H A Docsp.c151 BIO *derbio = NULL; local
606 derbio = BIO_new_fp(stdin, BIO_NOCLOSE);
608 derbio = BIO_new_file(reqin, "rb");
609 if (!derbio) {
613 req = d2i_OCSP_REQUEST_bio(derbio, NULL);
614 BIO_free(derbio);
706 derbio = BIO_new_fp(stdout, BIO_NOCLOSE);
708 derbio = BIO_new_file(reqout, "wb");
709 if (!derbio) {
713 i2d_OCSP_REQUEST_bio(derbio, re
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/apps/
H A Docsp.c151 BIO *derbio = NULL; local
606 derbio = BIO_new_fp(stdin, BIO_NOCLOSE);
608 derbio = BIO_new_file(reqin, "rb");
609 if (!derbio) {
613 req = d2i_OCSP_REQUEST_bio(derbio, NULL);
614 BIO_free(derbio);
706 derbio = BIO_new_fp(stdout, BIO_NOCLOSE);
708 derbio = BIO_new_file(reqout, "wb");
709 if (!derbio) {
713 i2d_OCSP_REQUEST_bio(derbio, re
[all...]

Completed in 122 milliseconds