/third_party/openssl/doc/life-cycles/ |
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"];
|
/third_party/node/deps/openssl/openssl/ssl/record/ |
D | ssl3_record_tls13.c | 172 && 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()
|
/third_party/openssl/ssl/record/ |
D | ssl3_record_tls13.c | 172 && 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()
|
/third_party/openssl/test/ |
D | pbetest.c | 78 || !TEST_true(EVP_CipherUpdate(ctx, out, &i, pbe_plaintext, in test_pkcs5_pbe() 94 || !TEST_true(EVP_CipherUpdate(ctx, out, &i, exp, exp_len))) in test_pkcs5_pbe()
|
D | afalgtest.c | 86 || !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()
|
D | evp_fetch_prov_test.c | 252 || !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()
|
D | acvp_test.c | 688 || !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()
|
D | evp_test.c | 859 if (!EVP_CipherUpdate(ctx, NULL, &tmplen, NULL, out_len)) { in cipher_test_enc() 868 if (!EVP_CipherUpdate(ctx, NULL, &chunklen, expected->aad[i], in cipher_test_enc() 878 if (!EVP_CipherUpdate(ctx, NULL, &chunklen, expected->aad[i], 1)) in cipher_test_enc() 883 if (!EVP_CipherUpdate(ctx, NULL, &chunklen, in cipher_test_enc() 890 && !EVP_CipherUpdate(ctx, NULL, &chunklen, in cipher_test_enc() 929 if (!EVP_CipherUpdate(ctx, tmp + out_misalign, &tmplen, in, in_len)) in cipher_test_enc() 934 if (!EVP_CipherUpdate(ctx, tmp + out_misalign, &chunklen, in, 1)) in cipher_test_enc() 941 if (!EVP_CipherUpdate(ctx, tmp + out_misalign + tmplen, &chunklen, in cipher_test_enc() 949 if (!EVP_CipherUpdate(ctx, tmp + out_misalign + tmplen, &chunklen, in cipher_test_enc()
|
/third_party/node/deps/openssl/openssl/providers/implementations/rands/ |
D | drbg_ctr.c | 108 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() 438 if (!EVP_CipherUpdate(ctr->ctx_ctr, out, &outl, out, buflen) in drbg_ctr_generate()
|
/third_party/openssl/providers/implementations/rands/ |
D | drbg_ctr.c | 108 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() 438 if (!EVP_CipherUpdate(ctr->ctx_ctr, out, &outl, out, buflen) in drbg_ctr_generate()
|
/third_party/rust/crates/rust-openssl/openssl/src/ |
D | cipher_ctx.rs | 506 #[corresponds(EVP_CipherUpdate)] 511 cvt(ffi::EVP_CipherUpdate( in set_data_len() 544 #[corresponds(EVP_CipherUpdate)] 582 #[corresponds(EVP_CipherUpdate)] 592 cvt(ffi::EVP_CipherUpdate( in cipher_update_unchecked() 630 #[corresponds(EVP_CipherUpdate)] 649 cvt(ffi::EVP_CipherUpdate( in cipher_update_inplace()
|
/third_party/openssl/crypto/evp/ |
D | bio_enc.c | 179 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()
|
/third_party/node/deps/openssl/openssl/crypto/evp/ |
D | bio_enc.c | 179 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()
|
/third_party/node/src/crypto/ |
D | crypto_aes.cc | 118 !EVP_CipherUpdate( in AES_Cipher() 139 } else if (!EVP_CipherUpdate(ctx.get(), in AES_Cipher() 246 if (!EVP_CipherUpdate( in AES_CTR_Cipher2()
|
D | crypto_cipher.cc | 763 if (!EVP_CipherUpdate(ctx_.get(), nullptr, &outlen, nullptr, plaintext_len)) in Init() 767 return 1 == EVP_CipherUpdate(ctx_.get(), in Init() 815 EVP_CipherUpdate(ctx_.get(), in Init() 828 int r = EVP_CipherUpdate(ctx_.get(), in Init()
|
/third_party/node/deps/openssl/openssl/providers/fips/ |
D | self_test_kats.c | 81 && 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()
|
/third_party/openssl/providers/fips/ |
D | self_test_kats.c | 81 && 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()
|
/third_party/openssl/doc/man3/ |
D | EVP_EncryptInit.pod | 21 EVP_CipherUpdate, 136 int EVP_CipherUpdate(EVP_CIPHER_CTX *ctx, unsigned char *out, 400 =item EVP_CipherInit_ex2(), EVP_CipherInit_ex(), EVP_CipherUpdate() and 413 EVP_CipherInit() / EVP_CipherUpdate() / EVP_CipherFinal() series of calls. 439 in applications, please consider using EVP_CipherUpdate() and 689 allows a single call to EVP_CipherUpdate(). 889 EVP_DecryptUpdate() and EVP_CipherUpdate() is the number of bits or number of bytes. 1192 EVP_CipherInit_ex2() and EVP_CipherUpdate() return 1 for success and 0 for failure. 1267 To specify additional authenticated data (AAD), a call to EVP_CipherUpdate(), 1327 EVP_CipherUpdate(), EVP_EncryptUpdate() or EVP_DecryptUpdate() with the output [all …]
|
D | EVP_CIPHER_meth_new.pod | 167 EVP_CipherUpdate(). 197 The cipher function is called by EVP_CipherUpdate(),
|
D | BIO_f_cipher.pod | 25 EVP_CipherInit(), EVP_CipherUpdate() and EVP_CipherFinal().
|
/third_party/node/deps/openssl/openssl/crypto/cms/ |
D | cms_kari.c | 231 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()
|
/third_party/openssl/crypto/cms/ |
D | cms_kari.c | 231 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()
|
/third_party/openssl/doc/man7/ |
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>
|
/third_party/node/deps/openssl/openssl/crypto/pkcs12/ |
D | p12_decr.c | 75 if (!EVP_CipherUpdate(ctx, out, &i, in, inlen)) { in PKCS12_pbe_crypt_ex()
|
/third_party/openssl/crypto/pkcs12/ |
D | p12_decr.c | 75 if (!EVP_CipherUpdate(ctx, out, &i, in, inlen)) { in PKCS12_pbe_crypt_ex()
|