#define LP_SYS_WIN32
#define LP_MULTIBYTE_AVAILABLE
+/* clang-format off */
#include "LPdir_win.c"
+/* clang-format on */
* We might want to define LP_MULTIBYTE_AVAILABLE here. It's currently under
* investigation what the exact conditions would be
*/
+/* clang-format off */
#include "LPdir_win.c"
+/* clang-format on */
#include "../bn_local.h"
#if !(defined(__GNUC__) && __GNUC__>=2)
+/* clang-format off */
# include "../bn_asm.c" /* kind of dirty hack for Sun Studio */
+/* clang-format on */
#else
/*-
* x86_64 BIGNUM accelerator version 0.1, December 2002.
#define CBC_ENC_C__DONT_UPDATE_IV
+/* clang-format off */
#include "ncbc_enc.c" /* des_cbc_encrypt */
+/* clang-format on */
#ifndef DES_DEFAULT_OPTIONS
# undef CBC_ENC_C__DONT_UPDATE_IV
+/* clang-format off */
# include "ncbc_enc.c" /* DES_ncbc_encrypt */
+/* clang-format on */
void DES_ede3_cbc_encrypt(const unsigned char *input, unsigned char *output,
long length, DES_key_schedule *ks1,
#include "internal/o_dir.h"
+/* clang-format off */
#define LPDIR_H
#if defined OPENSSL_SYS_UNIX || defined DJGPP \
|| (defined __VMS_VER && __VMS_VER >= 70000000)
#else
# include "LPdir_nyi.c"
#endif
+/* clang-format on */
# include <sys/syscall.h>
# include <errno.h>
+/* clang-format off */
# include "e_afalg.h"
# include "e_afalg_err.c"
+/* clang-format on */
# ifndef SOL_ALG
# define SOL_ALG 279
# include <openssl/pem.h>
# include <openssl/x509v3.h>
+/* clang-format off */
# include "e_capi_err.h"
# include "e_capi_err.c"
+/* clang-format on */
static const char *engine_capi_id = "capi";
static const char *engine_capi_name = "CryptoAPI ENGINE";
# define ASYNC_WIN
#endif
+/* clang-format off */
#include "e_dasync_err.c"
+/* clang-format on */
/* Engine Id and Name */
static const char *engine_dasync_id = "dasync";
#include "crypto/ctype.h" /* For ossl_isdigit */
#include "crypto/pem.h" /* For PVK and "blob" PEM headers */
+/* clang-format off */
#include "e_loader_attic_err.c"
+/* clang-format on */
DEFINE_STACK_OF(OSSL_STORE_INFO)
#include <openssl/pem.h>
#include <crypto/evp.h>
+/* clang-format off */
#include "e_ossltest_err.c"
+/* clang-format on */
/* Engine Id and Name */
static const char *engine_ossltest_id = "ossltest";
# define AES_ASM
# define AES_set_encrypt_key padlock_aes_set_encrypt_key
# define AES_set_decrypt_key padlock_aes_set_decrypt_key
+/* clang-format off */
# include "../crypto/aes/aes_core.c"
+/* clang-format on */
# endif
/*
/* OSSL_DISPATCH symbol */
#define BLAKE2_FUNCTIONS ossl_blake2bmac_functions
+/* clang-format off */
#include "blake2_mac_impl.c"
+/* clang-format on */
/* OSSL_DISPATCH symbol */
#define BLAKE2_FUNCTIONS ossl_blake2smac_functions
+/* clang-format off */
#include "blake2_mac_impl.c"
+/* clang-format on */
#define USE_CUSTOM_ALLOC_FNS 1
+/* clang-format off */
#include "mem_alloc_test.c"
+/* clang-format on */
* in the file LICENSE in the source distribution or at
* https://www.openssl.org/source/license.html
*/
+/* clang-format off */
#include "terp.c"
#include "quic_bindings.c"
#include "quic_ops.c"
#include "quic_tests.c"
#include "main.c"
+/* clang-format on */