EVP_DecryptUpdate
ret = EVP_DecryptUpdate(ctx, oblock, &olen, iblock, BLOCK_SIZE);
ret = EVP_DecryptUpdate(ctx, oblock, &olen, iblock, BLOCK_SIZE);
ret = EVP_DecryptUpdate(ctx, oblock, &olen,
if (!EVP_DecryptUpdate(ctx, NULL, &outl,
if (!EVP_DecryptUpdate(ctx, NULL, &outl, aad, sizeof(aad))) {
if (!EVP_DecryptUpdate(ctx, outbuf, &outl, buf, lengths[testnum])) {
rc = EVP_DecryptUpdate(ctx, buf, &outl, buf, lengths[testnum]);
|| !EVP_DecryptUpdate(ctx, ukey, &ukeylen,
if (!EVP_DecryptUpdate(ctx, tmp + inlen - 2 * blocklen, &outl,
|| !EVP_DecryptUpdate(ctx, tmp, &outl,
|| !EVP_DecryptUpdate(ctx, tmp, &outl, in, inlen - blocklen)
|| !EVP_DecryptUpdate(ctx, tmp, &outl, tmp, inlen))
|| !EVP_DecryptUpdate(evp_ctx, out, outlen,
return EVP_DecryptUpdate(ctx, out, outl, in, inl);
if (EVP_DecryptUpdate(ctx, NULL, &len, aad, aadlen) != 1) {
if (EVP_DecryptUpdate(ctx, pt, &len, ct, ctlen - taglen) != 1) {
ok = EVP_DecryptUpdate(ctx, data, &ilen, data, ilen);
if (!EVP_DecryptUpdate(cctx, q, &enctmplen, p, inlen))
if (!EVP_DecryptUpdate(cctx, q, &enctmplen, p, inlen))
if (!EVP_DecryptUpdate(ctx, NULL, &outlen, NULL, sizeof(ccm_ct)))
if (!EVP_DecryptUpdate(ctx, NULL, &outlen, ccm_adata, sizeof(ccm_adata)))
rv = EVP_DecryptUpdate(ctx, outbuf, &outlen, ccm_ct, sizeof(ccm_ct));
if (!EVP_DecryptUpdate(ctx, NULL, &outlen, gcm_aad, sizeof(gcm_aad)))
if (!EVP_DecryptUpdate(ctx, outbuf, &outlen, gcm_ct, sizeof(gcm_ct)))
if (!EVP_DecryptUpdate(ctx, outbuf, &outlen, wrap_ct, sizeof(wrap_ct)))
if (!EVP_DecryptUpdate(ctx, outbuf, &outlen, cbc_ct, sizeof(cbc_ct)))
#define EVP_OpenUpdate(a, b, c, d, e) EVP_DecryptUpdate(a, b, c, d, e)
__owur int EVP_DecryptUpdate(EVP_CIPHER_CTX *ctx, unsigned char *out,
|| !EVP_DecryptUpdate(port->token_ctx, plaintext, &len, data,
if (sdec == NULL || EVP_DecryptUpdate(ctx, sdec, &slen, p, (int)eticklen) <= 0) {
&& TEST_true(EVP_DecryptUpdate(ctx, NULL, &outlen, gcm_aad,
&& TEST_true(EVP_DecryptUpdate(ctx, pt, &ptlen, ct,
|| !TEST_true(EVP_DecryptUpdate(ctx, p_txt, &plen_upd,
|| !TEST_true(EVP_DecryptUpdate(ctx, plaintext, &ptlen, ciphertext,
|| !TEST_true(EVP_DecryptUpdate(ctx, plaintext + ptlen, &tmp, NULL,
|| !TEST_true(EVP_DecryptUpdate(ctx, plaintext + ptlen, &tmp,
&& !TEST_true(EVP_DecryptUpdate(ctx, NULL, &outlen,
|| !TEST_true(EVP_DecryptUpdate(ctx, outbuf, &outlen,
|| !TEST_true(EVP_DecryptUpdate(ctx, outbuf, &outlen,
if (!TEST_int_eq(EVP_DecryptUpdate(ctx, buffer, &outl, (unsigned char *)"test", -1), 0))
if (EVP_DecryptUpdate(ctx, buf, &olen, buf,
if (EVP_DecryptUpdate(ctx, NULL, &outl, (const u_char *)aad,
if (EVP_DecryptUpdate(ctx, (u_char *)output, &outl,
if (EVP_DecryptUpdate(ctx, NULL, &outl, (const u_char *)aad,
if (EVP_DecryptUpdate(ctx, (u_char *)output, &outl,