EVP_DecryptUpdate
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))
#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,
return EVP_DecryptUpdate(ctx, out, out_len, in, in_len);
LCRYPTO_ALIAS(EVP_DecryptUpdate);
LCRYPTO_USED(EVP_DecryptUpdate);
o = EVP_DecryptUpdate(&ctx, data, &i, data, j);
if (!EVP_DecryptUpdate(cctx, q, &enctmplen, p, inlen))
if (!EVP_DecryptUpdate(cctx, q, &enctmplen, p, inlen))
if (EVP_DecryptUpdate(cctx, sdec, &slen, CBS_data(&ticket_encdata),
if (!EVP_DecryptUpdate(ctx, NULL, &len, bufs[AD], lengths[AD])) {
if (!EVP_DecryptUpdate(ctx, out, &len, in, lengths[CT])) {
if (!EVP_DecryptUpdate(ctx, out + total_len, &out_len,
if (!EVP_DecryptUpdate(ctx, out + total_len, &out_len,
if (!EVP_DecryptUpdate(ctx, out, &outl, ciphertext, cn)) {
if (!EVP_DecryptUpdate(ctx, out + total_len, &out_len,
if (!EVP_DecryptUpdate(ctx, out + total_len, &out_len,
EVP_DecryptUpdate(ctx, buf, &outl, buf, lengths[j]);
if (!EVP_DecryptUpdate(ctx, obuf, &len, ibuf, r))
if (!EVP_DecryptUpdate(ctx, out, &olen, in, inlen))