Home
last modified time | relevance | path

Searched refs:EVP_DecryptUpdate (Results 1 – 25 of 34) sorted by relevance

12

/third_party/openssl/demos/cipher/
Daesccm.c200 if (!EVP_DecryptUpdate(ctx, NULL, &outlen, NULL, sizeof(ccm_ct))) in aes_ccm_decrypt()
204 if (!EVP_DecryptUpdate(ctx, NULL, &outlen, ccm_adata, sizeof(ccm_adata))) in aes_ccm_decrypt()
208 rv = EVP_DecryptUpdate(ctx, outbuf, &outlen, ccm_ct, sizeof(ccm_ct)); in aes_ccm_decrypt()
Daesgcm.c182 if (!EVP_DecryptUpdate(ctx, NULL, &outlen, gcm_aad, sizeof(gcm_aad))) in aes_gcm_decrypt()
186 if (!EVP_DecryptUpdate(ctx, outbuf, &outlen, gcm_ct, sizeof(gcm_ct))) in aes_gcm_decrypt()
Daeskeywrap.c143 if (!EVP_DecryptUpdate(ctx, outbuf, &outlen, wrap_ct, sizeof(wrap_ct))) in aes_wrap_decrypt()
Dariacbc.c141 if (!EVP_DecryptUpdate(ctx, outbuf, &outlen, cbc_ct, sizeof(cbc_ct))) in aria_cbc_decrypt()
/third_party/openssl/crypto/cms/
Dcms_pwri.c209 if (!EVP_DecryptUpdate(ctx, tmp + inlen - 2 * blocklen, &outl, in kek_unwrap_key()
216 || !EVP_DecryptUpdate(ctx, tmp, &outl, in kek_unwrap_key()
219 || !EVP_DecryptUpdate(ctx, tmp, &outl, in, inlen - blocklen) in kek_unwrap_key()
224 || !EVP_DecryptUpdate(ctx, tmp, &outl, tmp, inlen)) in kek_unwrap_key()
/third_party/openssl/test/
Daesgcmtest.c80 && TEST_true(EVP_DecryptUpdate(ctx, NULL, &outlen, gcm_aad, in do_decrypt()
82 && TEST_true(EVP_DecryptUpdate(ctx, pt, &ptlen, ct, in do_decrypt()
Ddestest.c758 || !TEST_true(EVP_DecryptUpdate(ctx, p_txt, &plen_upd, in test_des_key_wrap()
/third_party/openssl/doc/life-cycles/
Dcipher.dot30 d_initialised -> d_updated [label="EVP_DecryptUpdate", weight=2];
31 d_updated -> d_updated [label="EVP_DecryptUpdate"];
/third_party/libwebsockets/lib/tls/openssl/
Dlws-genaes.c376 n = EVP_DecryptUpdate(ctx->ctx, NULL, &olen, in, (int)len); in lws_genaes_crypt()
396 n = EVP_DecryptUpdate(ctx->ctx, out, &outl, in, (int)len); in lws_genaes_crypt()
/third_party/openssl/doc/man7/
Dlife_cycle-cipher.pod85 | EVP_DecryptUpdate | EVP_CipherUpdate EVP_EncryptUpdate |
94 …| updated | EVP_DecryptUpdate | | | updated |-----…
136EVP_DecryptUpdate updated up…
227 <tr><th style="border:1px solid" align="left">EVP_DecryptUpdate</th>
Dprovider-cipher.pod153 L<EVP_EncryptUpdate(3)> and L<EVP_DecryptUpdate(3)>.
/third_party/openssl/doc/man3/
DEVP_OpenInit.pod29 as the EVP_DecryptUpdate() and EVP_DecryptFinal() routines, as
DEVP_EncryptInit.pod17 EVP_DecryptUpdate,
127 int EVP_DecryptUpdate(EVP_CIPHER_CTX *ctx, unsigned char *out,
392 =item EVP_DecryptInit_ex2(), EVP_DecryptInit_ex(), EVP_DecryptUpdate()
399 decrypted data buffer I<out> passed to EVP_DecryptUpdate() should have
603 "used" (before any EVP_EncryptUpdate(), EVP_DecryptUpdate() calls for example).
892 EVP_DecryptUpdate() and EVP_CipherUpdate() is the number of bits or number of bytes.
1192 EVP_DecryptInit_ex2() and EVP_DecryptUpdate() return 1 for success and 0 for failure.
1270 EVP_EncryptUpdate() or EVP_DecryptUpdate() should be made with the output
1329 EVP_CipherUpdate(), EVP_EncryptUpdate() or EVP_DecryptUpdate() with the output
1364 EVP_CipherUpdate(), EVP_EncryptUpdate() or EVP_DecryptUpdate() should be made
[all …]
DEVP_CIPHER_meth_new.pod198 EVP_EncryptUpdate(), EVP_DecryptUpdate(), EVP_CipherFinal(),
/third_party/nghttp2/src/
Dshrpx_quic.cc228 if (!EVP_DecryptUpdate(ctx, dest, &len, src, SHRPX_QUIC_DECRYPTED_DCIDLEN) || in decrypt_quic_connection_id()
/third_party/openssl/crypto/pem/
Dpvkfmt.c877 if (!EVP_DecryptUpdate(cctx, q, &enctmplen, p, inlen)) in do_PVK_body_key()
887 if (!EVP_DecryptUpdate(cctx, q, &enctmplen, p, inlen)) in do_PVK_body_key()
Dpem_lib.c458 ok = EVP_DecryptUpdate(ctx, data, &ilen, data, ilen); in PEM_do_header()
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/crypto/
Dcrypto_openssl.c402 if (EVP_DecryptUpdate(c, plain, &plen, crypt, 16) != 1) { in aes_decrypt()
509 EVP_DecryptUpdate(ctx, data, &plen, data, data_len) == 1 && in aes_128_cbc_decrypt()
733 if (!EVP_DecryptUpdate(ctx->dec, plain, &outl, crypt, len)) in crypto_cipher_decrypt()
/third_party/openssl/crypto/evp/
Devp_enc.c457 return EVP_DecryptUpdate(ctx, out, outl, in, inl); in EVP_CipherUpdate()
792 int EVP_DecryptUpdate(EVP_CIPHER_CTX *ctx, unsigned char *out, int *outl, in EVP_DecryptUpdate() function
/third_party/openssl/crypto/crmf/
Dcrmf_lib.c693 || !EVP_DecryptUpdate(evp_ctx, outbuf, &outlen, in OSSL_CRMF_ENCRYPTEDVALUE_get1_encCert()
/third_party/rust/crates/rust-openssl/openssl-sys/src/handwritten/
Devp.rs206 pub fn EVP_DecryptUpdate( in EVP_DecryptUpdate() function
/third_party/openssl/apps/
Dspeed.c733 rc = EVP_DecryptUpdate(ctx, buf, &outl, buf, lengths[testnum]); in EVP_Update_loop()
775 (void)EVP_DecryptUpdate(ctx, buf, &outl, buf, lengths[testnum]); in EVP_Update_loop_ccm()
811 (void)EVP_DecryptUpdate(ctx, NULL, &outl, aad, sizeof(aad)); in EVP_Update_loop_aead()
812 (void)EVP_DecryptUpdate(ctx, buf, &outl, buf, lengths[testnum]); in EVP_Update_loop_aead()
/third_party/rust/crates/rust-openssl/openssl-sys/
DCHANGELOG.md387 …t`, `EVP_SealFinal`, `EVP_EncryptUpdate`, `EVP_OpenInit`, `EVP_OpenFinal`, and `EVP_DecryptUpdate`.
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/crypto/
Dcrypto_openssl.c475 if (EVP_DecryptUpdate(c, plain, &plen, crypt, 16) != 1) { in aes_decrypt()
582 EVP_DecryptUpdate(ctx, data, &plen, data, data_len) == 1 && in aes_128_cbc_decrypt()
806 if (!EVP_DecryptUpdate(ctx->dec, plain, &outl, crypt, len)) in crypto_cipher_decrypt()
/third_party/openssl/ohos_lite/include/openssl/
Devp.h505 # define EVP_OpenUpdate(a,b,c,d,e) EVP_DecryptUpdate(a,b,c,d,e)
599 /*__owur*/ int EVP_DecryptUpdate(EVP_CIPHER_CTX *ctx, unsigned char *out,

12