Home
last modified time | relevance | path

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

/openssl-master/crypto/encode_decode/
A Dencoder_lib.c620 BIO *current_out = NULL; in encoder_process() local
627 current_out = data->bio; in encoder_process()
628 else if ((current_out = allocated_out = BIO_new(BIO_s_mem())) in encoder_process()
633 ok = (cbio = ossl_core_bio_new_from_bio(current_out)) != NULL; in encoder_process()

Completed in 3 milliseconds