Home
last modified time | relevance | path

Searched refs:EVP_CipherUpdate (Results 1 – 25 of 31) 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/ssl/record/
H A Dssl3_record_tls13.c172 && EVP_CipherUpdate(ctx, NULL, &lenu, NULL, in tls13_enc()
174 || EVP_CipherUpdate(ctx, NULL, &lenu, recheader, in tls13_enc()
176 || EVP_CipherUpdate(ctx, rec->data, &lenu, rec->input, in tls13_enc()
H A Dssl3_record.c933 if (!EVP_CipherUpdate(ds, rec->data, &outlen, rec->input, in ssl3_enc()
1205 if (!EVP_CipherUpdate(ds, recs[0].data, &outlen, recs[0].input, in tls1_enc()
/freebsd/crypto/openssl/test/
H A Dafalgtest.c86 || !TEST_true(EVP_CipherUpdate(ctx, ebuf, &encl, in, BUFFER_SIZE)) in test_afalg_aes_cbc()
96 || !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.c252 || !TEST_true(EVP_CipherUpdate(ctx, ct, &ctlen, msg, len)) in encrypt_decrypt()
255 || !TEST_true(EVP_CipherUpdate(ctx, pt, &ptlen, ct, ctlen)) in encrypt_decrypt()
H A Dacvp_test.c688 || !TEST_true(EVP_CipherUpdate(ctx, out, &len, pt, pt_len)) in cipher_enc()
743 || !TEST_true(EVP_CipherUpdate(ctx, NULL, &len, NULL, pt_len)) in aes_ccm_enc_dec()
744 || !TEST_true(EVP_CipherUpdate(ctx, NULL, &len, aad, aad_len)) in aes_ccm_enc_dec()
745 || !TEST_int_eq(EVP_CipherUpdate(ctx, out, &len, pt, pt_len), pass)) in aes_ccm_enc_dec()
840 || !TEST_true(EVP_CipherUpdate(ctx, NULL, &len, aad, aad_len)) in aes_gcm_enc_dec()
841 || !TEST_true(EVP_CipherUpdate(ctx, out, &len, pt, pt_len))) in aes_gcm_enc_dec()
1424 if (!TEST_int_gt(EVP_CipherUpdate(ctx, out, &outlen, pt, 7), 0)) in aes_cfb1_bits_test()
H A Devp_extra_test.c3895 if (!TEST_true(EVP_CipherUpdate(ctx, outbuf, &outlen1, t->input, t->inlen))) { in test_evp_init_seq()
3953 || !TEST_true(EVP_CipherUpdate(ctx, outbuf1, &outlen1, t->input, t->inlen)) in test_evp_reinit_seq()
3960 || !TEST_true(EVP_CipherUpdate(ctx, outbuf2, &outlen2, t->input, t->inlen)) in test_evp_reinit_seq()
4021 if (!TEST_true(EVP_CipherUpdate(ctx, outbuf, &outlen1, t->input, t->inlen))) { in test_evp_reset()
4037 if (!TEST_true(EVP_CipherUpdate(ctx, outbuf, &outlen1, t->input, t->inlen))) { in test_evp_reset()
4135 if (!TEST_true(EVP_CipherUpdate(ctx, outbuf, &outlen1, cfbPlaintext, sizeof(cfbPlaintext)))) { in test_evp_updated_iv()
4223 if (!TEST_true(EVP_CipherUpdate(ctx, NULL, &outlen3, gcmAAD, sizeof(gcmAAD)))) { in test_gcm_reinit()
4228 if (!TEST_true(EVP_CipherUpdate(ctx, outbuf, &outlen1, gcmResetPlaintext, in test_gcm_reinit()
4258 if (!TEST_true(EVP_CipherUpdate(ctx, NULL, &outlen3, gcmAAD, sizeof(gcmAAD)))) { in test_gcm_reinit()
4262 if (!TEST_true(EVP_CipherUpdate(ctx, outbuf, &outlen1, gcmResetPlaintext, in test_gcm_reinit()
[all …]
H A Devp_test.c870 if (!EVP_CipherUpdate(ctx, NULL, &tmplen, NULL, out_len)) { in cipher_test_enc()
879 if (!EVP_CipherUpdate(ctx, NULL, &chunklen, expected->aad[i], in cipher_test_enc()
889 if (!EVP_CipherUpdate(ctx, NULL, &chunklen, expected->aad[i], 1)) in cipher_test_enc()
894 if (!EVP_CipherUpdate(ctx, NULL, &chunklen, in cipher_test_enc()
901 && !EVP_CipherUpdate(ctx, NULL, &chunklen, in cipher_test_enc()
940 if (!EVP_CipherUpdate(ctx, tmp + out_misalign, &tmplen, in, in_len)) in cipher_test_enc()
945 if (!EVP_CipherUpdate(ctx, tmp + out_misalign, &chunklen, in, 1)) in cipher_test_enc()
952 if (!EVP_CipherUpdate(ctx, tmp + out_misalign + tmplen, &chunklen, in cipher_test_enc()
960 if (!EVP_CipherUpdate(ctx, tmp + out_misalign + tmplen, &chunklen, in cipher_test_enc()
/freebsd/crypto/openssl/providers/implementations/rands/
H A Ddrbg_ctr.c108 if (!EVP_CipherUpdate(ctr->ctx_df, out, &outlen, out, len) in ctr_BCC_block()
237 if (!EVP_CipherUpdate(ctr->ctx_ecb, ctr->KX, &outlen, ctr->KX + ctr->keylen, in ctr_df()
241 if (!EVP_CipherUpdate(ctr->ctx_ecb, ctr->KX + 16, &outlen, ctr->KX, in ctr_df()
246 if (!EVP_CipherUpdate(ctr->ctx_ecb, ctr->KX + 32, &outlen, in ctr_df()
280 if (!EVP_CipherUpdate(ctr->ctx_ecb, out, &outlen, V_tmp, len) in ctr_update()
417 * outlen has type size_t while EVP_CipherUpdate takes an in drbg_ctr_generate()
438 if (!EVP_CipherUpdate(ctr->ctx_ctr, out, &outl, out, buflen) in drbg_ctr_generate()
/freebsd/crypto/openssl/crypto/evp/
H A Dbio_enc.c179 if (!EVP_CipherUpdate(ctx->cipher, in enc_read()
197 if (!EVP_CipherUpdate(ctx->cipher, in enc_read()
266 if (!EVP_CipherUpdate(ctx->cipher, in enc_write()
H A Devp_enc.c456 int EVP_CipherUpdate(EVP_CIPHER_CTX *ctx, unsigned char *out, int *outl, in EVP_CipherUpdate() function
/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/providers/fips/
H A Dself_test_kats.c81 && EVP_CipherUpdate(ctx, NULL, &tmp, t->aad, t->aad_len); in cipher_init()
106 || !EVP_CipherUpdate(ctx, ct_buf, &len, t->base.pt, in self_test_cipher()
130 && EVP_CipherUpdate(ctx, pt_buf, &len, in self_test_cipher()
/freebsd/crypto/openssl/crypto/cms/
H A Dcms_kari.c231 if (!EVP_CipherUpdate(kari->ctx, NULL, &outlen, in, inlen)) in cms_kek_cipher()
236 if (!EVP_CipherUpdate(kari->ctx, out, &outlen, in, inlen)) in cms_kek_cipher()
/freebsd/crypto/openssl/crypto/pkcs12/
H A Dp12_decr.c75 if (!EVP_CipherUpdate(ctx, out, &i, in, inlen)) { in PKCS12_pbe_crypt_ex()
/freebsd/crypto/openssl/doc/man3/
H A DEVP_EncryptInit.pod21 EVP_CipherUpdate,
136 int EVP_CipherUpdate(EVP_CIPHER_CTX *ctx, unsigned char *out,
409 =item EVP_CipherInit_ex2(), EVP_CipherInit_ex(), EVP_CipherUpdate() and
422 EVP_CipherInit() / EVP_CipherUpdate() / EVP_CipherFinal() series of calls.
448 in applications, please consider using EVP_CipherUpdate() and
698 allows a single call to EVP_CipherUpdate().
898 EVP_DecryptUpdate() and EVP_CipherUpdate() is the number of bits or number of bytes.
1201 EVP_CipherInit_ex2() and EVP_CipherUpdate() return 1 for success and 0 for failure.
1277 To specify additional authenticated data (AAD), a call to EVP_CipherUpdate(),
1338 EVP_CipherUpdate(), EVP_EncryptUpdate() or EVP_DecryptUpdate() with the output
[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/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/heimdal/doc/doxyout/hcrypto/
H A Dmanpages64 hcrypto/man/man3/EVP_CipherUpdate.3
/freebsd/tools/tools/crypto/
H A Dcryptocheck.c727 if (EVP_CipherUpdate(ctx, (u_char *)output, &outl, in openssl_cipher()
/freebsd/contrib/wpa/src/crypto/
H A Dcrypto_openssl.c388 if (!EVP_CipherUpdate(ctx, skip_buf, &outl, skip_buf, len)) in rc4_skip()
393 if (EVP_CipherUpdate(ctx, data, &outl, data, data_len)) in rc4_skip()
/freebsd/crypto/openssl/include/openssl/
H A Devp.h795 __owur int EVP_CipherUpdate(EVP_CIPHER_CTX *ctx, unsigned char *out,
/freebsd/secure/lib/libcrypto/
H A DVersion.map1456 EVP_CipherUpdate;

12