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

  /src/crypto/external/bsd/openssl/dist/crypto/encode_decode/
encoder_lib.c 624 BIO *current_out = NULL; local
631 current_out = data->bio;
632 else if ((current_out = allocated_out = BIO_new(BIO_s_mem()))
637 ok = (cbio = ossl_core_bio_new_from_bio(current_out)) != NULL;
encoder_lib.c 624 BIO *current_out = NULL; local
631 current_out = data->bio;
632 else if ((current_out = allocated_out = BIO_new(BIO_s_mem()))
637 ok = (cbio = ossl_core_bio_new_from_bio(current_out)) != NULL;
  /src/crypto/external/apache2/openssl/dist/crypto/encode_decode/
encoder_lib.c 647 BIO *current_out = NULL; local
654 current_out = data->bio;
655 else if ((current_out = allocated_out = BIO_new(BIO_s_mem()))
660 ok = (cbio = ossl_core_bio_new_from_bio(current_out)) != NULL;
encoder_lib.c 647 BIO *current_out = NULL; local
654 current_out = data->bio;
655 else if ((current_out = allocated_out = BIO_new(BIO_s_mem()))
660 ok = (cbio = ossl_core_bio_new_from_bio(current_out)) != NULL;

Completed in 46 milliseconds