Searched defs:benc (Results 1 - 1 of 1) sorted by last modified time

/external/openssl/apps/
H A Denc.c127 BIO *in=NULL,*out=NULL,*b64=NULL,*benc=NULL,*rbio=NULL,*wbio=NULL; local
601 if ((benc=BIO_new(BIO_f_cipher())) == NULL)
608 BIO_get_cipher_ctx(benc, &ctx);
635 BIO_set_callback(benc,BIO_debug_callback);
636 BIO_set_callback_arg(benc,(char *)bio_err);
671 if (benc != NULL)
672 wbio=BIO_push(benc,wbio);
702 if (benc != NULL) BIO_free(benc);

Completed in 70 milliseconds