Searched refs:benc (Results 1 - 1 of 1) sorted by relevance

/opensolaris-onvv-gate/usr/src/common/openssl/apps/
H A Denc.c123 BIO *in=NULL,*out=NULL,*b64=NULL,*benc=NULL,*rbio=NULL,*wbio=NULL; local
538 if ((benc=BIO_new(BIO_f_cipher())) == NULL)
545 BIO_get_cipher_ctx(benc, &ctx);
567 BIO_set_callback(benc,BIO_debug_callback);
568 BIO_set_callback_arg(benc,bio_err);
603 if (benc != NULL)
604 wbio=BIO_push(benc,wbio);
634 if (benc != NULL) BIO_free(benc);

Completed in 39 milliseconds