HomeSort by: relevance | last modified time | path
    Searched defs:addext_bio (Results 1 - 3 of 3) sorted by relevancy

  /src/crypto/external/apache2/openssl/dist/apps/
req.c 296 BIO *addext_bio = NULL; local
518 addext_bio = BIO_new(BIO_s_mem());
519 if (addexts == NULL || addext_bio == NULL)
527 if (i < 0 || BIO_printf(addext_bio, "%s\n", p) < 0)
578 if (addext_bio != NULL) {
582 if ((addext_conf = app_load_config_bio(addext_bio, NULL)) == NULL)
1084 BIO_free(addext_bio);
  /src/crypto/external/bsd/openssl/dist/apps/
req.c 248 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);
  /src/crypto/external/bsd/openssl.old/dist/apps/
req.c 228 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);

Completed in 32 milliseconds