| /freebsd/crypto/openssl/doc/life-cycles/ |
| H A D | cipher.dot | 21 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 D | evp_skey_test.c | 146 || !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 D | afalgtest.c | 80 || !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 D | pbetest.c | 80 || !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 D | evp_fetch_prov_test.c | 273 || !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 D | evp_extra_test.c | 5598 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 D | acvp_test.c | 893 || !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 D | fake_pipelineprov.c | 127 if (!EVP_CipherUpdate(ctx->cipher_ctxs[i], in fake_pipeline_update()
|
| H A D | evp_test.c | 1282 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 D | drbg_ctr.c | 116 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 D | tls13_meth.c | 229 && 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 D | ssl3_meth.c | 156 if (!EVP_CipherUpdate(ds, rec->data, &outlen, rec->input, in ssl3_cipher()
|
| /freebsd/crypto/openssl/crypto/evp/ |
| H A D | bio_enc.c | 182 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 D | quic_wire_pkt.c | 93 || !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 D | quic_record_tx.c | 537 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 D | EVP_EncryptInit.pod | 24 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 D | EVP_CIPHER_meth_new.pod | 168 EVP_CipherUpdate(). 198 The cipher function is called by EVP_CipherUpdate(),
|
| H A D | BIO_f_cipher.pod | 25 EVP_CipherInit(), EVP_CipherUpdate() and EVP_CipherFinal().
|
| /freebsd/sys/geom/eli/ |
| H A D | g_eli_crypto.c | 167 if (EVP_CipherUpdate(ctx, data, &outsize, data, datasize) == 0) { in g_eli_crypto_cipher()
|
| /freebsd/crypto/openssl/crypto/cms/ |
| H A D | cms_kari.c | 233 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 D | life_cycle-cipher.pod | 85 | 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 D | p12_decr.c | 84 if (!EVP_CipherUpdate(ctx, out, &i, in, inlen)) { in PKCS12_pbe_crypt_ex()
|
| /freebsd/crypto/openssl/providers/fips/ |
| H A D | self_test_kats.c | 92 && 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 D | manpages | 64 hcrypto/man/man3/EVP_CipherUpdate.3
|
| /freebsd/crypto/krb5/src/lib/crypto/openssl/enc_provider/ |
| H A D | aes.c | 181 !EVP_CipherUpdate(ctx, oblock, &outlen, dbuf, dlen) || in do_cts()
|