Home
last modified time | relevance | path

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

/dragonfly/crypto/libressl/crypto/pem/
H A Dpvkfmt.c767 if (!EVP_DecryptInit_ex(cctx, EVP_rc4(), NULL, keybuf, NULL)) in do_PVK_body()
777 if (!EVP_DecryptInit_ex(cctx, EVP_rc4(), NULL, keybuf, in do_PVK_body()
H A Dpem_lib.c470 o = EVP_DecryptInit_ex(&ctx, cipher->cipher, NULL, key, in PEM_do_header()
/dragonfly/crypto/libressl/crypto/cms/
H A Dcms_pwri.c256 || !EVP_DecryptInit_ex(ctx, NULL, NULL, NULL, NULL) in kek_unwrap_key()
/dragonfly/contrib/wpa_supplicant/src/crypto/
H A 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()
/dragonfly/crypto/libressl/tls/
H A Dtls_server.c205 if (!EVP_DecryptInit_ex(ctx, EVP_aes_256_cbc(), NULL, in tls_server_ticket_cb()
/dragonfly/crypto/libressl/crypto/evp/
H A Devp_enc.c289 EVP_DecryptInit_ex(EVP_CIPHER_CTX *ctx, const EVP_CIPHER *cipher, ENGINE *impl, in EVP_DecryptInit_ex() function
/dragonfly/lib/libdmsg/
H A Dcrypto.c128 ok = EVP_DecryptInit_ex(ioq->ctx, EVP_aes_256_gcm(), NULL, in dmsg_crypto_gcm_init()
/dragonfly/contrib/tcpdump/
H A Dprint-esp.c167 return EVP_DecryptInit_ex(ctx, cipher, NULL, key, iv); in set_cipher_parameters()
/dragonfly/crypto/libressl/ssl/
H A Dt1_lib.c1046 if (!EVP_DecryptInit_ex(cctx, EVP_aes_128_cbc(), NULL, in tls_decrypt_ticket()
/dragonfly/crypto/libressl/include/openssl/
H A Devp.h485 int EVP_DecryptInit_ex(EVP_CIPHER_CTX *ctx, const EVP_CIPHER *cipher,
/dragonfly/crypto/libressl/apps/openssl/
H A Dspeed.c1475 EVP_DecryptInit_ex(ctx, evp_cipher, NULL, key16, iv); in speed_main()