EVP_CipherInit_ex 56 ext/openssl/ossl_cipher.c if (EVP_CipherInit_ex(ctx, cipher, NULL, NULL, NULL, -1) != 1) EVP_CipherInit_ex 106 ext/openssl/ossl_cipher.c if (EVP_CipherInit_ex(ctx, cipher, NULL, NULL, NULL, -1) != 1) EVP_CipherInit_ex 169 ext/openssl/ossl_cipher.c if (EVP_CipherInit_ex(ctx, NULL, NULL, NULL, NULL, -1) != 1) EVP_CipherInit_ex 212 ext/openssl/ossl_cipher.c if (EVP_CipherInit_ex(ctx, NULL, NULL, p_key, p_iv, mode) != 1) { EVP_CipherInit_ex 289 ext/openssl/ossl_cipher.c if (EVP_CipherInit_ex(ctx, NULL, NULL, key, iv, -1) != 1) EVP_CipherInit_ex 398 ext/openssl/ossl_cipher.c if (EVP_CipherInit_ex(ctx, NULL, NULL, (unsigned char *)RSTRING_PTR(key), NULL, -1) != 1) EVP_CipherInit_ex 423 ext/openssl/ossl_cipher.c if (EVP_CipherInit_ex(ctx, NULL, NULL, NULL, (unsigned char *)RSTRING_PTR(iv), -1) != 1)