Symbol: EVP_EncryptInit_ex
crypto/libressl/apps/openssl/speed.c
1477
EVP_EncryptInit_ex(ctx, evp_cipher, NULL, key16, iv);
crypto/libressl/crypto/cmac/cmac.c
164
if (!EVP_EncryptInit_ex(&ctx->cctx, NULL, NULL, NULL, zero_iv))
crypto/libressl/crypto/cmac/cmac.c
171
if (cipher && !EVP_EncryptInit_ex(&ctx->cctx, cipher, impl, NULL, NULL))
crypto/libressl/crypto/cmac/cmac.c
181
if (!EVP_EncryptInit_ex(&ctx->cctx, NULL, NULL, key, zero_iv))
crypto/libressl/crypto/cmac/cmac.c
190
if (!EVP_EncryptInit_ex(&ctx->cctx, NULL, NULL, NULL, zero_iv))
crypto/libressl/crypto/cmac/cmac.c
282
return EVP_EncryptInit_ex(&ctx->cctx, NULL, NULL, NULL, ctx->tbl);
crypto/libressl/crypto/cms/cms_kari.c
431
return EVP_EncryptInit_ex(ctx, kekcipher, NULL, NULL, NULL);
crypto/libressl/crypto/cms/cms_pwri.c
133
if (EVP_EncryptInit_ex(ctx, kekciph, NULL, NULL, NULL) <= 0) {
crypto/libressl/crypto/cms/cms_pwri.c
142
if (EVP_EncryptInit_ex(ctx, NULL, NULL, NULL, iv) <= 0) {
crypto/libressl/crypto/ec/ec_ameth.c
807
if (!EVP_EncryptInit_ex(kekctx, kekcipher, NULL, NULL, NULL))
crypto/libressl/crypto/pem/pem_lib.c
418
if (!EVP_EncryptInit_ex(&ctx, enc, NULL, key, iv) ||
crypto/libressl/crypto/pem/pvkfmt.c
898
if (!EVP_EncryptInit_ex(cctx, EVP_rc4(), NULL, keybuf, NULL))
crypto/libressl/include/openssl/evp.h
474
int EVP_EncryptInit_ex(EVP_CIPHER_CTX *ctx, const EVP_CIPHER *cipher,
crypto/libressl/ssl/ssl_srvr.c
2361
EVP_EncryptInit_ex(ctx, EVP_aes_128_cbc(), NULL,
crypto/libressl/tls/tls_server.c
188
if (!EVP_EncryptInit_ex(ctx, EVP_aes_256_cbc(), NULL,
lib/libdmsg/crypto.c
125
ok = EVP_EncryptInit_ex(ioq->ctx, EVP_aes_256_gcm(), NULL,