Home
last modified time | relevance | path

Searched refs:EVP_DecryptInit_ex (Results 1 – 25 of 29) sorted by relevance

12

/third_party/openssl/crypto/evp/
Dp_open.c29 if (!EVP_DecryptInit_ex(ctx, type, NULL, NULL, NULL)) in EVP_OpenInit()
54 || !EVP_DecryptInit_ex(ctx, NULL, NULL, key, iv)) in EVP_OpenInit()
70 i = EVP_DecryptInit_ex(ctx, NULL, NULL, NULL, NULL); in EVP_OpenFinal()
Devp_enc.c502 int EVP_DecryptInit_ex(EVP_CIPHER_CTX *ctx, const EVP_CIPHER *cipher, in EVP_DecryptInit_ex() function
/third_party/openssl/test/
Daesgcmtest.c76 && TEST_true(EVP_DecryptInit_ex(ctx, EVP_aes_256_gcm(), NULL, in do_decrypt()
78 && TEST_true(EVP_DecryptInit_ex(ctx, NULL, NULL, gcm_key, iv) > 0) in do_decrypt()
/third_party/libwebsockets/lib/tls/openssl/
Dlws-genaes.c244 n = EVP_DecryptInit_ex(ctx->ctx, ctx->cipher, ctx->engine, in lws_genaes_create()
349 n = EVP_DecryptInit_ex(ctx->ctx, NULL, NULL, in lws_genaes_crypt()
/third_party/openssl/demos/cipher/
Daesccm.c196 if (!EVP_DecryptInit_ex(ctx, NULL, NULL, ccm_key, ccm_nonce)) in aes_ccm_decrypt()
/third_party/rust/crates/rust-openssl/openssl/src/
Dcipher_ctx.rs127 #[corresponds(EVP_DecryptInit_ex)]
134 self.cipher_init(type_, key, iv, ffi::EVP_DecryptInit_ex) in decrypt_init()
/third_party/openssl/doc/man3/
DSSL_CTX_set_tlsext_ticket_key_cb.pod78 I<iv>. using a function like L<EVP_DecryptInit_ex(3)>. The key material and
211 if (EVP_DecryptInit_ex(&ctx, EVP_aes_256_cbc(), NULL, key->aes_key,
DEVP_aes_128_gcm.pod167 The I<iv> parameter to L<EVP_EncryptInit_ex(3)> or L<EVP_DecryptInit_ex(3)> is
DEVP_CIPHER_meth_new.pod193 EVP_DecryptInit(), EVP_DecryptInit_ex().
DEVP_EncryptInit.pod15 EVP_DecryptInit_ex,
122 int EVP_DecryptInit_ex(EVP_CIPHER_CTX *ctx, const EVP_CIPHER *type,
392 =item EVP_DecryptInit_ex2(), EVP_DecryptInit_ex(), EVP_DecryptUpdate()
420 Behave in a similar way to EVP_EncryptInit_ex(), EVP_DecryptInit_ex() and
1470 EVP_EncryptFinal(), EVP_DecryptInit(), EVP_DecryptInit_ex(),
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/crypto/
Dcrypto_openssl.c389 if (EVP_DecryptInit_ex(ctx, type, NULL, key, NULL) != 1) { in aes_decrypt_init()
507 if (EVP_DecryptInit_ex(ctx, EVP_aes_128_cbc(), NULL, key, iv) == 1 && in aes_128_cbc_decrypt()
704 !EVP_DecryptInit_ex(ctx->dec, cipher, NULL, NULL, NULL) || in crypto_cipher_init()
706 !EVP_DecryptInit_ex(ctx->dec, NULL, NULL, key, iv)) { in crypto_cipher_init()
/third_party/openssl/crypto/cms/
Dcms_pwri.c222 || !EVP_DecryptInit_ex(ctx, NULL, NULL, NULL, NULL) in kek_unwrap_key()
Dcms_env.c944 if (!EVP_DecryptInit_ex(ctx, cipher, NULL, kekri->key, NULL) in cms_RecipientInfo_kekri_decrypt()
/third_party/nghttp2/src/
Dshrpx_quic.cc220 if (!EVP_DecryptInit_ex(ctx, EVP_aes_128_ecb(), nullptr, key, nullptr)) { in decrypt_quic_connection_id()
Dshrpx_tls.cc638 EVP_DecryptInit_ex(ctx, key.cipher, nullptr, key.data.enc_key.data(), iv); in ticket_key_cb()
/third_party/openssl/crypto/pem/
Dpvkfmt.c875 if (!EVP_DecryptInit_ex(cctx, rc4, NULL, keybuf, NULL)) in do_PVK_body_key()
885 if (!EVP_DecryptInit_ex(cctx, rc4, NULL, keybuf, NULL)) in do_PVK_body_key()
Dpem_lib.c456 ok = EVP_DecryptInit_ex(ctx, cipher->cipher, NULL, key, &(cipher->iv[0])); in PEM_do_header()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/crypto/
Dcrypto_openssl.c462 if (EVP_DecryptInit_ex(ctx, type, NULL, key, NULL) != 1) { in aes_decrypt_init()
580 if (EVP_DecryptInit_ex(ctx, EVP_aes_128_cbc(), NULL, key, iv) == 1 && in aes_128_cbc_decrypt()
776 !EVP_DecryptInit_ex(ctx->dec, cipher, NULL, NULL, NULL) || in crypto_cipher_init()
779 !EVP_DecryptInit_ex(ctx->dec, NULL, NULL, key, iv)) { in crypto_cipher_init()
/third_party/rust/crates/rust-openssl/openssl-sys/src/handwritten/
Devp.rs199 pub fn EVP_DecryptInit_ex( in EVP_DecryptInit_ex() function
/third_party/rust/crates/rust-openssl/openssl-sys/
DCHANGELOG.md308 * Added `EVP_EncryptInit_ex`, `EVP_EncryptFinal_ex`, `EVP_DecryptInit_ex`, and `EVP_DecryptFinal_ex…
/third_party/openssl/apps/
Dspeed.c773 (void)EVP_DecryptInit_ex(ctx, NULL, NULL, NULL, iv); in EVP_Update_loop_ccm()
808 (void)EVP_DecryptInit_ex(ctx, NULL, NULL, NULL, iv); in EVP_Update_loop_aead()
/third_party/openssl/ohos_lite/include/openssl/
Devp.h595 /*__owur*/ int EVP_DecryptInit_ex(EVP_CIPHER_CTX *ctx,
/third_party/gstreamer/gstplugins_bad/ext/hls/
Dgsthlsdemux.c1985 if (!EVP_DecryptInit_ex (ctx, EVP_aes_128_cbc (), NULL, key_data, iv_data)) in gst_hls_demux_stream_decrypt_start()
/third_party/openssl/include/openssl/
Devp.h768 /*__owur*/ int EVP_DecryptInit_ex(EVP_CIPHER_CTX *ctx,
/third_party/openssl/ssl/
Dt1_lib.c1880 || EVP_DecryptInit_ex(ctx, aes256cbc, NULL, in tls_decrypt_ticket()

12