Home
last modified time | relevance | path

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

/openssl/apps/
H A Dasn1parse.c64 BIO *in = NULL, *b64 = NULL, *derout = NULL; in asn1parse_main() local
176 if (derfile && (derout = bio_open_default(derfile, 'w', FORMAT_ASN1)) == NULL) in asn1parse_main()
279 if (derout != NULL) { in asn1parse_main()
280 if (BIO_write(derout, str + offset, length) != (int)length) { in asn1parse_main()
307 BIO_free(derout); in asn1parse_main()

Completed in 3 milliseconds