EVP_EncryptUpdate
if (!EVP_EncryptUpdate(ctx, out, &dummy, out, olen) ||
!EVP_EncryptUpdate(ctx, out, &dummy, out, olen))
#define EVP_SealUpdate(a,b,c,d,e) EVP_EncryptUpdate(a,b,c,d,e)
int EVP_EncryptUpdate(EVP_CIPHER_CTX *ctx, unsigned char *out, int *outl,
return EVP_EncryptUpdate(ctx, out, out_len, in, in_len);
LCRYPTO_ALIAS(EVP_EncryptUpdate);
return EVP_EncryptUpdate(ctx, out, out_len, in, in_len);
if (!EVP_EncryptUpdate(ctx, out, &len, in, in_len))
LCRYPTO_USED(EVP_EncryptUpdate);
!EVP_EncryptUpdate(&ctx, data, &j, data, i) ||
if (!EVP_EncryptUpdate(cctx, p, &enctmplen, p, pklen - 8))
if (!EVP_EncryptUpdate(ctx, enc_session, &len, session,
if (!EVP_EncryptUpdate(ctx, NULL, &len, bufs[AD], lengths[AD])) {
if (!EVP_EncryptUpdate(ctx, out, &len, bufs[IN], lengths[IN])) {
if (!EVP_EncryptUpdate(ctx, out + total_len, &out_len,
if (!EVP_EncryptUpdate(ctx, out + total_len, &out_len,
if (!EVP_EncryptUpdate(ctx, out, &outl, plaintext, pn)) {
if (!EVP_EncryptUpdate(ctx, out + total_len, &out_len,
if (!EVP_EncryptUpdate(ctx, out + total_len, &out_len,
EVP_EncryptUpdate(ctx, buf, &outl, buf, lengths[j]);
if (!EVP_EncryptUpdate(ctx, out + len, &olen, in, inlen))
if (!EVP_EncryptUpdate(ctx, obuf, &len, ibuf, r))