Home
last modified time | relevance | path

Searched refs:EVP_EncryptInit_ex (Results 1 – 14 of 14) sorted by relevance

/dragonfly/crypto/libressl/crypto/cmac/
H A Dcmac.c164 if (!EVP_EncryptInit_ex(&ctx->cctx, NULL, NULL, NULL, zero_iv)) in CMAC_Init()
171 if (cipher && !EVP_EncryptInit_ex(&ctx->cctx, cipher, impl, NULL, NULL)) in CMAC_Init()
181 if (!EVP_EncryptInit_ex(&ctx->cctx, NULL, NULL, key, zero_iv)) in CMAC_Init()
190 if (!EVP_EncryptInit_ex(&ctx->cctx, NULL, NULL, NULL, zero_iv)) in CMAC_Init()
282 return EVP_EncryptInit_ex(&ctx->cctx, NULL, NULL, NULL, ctx->tbl); in CMAC_resume()
/dragonfly/crypto/libressl/crypto/cms/
H A Dcms_pwri.c133 if (EVP_EncryptInit_ex(ctx, kekciph, NULL, NULL, NULL) <= 0) { in CMS_add0_recipient_password()
142 if (EVP_EncryptInit_ex(ctx, NULL, NULL, NULL, iv) <= 0) { in CMS_add0_recipient_password()
H A Dcms_kari.c431 return EVP_EncryptInit_ex(ctx, kekcipher, NULL, NULL, NULL); in cms_wrap_init()
/dragonfly/contrib/wpa_supplicant/src/crypto/
H A Dcrypto_openssl.c332 if (EVP_EncryptInit_ex(ctx, type, NULL, key, NULL) != 1) { in aes_encrypt_init()
480 if (EVP_EncryptInit_ex(ctx, EVP_aes_128_cbc(), NULL, key, iv) == 1 && in aes_128_cbc_encrypt()
693 !EVP_EncryptInit_ex(ctx->enc, cipher, NULL, NULL, NULL) || in crypto_cipher_init()
695 !EVP_EncryptInit_ex(ctx->enc, NULL, NULL, key, iv)) { in crypto_cipher_init()
/dragonfly/crypto/libressl/tls/
H A Dtls_server.c188 if (!EVP_EncryptInit_ex(ctx, EVP_aes_256_cbc(), NULL, in tls_server_ticket_cb()
/dragonfly/contrib/libarchive/libarchive/
H A Darchive_cryptor.c413 r = EVP_EncryptInit_ex(ctx->ctx, ctx->type, NULL, ctx->key, NULL); in aes_ctr_encrypt_counter()
/dragonfly/crypto/libressl/crypto/evp/
H A Devp_enc.c275 EVP_EncryptInit_ex(EVP_CIPHER_CTX *ctx, const EVP_CIPHER *cipher, ENGINE *impl, in EVP_EncryptInit_ex() function
/dragonfly/lib/libdmsg/
H A Dcrypto.c125 ok = EVP_EncryptInit_ex(ioq->ctx, EVP_aes_256_gcm(), NULL, in dmsg_crypto_gcm_init()
/dragonfly/crypto/libressl/crypto/pem/
H A Dpem_lib.c418 if (!EVP_EncryptInit_ex(&ctx, enc, NULL, key, iv) || in PEM_ASN1_write_bio()
H A Dpvkfmt.c898 if (!EVP_EncryptInit_ex(cctx, EVP_rc4(), NULL, keybuf, NULL)) in i2b_PVK()
/dragonfly/crypto/libressl/crypto/ec/
H A Dec_ameth.c807 if (!EVP_EncryptInit_ex(kekctx, kekcipher, NULL, NULL, NULL)) in ecdh_cms_set_shared_info()
/dragonfly/crypto/libressl/include/openssl/
H A Devp.h474 int EVP_EncryptInit_ex(EVP_CIPHER_CTX *ctx, const EVP_CIPHER *cipher,
/dragonfly/crypto/libressl/apps/openssl/
H A Dspeed.c1477 EVP_EncryptInit_ex(ctx, evp_cipher, NULL, key16, iv); in speed_main()
/dragonfly/crypto/libressl/ssl/
H A Dssl_srvr.c2361 EVP_EncryptInit_ex(ctx, EVP_aes_128_cbc(), NULL, in ssl3_send_newsession_ticket()