Home
last modified time | relevance | path

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

/openssl/crypto/encode_decode/
H A Dencoder_lib.c399 BIO *allocated_out = NULL; in encoder_process() local
630 else if ((current_out = allocated_out = BIO_new(BIO_s_mem())) in encoder_process()
664 if (allocated_out != NULL) { in encoder_process()
667 BIO_get_mem_ptr(allocated_out, &buf); in encoder_process()
673 BIO_free(allocated_out); in encoder_process()

Completed in 6 milliseconds