/third_party/openssl/crypto/evp/ |
D | p_open.c | 29 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()
|
D | evp_enc.c | 502 int EVP_DecryptInit_ex(EVP_CIPHER_CTX *ctx, const EVP_CIPHER *cipher, in EVP_DecryptInit_ex() function
|
/third_party/openssl/test/ |
D | aesgcmtest.c | 76 && 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/ |
D | lws-genaes.c | 244 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/ |
D | aesccm.c | 196 if (!EVP_DecryptInit_ex(ctx, NULL, NULL, ccm_key, ccm_nonce)) in aes_ccm_decrypt()
|
/third_party/rust/crates/rust-openssl/openssl/src/ |
D | cipher_ctx.rs | 127 #[corresponds(EVP_DecryptInit_ex)] 134 self.cipher_init(type_, key, iv, ffi::EVP_DecryptInit_ex) in decrypt_init()
|
/third_party/openssl/doc/man3/ |
D | SSL_CTX_set_tlsext_ticket_key_cb.pod | 78 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,
|
D | EVP_aes_128_gcm.pod | 167 The I<iv> parameter to L<EVP_EncryptInit_ex(3)> or L<EVP_DecryptInit_ex(3)> is
|
D | EVP_CIPHER_meth_new.pod | 193 EVP_DecryptInit(), EVP_DecryptInit_ex().
|
D | EVP_EncryptInit.pod | 15 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/ |
D | crypto_openssl.c | 389 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/ |
D | cms_pwri.c | 222 || !EVP_DecryptInit_ex(ctx, NULL, NULL, NULL, NULL) in kek_unwrap_key()
|
D | cms_env.c | 944 if (!EVP_DecryptInit_ex(ctx, cipher, NULL, kekri->key, NULL) in cms_RecipientInfo_kekri_decrypt()
|
/third_party/nghttp2/src/ |
D | shrpx_quic.cc | 220 if (!EVP_DecryptInit_ex(ctx, EVP_aes_128_ecb(), nullptr, key, nullptr)) { in decrypt_quic_connection_id()
|
D | shrpx_tls.cc | 638 EVP_DecryptInit_ex(ctx, key.cipher, nullptr, key.data.enc_key.data(), iv); in ticket_key_cb()
|
/third_party/openssl/crypto/pem/ |
D | pvkfmt.c | 875 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()
|
D | pem_lib.c | 456 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/ |
D | crypto_openssl.c | 462 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/ |
D | evp.rs | 199 pub fn EVP_DecryptInit_ex( in EVP_DecryptInit_ex() function
|
/third_party/rust/crates/rust-openssl/openssl-sys/ |
D | CHANGELOG.md | 308 * Added `EVP_EncryptInit_ex`, `EVP_EncryptFinal_ex`, `EVP_DecryptInit_ex`, and `EVP_DecryptFinal_ex…
|
/third_party/openssl/apps/ |
D | speed.c | 773 (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/ |
D | evp.h | 595 /*__owur*/ int EVP_DecryptInit_ex(EVP_CIPHER_CTX *ctx,
|
/third_party/gstreamer/gstplugins_bad/ext/hls/ |
D | gsthlsdemux.c | 1985 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/ |
D | evp.h | 768 /*__owur*/ int EVP_DecryptInit_ex(EVP_CIPHER_CTX *ctx,
|
/third_party/openssl/ssl/ |
D | t1_lib.c | 1880 || EVP_DecryptInit_ex(ctx, aes256cbc, NULL, in tls_decrypt_ticket()
|