/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()
|
/third_party/node/deps/openssl/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()
|
/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/node/deps/ngtcp2/ngtcp2/crypto/openssl/ |
D | openssl.c | 274 if (!EVP_DecryptInit_ex(actx, cipher, NULL, NULL, NULL) || in ngtcp2_crypto_aead_ctx_decrypt_init() 283 !EVP_DecryptInit_ex(actx, NULL, NULL, key, NULL)) { in ngtcp2_crypto_aead_ctx_decrypt_init() 557 if (!EVP_DecryptInit_ex(actx, NULL, NULL, NULL, nonce) || in ngtcp2_crypto_decrypt()
|
/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/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, 389 =item EVP_DecryptInit_ex2(), EVP_DecryptInit_ex(), EVP_DecryptUpdate() 417 Behave in a similar way to EVP_EncryptInit_ex(), EVP_DecryptInit_ex() and 1467 EVP_EncryptFinal(), EVP_DecryptInit(), EVP_DecryptInit_ex(),
|
/third_party/rust/crates/rust-openssl/openssl/src/ |
D | cipher_ctx.rs | 138 #[corresponds(EVP_DecryptInit_ex)] 145 self.cipher_init(type_, key, iv, ffi::EVP_DecryptInit_ex) in decrypt_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()
|
/third_party/node/deps/openssl/openssl/crypto/cms/ |
D | cms_pwri.c | 222 || !EVP_DecryptInit_ex(ctx, NULL, NULL, NULL, NULL) in kek_unwrap_key()
|
D | cms_env.c | 946 if (!EVP_DecryptInit_ex(ctx, cipher, NULL, kekri->key, NULL) in cms_RecipientInfo_kekri_decrypt()
|
/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/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/node/deps/openssl/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/node/src/crypto/ |
D | crypto_context.cc | 1256 EVP_DecryptInit_ex(ectx, in TicketKeyCallback() 1295 if (EVP_DecryptInit_ex(ectx, EVP_aes_128_cbc(), nullptr, sc->ticket_key_aes_, in TicketCompatibilityCallback()
|
/third_party/rust/crates/rust-openssl/openssl-sys/src/handwritten/ |
D | evp.rs | 207 pub fn EVP_DecryptInit_ex( in EVP_DecryptInit_ex() function
|
/third_party/rust/crates/rust-openssl/openssl-sys/ |
D | CHANGELOG.md | 399 * Added `EVP_EncryptInit_ex`, `EVP_EncryptFinal_ex`, `EVP_DecryptInit_ex`, and `EVP_DecryptFinal_ex…
|