Home
last modified time | relevance | path

Searched refs:EVP_CipherUpdate (Results 1 – 25 of 41) sorted by relevance

12

/freebsd/crypto/openssl/doc/life-cycles/
H A Dcipher.dot21 initialised -> updated [label="EVP_CipherUpdate", weight=2];
22 updated -> updated [label="EVP_CipherUpdate"];
60 initialised -> updated [label="EVP_CipherUpdate", weight=2];
61 updated -> updated [label="EVP_CipherUpdate"];
/freebsd/crypto/openssl/test/
H A Devp_skey_test.c146 || !TEST_int_gt(EVP_CipherUpdate(ctx, encrypted_skey, &enc_len, data, DATA_SIZE), 0) in test_aes_raw_skey()
156 || !TEST_int_gt(EVP_CipherUpdate(ctx, encrypted_raw, &enc_len, data, DATA_SIZE), 0) in test_aes_raw_skey()
223 || !TEST_int_gt(EVP_CipherUpdate(ctx, encrypted_skey, &enc_len, data, DATA_SIZE), 0) in test_des_raw_skey()
233 || !TEST_int_gt(EVP_CipherUpdate(ctx, encrypted_raw, &enc_len, data, DATA_SIZE), 0) in test_des_raw_skey()
H A Dafalgtest.c80 || !TEST_true(EVP_CipherUpdate(ctx, ebuf, &encl, in, BUFFER_SIZE)) in test_afalg_aes_cbc()
90 || !TEST_true(EVP_CipherUpdate(ctx, dbuf, &decl, ebuf, encl)) in test_afalg_aes_cbc()
H A Dpbetest.c80 || !TEST_true(EVP_CipherUpdate(ctx, out, &i, pbe_plaintext, in test_pkcs5_pbe()
96 || !TEST_true(EVP_CipherUpdate(ctx, out, &i, exp, exp_len))) in test_pkcs5_pbe()
H A Devp_fetch_prov_test.c273 || !TEST_true(EVP_CipherUpdate(ctx, ct, &ctlen, msg, len)) in encrypt_decrypt()
276 || !TEST_true(EVP_CipherUpdate(ctx, pt, &ptlen, ct, ctlen)) in encrypt_decrypt()
H A Devp_extra_test.c5598 if (!TEST_true(EVP_CipherUpdate(ctx, outbuf, &outlen1, t->input, t->inlen))) { in test_evp_init_seq()
5657 || !TEST_true(EVP_CipherUpdate(ctx, outbuf1, &outlen1, t->input, t->inlen)) in test_evp_reinit_seq()
5664 || !TEST_true(EVP_CipherUpdate(ctx, outbuf2, &outlen2, t->input, t->inlen)) in test_evp_reinit_seq()
5721 if (!TEST_true(EVP_CipherUpdate(ctx, outbuf, &outlen1, t->input, t->inlen))) { in test_evp_reset()
5737 if (!TEST_true(EVP_CipherUpdate(ctx, outbuf, &outlen1, t->input, t->inlen))) { in test_evp_reset()
5811 if (!TEST_true(EVP_CipherUpdate(ctx, outbuf, &outlen1, cfbPlaintext, sizeof(cfbPlaintext)))) { in test_evp_updated_iv()
5896 if (!TEST_true(EVP_CipherUpdate(ctx, NULL, &outlen3, gcmAAD, sizeof(gcmAAD)))) { in test_gcm_reinit()
5901 if (!TEST_true(EVP_CipherUpdate(ctx, outbuf, &outlen1, gcmResetPlaintext, in test_gcm_reinit()
5931 if (!TEST_true(EVP_CipherUpdate(ctx, NULL, &outlen3, gcmAAD, sizeof(gcmAAD)))) { in test_gcm_reinit()
5935 if (!TEST_true(EVP_CipherUpdate(ctx, outbuf, &outlen1, gcmResetPlaintext, in test_gcm_reinit()
[all …]
H A Dacvp_test.c893 || !TEST_true(EVP_CipherUpdate(ctx, out, &len, pt, pt_len)) in cipher_enc()
950 || !TEST_true(EVP_CipherUpdate(ctx, NULL, &len, NULL, pt_len)) in aes_ccm_enc_dec()
951 || !TEST_true(EVP_CipherUpdate(ctx, NULL, &len, aad, aad_len)) in aes_ccm_enc_dec()
952 || !TEST_int_eq(EVP_CipherUpdate(ctx, out, &len, pt, pt_len), pass)) in aes_ccm_enc_dec()
1051 || !TEST_true(EVP_CipherUpdate(ctx, NULL, &len, aad, aad_len)) in aes_gcm_enc_dec()
1052 || !TEST_true(EVP_CipherUpdate(ctx, out, &len, pt, pt_len))) in aes_gcm_enc_dec()
1693 if (!TEST_int_gt(EVP_CipherUpdate(ctx, out, &outlen, pt, 7), 0)) in aes_cfb1_bits_test()
H A Dfake_pipelineprov.c127 if (!EVP_CipherUpdate(ctx->cipher_ctxs[i], in fake_pipeline_update()
H A Devp_test.c1282 if (!EVP_CipherUpdate(ctx, NULL, &tmplen, NULL, out_len)) { in cipher_test_enc()
1300 if (!EVP_CipherUpdate(ctx, NULL, &chunklen, in cipher_test_enc()
1312 if (!EVP_CipherUpdate(ctx, NULL, &chunklen, expected->aad[i], 1)) in cipher_test_enc()
1317 if (!EVP_CipherUpdate(ctx, NULL, &chunklen, in cipher_test_enc()
1324 && !EVP_CipherUpdate(ctx, NULL, &chunklen, in cipher_test_enc()
1379 if (!EVP_CipherUpdate(ctx, tmp + out_misalign + tmplen, &chunklen, in cipher_test_enc()
1389 if (!EVP_CipherUpdate(ctx, tmp + out_misalign, &chunklen, in, 1)) in cipher_test_enc()
1396 if (!EVP_CipherUpdate(ctx, tmp + out_misalign + tmplen, &chunklen, in cipher_test_enc()
1404 if (!EVP_CipherUpdate(ctx, tmp + out_misalign + tmplen, &chunklen, in cipher_test_enc()
/freebsd/crypto/openssl/providers/implementations/rands/
H A Ddrbg_ctr.c116 if (!EVP_CipherUpdate(ctr->ctx_df, out, &outlen, out, len) in ctr_BCC_block()
244 if (!EVP_CipherUpdate(ctr->ctx_ecb, ctr->KX, &outlen, ctr->KX + ctr->keylen, in ctr_df()
248 if (!EVP_CipherUpdate(ctr->ctx_ecb, ctr->KX + 16, &outlen, ctr->KX, in ctr_df()
253 if (!EVP_CipherUpdate(ctr->ctx_ecb, ctr->KX + 32, &outlen, in ctr_df()
287 if (!EVP_CipherUpdate(ctr->ctx_ecb, out, &outlen, V_tmp, len) in ctr_update()
454 if (!EVP_CipherUpdate(ctr->ctx_ctr, out, &outl, out, buflen) in drbg_ctr_generate()
/freebsd/crypto/openssl/ssl/record/methods/
H A Dtls13_meth.c229 && EVP_CipherUpdate(enc_ctx, NULL, &lenu, NULL, in tls13_cipher()
232 || EVP_CipherUpdate(enc_ctx, NULL, &lenu, recheader, in tls13_cipher()
235 || EVP_CipherUpdate(enc_ctx, rec->data, &lenu, rec->input, in tls13_cipher()
H A Dssl3_meth.c156 if (!EVP_CipherUpdate(ds, rec->data, &outlen, rec->input, in ssl3_cipher()
/freebsd/crypto/openssl/crypto/evp/
H A Dbio_enc.c182 if (!EVP_CipherUpdate(ctx->cipher, in enc_read()
200 if (!EVP_CipherUpdate(ctx->cipher, in enc_read()
269 if (!EVP_CipherUpdate(ctx->cipher, in enc_write()
/freebsd/crypto/openssl/ssl/quic/
H A Dquic_wire_pkt.c93 || !EVP_CipherUpdate(hpr->cipher_ctx, dst, &l, sample, 16)) { in hdr_generate_mask()
107 || !EVP_CipherUpdate(hpr->cipher_ctx, mask, &l, in hdr_generate_mask()
940 if (EVP_CipherUpdate(cctx, NULL, &l, buf, hdr_enc_len) != 1) { in ossl_quic_calculate_retry_integrity_tag()
946 if (EVP_CipherUpdate(cctx, NULL, &l, hdr->data, in ossl_quic_calculate_retry_integrity_tag()
H A Dquic_record_tx.c537 if (EVP_CipherUpdate(cctx, NULL, &l, hdr, hdr_len) != 1) { in qtx_encrypt_into_txe()
551 if (EVP_CipherUpdate(cctx, txe_data(txe) + txe->data_len, in qtx_encrypt_into_txe()
/freebsd/crypto/openssl/doc/man3/
H A DEVP_EncryptInit.pod24 EVP_CipherUpdate,
147 int EVP_CipherUpdate(EVP_CIPHER_CTX *ctx, unsigned char *out,
445 =item EVP_CipherInit_ex2(), EVP_CipherInit_ex(), EVP_CipherUpdate() and
463 EVP_CipherInit() / EVP_CipherUpdate() / EVP_CipherFinal() series of calls.
489 in applications, please consider using EVP_CipherUpdate() and
500 data in one set of EVP_CipherUpdate()/EVP_CipherFinal calls, thereby allowing
514 EVP_EncryptInit_ex2(), EVP_DecryptInit_ex2(), EVP_CipherUpdate() and
531 For size requirement of the output buffers, see the description of EVP_CipherUpdate().
795 allows a single call to EVP_CipherUpdate().
1037 EVP_DecryptUpdate() and EVP_CipherUpdate() is the number of bits or number of bytes.
[all …]
H A DEVP_CIPHER_meth_new.pod168 EVP_CipherUpdate().
198 The cipher function is called by EVP_CipherUpdate(),
H A DBIO_f_cipher.pod25 EVP_CipherInit(), EVP_CipherUpdate() and EVP_CipherFinal().
/freebsd/sys/geom/eli/
H A Dg_eli_crypto.c167 if (EVP_CipherUpdate(ctx, data, &outsize, data, datasize) == 0) { in g_eli_crypto_cipher()
/freebsd/crypto/openssl/crypto/cms/
H A Dcms_kari.c233 if (!EVP_CipherUpdate(kari->ctx, NULL, &outlen, in, inlen)) in cms_kek_cipher()
245 if (!EVP_CipherUpdate(kari->ctx, out, &outlen, in, (int)inlen)) in cms_kek_cipher()
/freebsd/crypto/openssl/doc/man7/
H A Dlife_cycle-cipher.pod85 | EVP_DecryptUpdate | EVP_CipherUpdate EVP_EncryptUpdate |
89 | | updated | EVP_CipherUpdate | |
135 EVP_CipherUpdate updated updated
216 <tr><th style="border:1px solid" align="left">EVP_CipherUpdate</th>
/freebsd/crypto/openssl/crypto/pkcs12/
H A Dp12_decr.c84 if (!EVP_CipherUpdate(ctx, out, &i, in, inlen)) { in PKCS12_pbe_crypt_ex()
/freebsd/crypto/openssl/providers/fips/
H A Dself_test_kats.c92 && EVP_CipherUpdate(ctx, NULL, &tmp, t->aad, t->aad_len); in cipher_init()
117 || !EVP_CipherUpdate(ctx, ct_buf, &len, t->base.pt, in self_test_cipher()
142 && EVP_CipherUpdate(ctx, pt_buf, &len, in self_test_cipher()
/freebsd/crypto/heimdal/doc/doxyout/hcrypto/
H A Dmanpages64 hcrypto/man/man3/EVP_CipherUpdate.3
/freebsd/crypto/krb5/src/lib/crypto/openssl/enc_provider/
H A Daes.c181 !EVP_CipherUpdate(ctx, oblock, &outlen, dbuf, dlen) || in do_cts()

12