EVP_Cipher
EVP_Cipher(rc4,
EVP_Cipher(rc4_key, p, p, 8);
EVP_Cipher(rc4_key, SND_SEQ, p, 8);
EVP_Cipher(rc4_key, p0 + 24, p0 + 24, 8 + datalen);
EVP_Cipher(rc4_key, p0 + 8, p0 + 8 /* SND_SEQ */, 8);
EVP_Cipher(rc4_key, SND_SEQ, p0 + 8, 8);
EVP_Cipher(rc4_key, Confounder, p0 + 24, 8);
EVP_Cipher(rc4_key, output_message_buffer->value, p0 + GSS_ARCFOUR_WRAP_TOKEN_SIZE, datalen);
EVP_Cipher(des_ctx, p, p, 8);
EVP_Cipher(des_ctx, p, p, input_message_buffer->length - len);
EVP_Cipher(des_ctx, p, p, 8);
EVP_Cipher(des_ctx, p, p, 8);
EVP_Cipher(des_ctx, p, p, 8);
EVP_Cipher(des_ctx, p, p, datalen);
ret = EVP_Cipher(evp, (*ciphertext)->data,
if (EVP_Cipher(evp, clear->data, data, length) != 1) {
EVP_Cipher(ctx, clear.data, cipher, len);
EVP_Cipher(ctx, out->data, result.checksum.data,
EVP_Cipher(ctx, cdata + 16, cdata + 16, len - 16);
EVP_Cipher(ctx, cdata + 16, cdata + 16, len - 16);
EVP_Cipher(ctx->dctx, tmp, C->checksum.data, 24);
EVP_Cipher(ctx->ectx, p, p, 24);
EVP_Cipher(c, data, data, len);
EVP_Cipher(c, data, data, len);
EVP_Cipher(c, data, data, len);
EVP_Cipher(c, p, p, i);
EVP_Cipher(c, p, tmp, blocksize);
EVP_Cipher(c, p, p, i);
EVP_Cipher(c, tmp2, p, blocksize);
EVP_Cipher(c, p, tmp3, blocksize);
EVP_Cipher(c, data, data, len);
EVP_Cipher(ctx, answer, challenge, 8);
EVP_Cipher(c, encryptedSession->data, session->data, encryptedSession->length);
EVP_Cipher(c, session->data, encryptedSession->data, session->length);
EVP_Cipher(ctx->main_evp, poly_key,
EVP_Cipher(ctx->header_evp, dest, src, aadlen) < 0) {
EVP_Cipher(ctx->main_evp, dest + aadlen, src + aadlen, len) < 0) {
if (EVP_Cipher(ctx->header_evp, buf, (u_char *)cp, sizeof(buf)) < 0)
EVP_Cipher(cc->evp, NULL, (u_char *)src, aadlen) < 0)
if (EVP_Cipher(cc->evp, dest + aadlen, (u_char *)src + aadlen,
if (EVP_Cipher(cc->evp, NULL, NULL, 0) < 0)
ciph_success = EVP_Cipher(ctx, out, inp, len + pad);
if (EVP_Cipher(tempargs->ctx, buf, buf, (size_t)lengths[testnum]) <= 0)
if (EVP_Cipher(ctx->cctx, ctx->tbl, zero_iv, bl) <= 0)
if (EVP_Cipher(ctx->cctx, ctx->tbl, ctx->last_block, bl) <= 0)
if (EVP_Cipher(ctx->cctx, ctx->tbl, data, bl) <= 0)
if (EVP_Cipher(ctx->cctx, buf, data, max_burst_blocks * bl) <= 0)
if (EVP_Cipher(ctx->cctx, buf, data, cipher_blocks * bl) <= 0)
if (EVP_Cipher(ctx->cctx, out, out, bl) <= 0) {
__owur int EVP_Cipher(EVP_CIPHER_CTX *c,
if (EVP_Cipher(ds, rec->data, rec->input, (unsigned int)l) < 1) {
tmpr = EVP_Cipher(ds, recs[0].data, recs[0].input,
|| !TEST_int_ge(EVP_Cipher(enc_ctx, enc, enc, len), 0))