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

/freebsd-11-stable/crypto/openssl/apps/
H A Dasn1pars.c94 BIO *in = NULL, *out = NULL, *b64 = NULL, *derout = NULL; local
244 if (!(derout = BIO_new_file(derfile, "wb"))) {
339 if (derout) {
340 if (BIO_write(derout, str + offset, length) != (int)length) {
354 BIO_free(derout);

Completed in 59 milliseconds