HomeSort by: relevance | last modified time | path
    Searched refs:EVP_CipherUpdate (Results 1 - 25 of 53) sorted by relevancy

1 2 3

  /src/crypto/external/bsd/openssl/dist/ssl/record/
ssl3_record_tls13.c 172 && EVP_CipherUpdate(ctx, NULL, &lenu, NULL,
174 || EVP_CipherUpdate(ctx, NULL, &lenu, recheader,
176 || EVP_CipherUpdate(ctx, rec->data, &lenu, rec->input,
  /src/crypto/external/bsd/openssl.old/dist/ssl/record/
ssl3_record_tls13.c 174 && EVP_CipherUpdate(ctx, NULL, &lenu, NULL,
176 || EVP_CipherUpdate(ctx, NULL, &lenu, recheader,
178 || EVP_CipherUpdate(ctx, rec->data, &lenu, rec->input,
  /src/crypto/external/apache2/openssl/dist/test/
afalgtest.c 80 || !TEST_true(EVP_CipherUpdate(ctx, ebuf, &encl, in, BUFFER_SIZE))
90 || !TEST_true(EVP_CipherUpdate(ctx, dbuf, &decl, ebuf, encl))
pbetest.c 80 || !TEST_true(EVP_CipherUpdate(ctx, out, &i, pbe_plaintext,
96 || !TEST_true(EVP_CipherUpdate(ctx, out, &i, exp, exp_len)))
evp_skey_test.c 146 || !TEST_int_gt(EVP_CipherUpdate(ctx, encrypted_skey, &enc_len, data, DATA_SIZE), 0)
156 || !TEST_int_gt(EVP_CipherUpdate(ctx, encrypted_raw, &enc_len, data, DATA_SIZE), 0)
223 || !TEST_int_gt(EVP_CipherUpdate(ctx, encrypted_skey, &enc_len, data, DATA_SIZE), 0)
233 || !TEST_int_gt(EVP_CipherUpdate(ctx, encrypted_raw, &enc_len, data, DATA_SIZE), 0)
evp_fetch_prov_test.c 273 || !TEST_true(EVP_CipherUpdate(ctx, ct, &ctlen, msg, len))
276 || !TEST_true(EVP_CipherUpdate(ctx, pt, &ptlen, ct, ctlen))
  /src/crypto/external/bsd/openssl/dist/test/
afalgtest.c 86 || !TEST_true(EVP_CipherUpdate(ctx, ebuf, &encl, in, BUFFER_SIZE))
96 || !TEST_true(EVP_CipherUpdate(ctx, dbuf, &decl, ebuf, encl))
pbetest.c 80 || !TEST_true(EVP_CipherUpdate(ctx, out, &i, pbe_plaintext,
96 || !TEST_true(EVP_CipherUpdate(ctx, out, &i, exp, exp_len)))
evp_fetch_prov_test.c 252 || !TEST_true(EVP_CipherUpdate(ctx, ct, &ctlen, msg, len))
255 || !TEST_true(EVP_CipherUpdate(ctx, pt, &ptlen, ct, ctlen))
  /src/crypto/external/bsd/openssl.old/dist/test/
afalgtest.c 71 || !TEST_true(EVP_CipherUpdate(ctx, ebuf, &encl, in, BUFFER_SIZE))
81 || !TEST_true(EVP_CipherUpdate(ctx, dbuf, &decl, ebuf, encl))
  /src/crypto/external/bsd/openssl.old/dist/crypto/rand/
drbg_ctr.c 73 if (!EVP_CipherUpdate(ctr->ctx_df, out, &outlen, out, len)
202 if (!EVP_CipherUpdate(ctr->ctx_ecb, ctr->KX, &outlen, ctr->KX + ctr->keylen,
206 if (!EVP_CipherUpdate(ctr->ctx_ecb, ctr->KX + 16, &outlen, ctr->KX,
211 if (!EVP_CipherUpdate(ctr->ctx_ecb, ctr->KX + 32, &outlen,
245 if (!EVP_CipherUpdate(ctr->ctx_ecb, out, &outlen, V_tmp, len)
358 * outlen has type size_t while EVP_CipherUpdate takes an
379 if (!EVP_CipherUpdate(ctr->ctx_ctr, out, &outl, out, buflen)
  /src/crypto/external/bsd/heimdal/dist/lib/hcrypto/
example_evp_cipher.c 146 ret = EVP_CipherUpdate(&ctx, obuf, &olen, ibuf, ilen);
149 errx(1, "EVP_CipherUpdate failed");
evp.h 61 #define EVP_CipherUpdate hc_EVP_CipherUpdate
188 int buf_len; /* bytes stored in buf for EVP_CipherUpdate */
332 int EVP_CipherUpdate(EVP_CIPHER_CTX *, void *, int *, void *, size_t);
undef.h 97 #undef EVP_CipherUpdate
  /src/crypto/external/bsd/openssl.old/dist/crypto/pkcs12/
p12_decr.c 51 if (!EVP_CipherUpdate(ctx, out, &i, in, inlen)) {
  /src/crypto/external/apache2/openssl/dist/crypto/evp/
bio_enc.c 182 if (!EVP_CipherUpdate(ctx->cipher,
200 if (!EVP_CipherUpdate(ctx->cipher,
210 * Note: it is possible for EVP_CipherUpdate to decrypt zero
269 if (!EVP_CipherUpdate(ctx->cipher,
  /src/crypto/external/apache2/openssl/dist/ssl/record/methods/
tls13_meth.c 229 && EVP_CipherUpdate(enc_ctx, NULL, &lenu, NULL,
232 || EVP_CipherUpdate(enc_ctx, NULL, &lenu, recheader,
235 || EVP_CipherUpdate(enc_ctx, rec->data, &lenu, rec->input,
  /src/crypto/external/bsd/openssl/dist/crypto/evp/
bio_enc.c 179 if (!EVP_CipherUpdate(ctx->cipher,
197 if (!EVP_CipherUpdate(ctx->cipher,
207 * Note: it is possible for EVP_CipherUpdate to decrypt zero
266 if (!EVP_CipherUpdate(ctx->cipher,
  /src/crypto/external/bsd/openssl.old/dist/crypto/evp/
bio_enc.c 179 if (!EVP_CipherUpdate(ctx->cipher,
197 if (!EVP_CipherUpdate(ctx->cipher,
207 * Note: it is possible for EVP_CipherUpdate to decrypt zero
266 if (!EVP_CipherUpdate(ctx->cipher,
  /src/crypto/external/apache2/openssl/dist/providers/implementations/rands/
drbg_ctr.c 116 if (!EVP_CipherUpdate(ctr->ctx_df, out, &outlen, out, len)
244 if (!EVP_CipherUpdate(ctr->ctx_ecb, ctr->KX, &outlen, ctr->KX + ctr->keylen,
248 if (!EVP_CipherUpdate(ctr->ctx_ecb, ctr->KX + 16, &outlen, ctr->KX,
253 if (!EVP_CipherUpdate(ctr->ctx_ecb, ctr->KX + 32, &outlen,
287 if (!EVP_CipherUpdate(ctr->ctx_ecb, out, &outlen, V_tmp, len)
433 * outlen has type size_t while EVP_CipherUpdate takes an
454 if (!EVP_CipherUpdate(ctr->ctx_ctr, out, &outl, out, buflen)
  /src/crypto/external/bsd/openssl/dist/providers/implementations/rands/
drbg_ctr.c 108 if (!EVP_CipherUpdate(ctr->ctx_df, out, &outlen, out, len)
237 if (!EVP_CipherUpdate(ctr->ctx_ecb, ctr->KX, &outlen, ctr->KX + ctr->keylen,
241 if (!EVP_CipherUpdate(ctr->ctx_ecb, ctr->KX + 16, &outlen, ctr->KX,
246 if (!EVP_CipherUpdate(ctr->ctx_ecb, ctr->KX + 32, &outlen,
280 if (!EVP_CipherUpdate(ctr->ctx_ecb, out, &outlen, V_tmp, len)
417 * outlen has type size_t while EVP_CipherUpdate takes an
438 if (!EVP_CipherUpdate(ctr->ctx_ctr, out, &outl, out, buflen)
  /src/crypto/external/apache2/openssl/dist/crypto/cms/
cms_kari.c 231 if (!EVP_CipherUpdate(kari->ctx, NULL, &outlen, in, inlen))
236 if (!EVP_CipherUpdate(kari->ctx, out, &outlen, in, inlen))
  /src/crypto/external/bsd/openssl/dist/crypto/cms/
cms_kari.c 231 if (!EVP_CipherUpdate(kari->ctx, NULL, &outlen, in, inlen))
236 if (!EVP_CipherUpdate(kari->ctx, out, &outlen, in, inlen))
  /src/crypto/external/bsd/openssl.old/dist/crypto/cms/
cms_kari.c 206 if (!EVP_CipherUpdate(kari->ctx, NULL, &outlen, in, inlen))
211 if (!EVP_CipherUpdate(kari->ctx, out, &outlen, in, inlen))
  /src/crypto/external/apache2/openssl/dist/ssl/quic/
quic_wire_pkt.c 93 || !EVP_CipherUpdate(hpr->cipher_ctx, dst, &l, sample, 16)) {
107 || !EVP_CipherUpdate(hpr->cipher_ctx, mask, &l,
940 if (EVP_CipherUpdate(cctx, NULL, &l, buf, hdr_enc_len) != 1) {
946 if (EVP_CipherUpdate(cctx, NULL, &l, hdr->data,

Completed in 27 milliseconds

1 2 3