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

/netbsd-current/crypto/external/bsd/openssl.old/dist/apps/
H A Dreq.c228 BIO *addext_bio = NULL; local
396 addext_bio = BIO_new(BIO_s_mem());
397 if (addexts == NULL || addext_bio == NULL)
403 if (i < 0 || BIO_printf(addext_bio, "%s\n", opt_arg()) < 0)
443 if (addext_bio) {
447 if ((addext_conf = app_load_config_bio(addext_bio, NULL)) == NULL)
965 BIO_free(addext_bio);
/netbsd-current/crypto/external/bsd/openssl/dist/apps/
H A Dreq.c248 BIO *addext_bio = NULL; local
452 addext_bio = BIO_new(BIO_s_mem());
453 if (addexts == NULL || addext_bio == NULL)
461 if (i < 0 || BIO_printf(addext_bio, "%s\n", p) < 0)
503 if (addext_bio != NULL) {
507 if ((addext_conf = app_load_config_bio(addext_bio, NULL)) == NULL)
1041 BIO_free(addext_bio);

Completed in 187 milliseconds