iv_buf 4901 ext/openssl/openssl.c unsigned char iv_buf[EVP_MAX_IV_LENGTH + 1], *buf = NULL, **eks; iv_buf 4970 ext/openssl/openssl.c if (!EVP_SealInit(&ctx, cipher, eks, eksl, &iv_buf[0], pkeys, nkeys) || iv_buf 4996 ext/openssl/openssl.c iv_buf[iv_len] = '\0'; iv_buf 4997 ext/openssl/openssl.c ZVAL_NEW_STR(iv, zend_string_init((char*)iv_buf, iv_len, 0)); iv_buf 5028 ext/openssl/openssl.c unsigned char *buf, *iv_buf; iv_buf 5074 ext/openssl/openssl.c iv_buf = (unsigned char *)iv; iv_buf 5076 ext/openssl/openssl.c iv_buf = NULL; iv_buf 5081 ext/openssl/openssl.c if (EVP_OpenInit(&ctx, cipher, (unsigned char *)ekey, (int)ekey_len, iv_buf, pkey) &&