Searched refs:derout (Results 1 - 2 of 2) sorted by relevance

/netbsd-current/crypto/external/bsd/openssl.old/dist/apps/
H A Dasn1pars.c59 BIO *in = NULL, *b64 = NULL, *derout = NULL; local
170 if (derfile && (derout = bio_open_default(derfile, 'w', FORMAT_ASN1)) == NULL)
270 if (derout != NULL) {
271 if (BIO_write(derout, str + offset, length) != (int)length) {
298 BIO_free(derout);
/netbsd-current/crypto/external/bsd/openssl/dist/apps/
H A Dasn1parse.c64 BIO *in = NULL, *b64 = NULL, *derout = NULL; local
177 if (derfile && (derout = bio_open_default(derfile, 'w', FORMAT_ASN1)) == NULL)
277 if (derout != NULL) {
278 if (BIO_write(derout, str + offset, length) != (int)length) {
305 BIO_free(derout);

Completed in 188 milliseconds