BIO_ENC_CTX
BIO_ENC_CTX *ctx;
ctx = malloc(sizeof(BIO_ENC_CTX));
BIO_ENC_CTX *b;
b = (BIO_ENC_CTX *)a->ptr;
freezero(a->ptr, sizeof(BIO_ENC_CTX));
BIO_ENC_CTX *ctx;
ctx = (BIO_ENC_CTX *)b->ptr;
BIO_ENC_CTX *ctx;
ctx = (BIO_ENC_CTX *)b->ptr;
BIO_ENC_CTX *ctx, *dctx;
ctx = (BIO_ENC_CTX *)b->ptr;
dctx = (BIO_ENC_CTX *)dbio->ptr;
BIO_ENC_CTX *ctx;