Symbol: EVP_CipherInit_ex
crypto/libressl/apps/openssl/enc.c
684
if (!EVP_CipherInit_ex(ctx, enc_config.cipher, NULL, NULL,
crypto/libressl/apps/openssl/enc.c
694
if (!EVP_CipherInit_ex(ctx, NULL, NULL, key, iv,
crypto/libressl/crypto/asn1/p5_pbev2.c
224
if (!EVP_CipherInit_ex(&ctx, cipher, NULL, NULL, iv, 0))
crypto/libressl/crypto/cms/cms_enc.c
111
if (EVP_CipherInit_ex(ctx, ciph, NULL, NULL, NULL, enc) <= 0) {
crypto/libressl/crypto/cms/cms_enc.c
173
if (EVP_CipherInit_ex(ctx, NULL, NULL, ec->key, piv, enc) <= 0) {
crypto/libressl/crypto/cms/cms_kari.c
256
if (!EVP_CipherInit_ex(kari->ctx, NULL, NULL, kek, NULL, enc))
crypto/libressl/crypto/cms/cms_pwri.c
375
if (!EVP_CipherInit_ex(kekctx, kekcipher, NULL, NULL, NULL, en_de))
crypto/libressl/crypto/evp/bio_enc.c
301
EVP_CipherInit_ex(&(ctx->cipher), NULL, NULL, NULL, NULL,
crypto/libressl/crypto/evp/bio_enc.c
411
if (!EVP_CipherInit_ex(&(ctx->cipher), c, NULL, k, i, e))
crypto/libressl/crypto/evp/e_rc2.c
356
if (i > 0 && !EVP_CipherInit_ex(c, NULL, NULL, NULL, iv, -1))
crypto/libressl/crypto/evp/evp_enc.c
278
return EVP_CipherInit_ex(ctx, cipher, impl, key, iv, 1);
crypto/libressl/crypto/evp/evp_enc.c
292
return EVP_CipherInit_ex(ctx, cipher, impl, key, iv, 0);
crypto/libressl/crypto/evp/evp_enc.c
83
return EVP_CipherInit_ex(ctx, cipher, NULL, key, iv, enc);
crypto/libressl/crypto/evp/p5_crpt.c
153
if (!EVP_CipherInit_ex(cctx, cipher, NULL, key, iv, en_de))
crypto/libressl/crypto/evp/p5_crpt2.c
208
if (!EVP_CipherInit_ex(ctx, cipher, NULL, NULL, NULL, en_de))
crypto/libressl/crypto/evp/p5_crpt2.c
299
rv = EVP_CipherInit_ex(ctx, NULL, NULL, key, NULL, en_de);
crypto/libressl/crypto/pkcs12/p12_crpt.c
117
ret = EVP_CipherInit_ex(ctx, cipher, NULL, key, iv, en_de);
crypto/libressl/crypto/pkcs7/pk7_doit.c
347
if (EVP_CipherInit_ex(ctx, evp_cipher, NULL, NULL,
crypto/libressl/crypto/pkcs7/pk7_doit.c
352
if (EVP_CipherInit_ex(ctx, NULL, NULL, key, iv, 1) <= 0)
crypto/libressl/crypto/pkcs7/pk7_doit.c
556
if (EVP_CipherInit_ex(evp_ctx, evp_cipher, NULL, NULL,
crypto/libressl/crypto/pkcs7/pk7_doit.c
589
if (EVP_CipherInit_ex(evp_ctx, NULL, NULL, ek, NULL, 0) <= 0)
crypto/libressl/include/openssl/evp.h
496
int EVP_CipherInit_ex(EVP_CIPHER_CTX *ctx, const EVP_CIPHER *cipher,
crypto/libressl/ssl/tls12_record_layer.c
514
if (!EVP_CipherInit_ex(rp->cipher_ctx, rl->cipher, NULL, CBS_data(key),