EVP_DecryptUpdate
EVP_DecryptUpdate(ctx, buf, &outl, buf, lengths[j]);
if (!EVP_DecryptUpdate(ctx, tmp + inlen - 2 * blocklen, &outl,
|| !EVP_DecryptUpdate(ctx, tmp, &outl, tmp + inlen - blocklen, blocklen)
|| !EVP_DecryptUpdate(ctx, tmp, &outl, in, inlen - blocklen)
|| !EVP_DecryptUpdate(ctx, tmp, &outl, tmp, inlen))
return EVP_DecryptUpdate(ctx, out, outl, in, inl);
o = EVP_DecryptUpdate(&ctx, data, &i, data, j);
if (!EVP_DecryptUpdate(cctx, q, &enctmplen, p, inlen))
if (!EVP_DecryptUpdate(cctx, q, &enctmplen, p, inlen))
#define EVP_OpenUpdate(a,b,c,d,e) EVP_DecryptUpdate(a,b,c,d,e)
int EVP_DecryptUpdate(EVP_CIPHER_CTX *ctx, unsigned char *out, int *outl,
if (EVP_DecryptUpdate(cctx, sdec, &slen, CBS_data(&ticket_encdata),
ok = EVP_DecryptUpdate(ioq->ctx, (unsigned char*)pt, &u_len,