move the newly added wolfcrypt/src/wolfssl_sources.h to wolfssl/wolfcrypt/libwolfssl_sources.h, and likewise for wolfssl_sources_asm.h; revert changes to IDE/ project files.

pull/8640/head
Daniel Pouzzner 2025-04-04 18:44:12 -05:00
parent 217440c885
commit c401f5caf2
138 changed files with 150 additions and 189 deletions

View File

@ -609,16 +609,6 @@
<type>1</type> <type>1</type>
<locationURI>WOLFSSL_ROOT/wolfcrypt/src/wolfmath.c</locationURI> <locationURI>WOLFSSL_ROOT/wolfcrypt/src/wolfmath.c</locationURI>
</link> </link>
<link>
<name>wolfcrypt/src/wolfssl_sources.h</name>
<type>1</type>
<locationURI>WOLFSSL_ROOT/wolfcrypt/src/wolfssl_sources.h</locationURI>
</link>
<link>
<name>wolfcrypt/src/wolfssl_sources_asm.h</name>
<type>1</type>
<locationURI>WOLFSSL_ROOT/wolfcrypt/src/wolfssl_sources_asm.h</locationURI>
</link>
</linkedResources> </linkedResources>
<variableList> <variableList>
<variable> <variable>

View File

@ -705,16 +705,6 @@
<type>1</type> <type>1</type>
<locationURI>PARENT-4-PROJECT_LOC/wolfcrypt/src/wolfmath.c</locationURI> <locationURI>PARENT-4-PROJECT_LOC/wolfcrypt/src/wolfmath.c</locationURI>
</link> </link>
<link>
<name>src/wolfcrypt/src/wolfssl_sources.h</name>
<type>1</type>
<locationURI>PARENT-4-PROJECT_LOC/wolfcrypt/src/wolfssl_sources.h</locationURI>
</link>
<link>
<name>src/wolfcrypt/src/wolfssl_sources_asm.h</name>
<type>1</type>
<locationURI>PARENT-4-PROJECT_LOC/wolfcrypt/src/wolfssl_sources_asm.h</locationURI>
</link>
<link> <link>
<name>src/wolfcrypt/test/README.md</name> <name>src/wolfcrypt/test/README.md</name>
<type>1</type> <type>1</type>

View File

@ -1400,16 +1400,6 @@
<type>1</type> <type>1</type>
<locationURI>PARENT-3-WORKSPACE_LOC/wolfcrypt/src/wolfmath.c</locationURI> <locationURI>PARENT-3-WORKSPACE_LOC/wolfcrypt/src/wolfmath.c</locationURI>
</link> </link>
<link>
<name>src/wolfcrypt/src/wolfssl_sources.h</name>
<type>1</type>
<locationURI>PARENT-3-WORKSPACE_LOC/wolfcrypt/src/wolfssl_sources.h</locationURI>
</link>
<link>
<name>src/wolfcrypt/src/wolfssl_sources_asm.h</name>
<type>1</type>
<locationURI>PARENT-3-WORKSPACE_LOC/wolfcrypt/src/wolfssl_sources_asm.h</locationURI>
</link>
<link> <link>
<name>src/wolfcrypt/test/test.c</name> <name>src/wolfcrypt/test/test.c</name>
<type>1</type> <type>1</type>

View File

@ -1400,16 +1400,6 @@
<type>1</type> <type>1</type>
<locationURI>PARENT-3-WORKSPACE_LOC/wolfcrypt/src/wolfmath.c</locationURI> <locationURI>PARENT-3-WORKSPACE_LOC/wolfcrypt/src/wolfmath.c</locationURI>
</link> </link>
<link>
<name>src/wolfcrypt/src/wolfssl_sources.h</name>
<type>1</type>
<locationURI>PARENT-3-WORKSPACE_LOC/wolfcrypt/src/wolfssl_sources.h</locationURI>
</link>
<link>
<name>src/wolfcrypt/src/wolfssl_sources_asm.h</name>
<type>1</type>
<locationURI>PARENT-3-WORKSPACE_LOC/wolfcrypt/src/wolfssl_sources_asm.h</locationURI>
</link>
<link> <link>
<name>src/wolfcrypt/test/test.c</name> <name>src/wolfcrypt/test/test.c</name>
<type>1</type> <type>1</type>

View File

@ -20,7 +20,7 @@
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1335, USA * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1335, USA
*/ */
#include "../wolfcrypt/src/wolfssl_sources.h" #include <wolfssl/wolfcrypt/libwolfssl_sources.h>
#ifdef HAVE_FIPS #ifdef HAVE_FIPS
#define FIPS_NO_WRAPPERS #define FIPS_NO_WRAPPERS

View File

@ -31,7 +31,7 @@
#define WOLFSSL_LINUXKM_NEED_LINUX_CURRENT #define WOLFSSL_LINUXKM_NEED_LINUX_CURRENT
#include "../wolfcrypt/src/wolfssl_sources.h" #include <wolfssl/wolfcrypt/libwolfssl_sources.h>
#ifdef WOLFCRYPT_ONLY #ifdef WOLFCRYPT_ONLY
#include <wolfssl/version.h> #include <wolfssl/version.h>

View File

@ -23,7 +23,7 @@
#error pie_first.c must be compiled -fPIE. #error pie_first.c must be compiled -fPIE.
#endif #endif
#include "../wolfcrypt/src/wolfssl_sources.h" #include <wolfssl/wolfcrypt/libwolfssl_sources.h>
#include <wolfssl/ssl.h> #include <wolfssl/ssl.h>

View File

@ -23,7 +23,7 @@
#error pie_last.c must be compiled -fPIE. #error pie_last.c must be compiled -fPIE.
#endif #endif
#include "../wolfcrypt/src/wolfssl_sources.h" #include <wolfssl/wolfcrypt/libwolfssl_sources.h>
#include <wolfssl/ssl.h> #include <wolfssl/ssl.h>

View File

@ -23,7 +23,7 @@
#error pie_redirect_table.c must be compiled -fPIE. #error pie_redirect_table.c must be compiled -fPIE.
#endif #endif
#include "../wolfcrypt/src/wolfssl_sources.h" #include <wolfssl/wolfcrypt/libwolfssl_sources.h>
#include <wolfssl/ssl.h> #include <wolfssl/ssl.h>

View File

@ -19,7 +19,7 @@
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1335, USA * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1335, USA
*/ */
#include "../wolfcrypt/src/wolfssl_sources.h" #include <wolfssl/wolfcrypt/libwolfssl_sources.h>
#if defined(OPENSSL_EXTRA) && !defined(_WIN32) && !defined(_GNU_SOURCE) #if defined(OPENSSL_EXTRA) && !defined(_WIN32) && !defined(_GNU_SOURCE)
/* turn on GNU extensions for XVASPRINTF with wolfSSL_BIO_printf */ /* turn on GNU extensions for XVASPRINTF with wolfSSL_BIO_printf */

View File

@ -19,7 +19,7 @@
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1335, USA * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1335, USA
*/ */
#include "../wolfcrypt/src/wolfssl_sources.h" #include <wolfssl/wolfcrypt/libwolfssl_sources.h>
#if !defined(WOLFSSL_CONF_INCLUDED) #if !defined(WOLFSSL_CONF_INCLUDED)
#ifndef WOLFSSL_IGNORE_FILE_WARN #ifndef WOLFSSL_IGNORE_FILE_WARN

View File

@ -19,7 +19,7 @@
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1335, USA * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1335, USA
*/ */
#include "../wolfcrypt/src/wolfssl_sources.h" #include <wolfssl/wolfcrypt/libwolfssl_sources.h>
/* /*
CRL Options: CRL Options:

View File

@ -19,7 +19,7 @@
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1335, USA * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1335, USA
*/ */
#include "../wolfcrypt/src/wolfssl_sources.h" #include <wolfssl/wolfcrypt/libwolfssl_sources.h>
/* /*
* WOLFSSL_DTLS_NO_HVR_ON_RESUME * WOLFSSL_DTLS_NO_HVR_ON_RESUME

View File

@ -19,7 +19,7 @@
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1335, USA * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1335, USA
*/ */
#include "../wolfcrypt/src/wolfssl_sources.h" #include <wolfssl/wolfcrypt/libwolfssl_sources.h>
#ifdef WOLFSSL_DTLS13 #ifdef WOLFSSL_DTLS13

View File

@ -19,7 +19,7 @@
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1335, USA * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1335, USA
*/ */
#include "../wolfcrypt/src/wolfssl_sources.h" #include <wolfssl/wolfcrypt/libwolfssl_sources.h>
/* /*
* WOLFSSL_SMALL_CERT_VERIFY: * WOLFSSL_SMALL_CERT_VERIFY:

View File

@ -22,7 +22,7 @@
/* Name change compatibility layer no longer needs to be included here */ /* Name change compatibility layer no longer needs to be included here */
#include "../wolfcrypt/src/wolfssl_sources.h" #include <wolfssl/wolfcrypt/libwolfssl_sources.h>
#if !defined(WOLFCRYPT_ONLY) && !defined(NO_TLS) #if !defined(WOLFCRYPT_ONLY) && !defined(NO_TLS)

View File

@ -19,7 +19,7 @@
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1335, USA * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1335, USA
*/ */
#include "../wolfcrypt/src/wolfssl_sources.h" #include <wolfssl/wolfcrypt/libwolfssl_sources.h>
/* Name change compatibility layer no longer needs to be included here */ /* Name change compatibility layer no longer needs to be included here */

View File

@ -19,7 +19,7 @@
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1335, USA * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1335, USA
*/ */
#include "../wolfcrypt/src/wolfssl_sources.h" #include <wolfssl/wolfcrypt/libwolfssl_sources.h>
#include <wolfssl/internal.h> #include <wolfssl/internal.h>
#ifndef WC_NO_RNG #ifndef WC_NO_RNG

View File

@ -19,7 +19,7 @@
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1335, USA * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1335, USA
*/ */
#include "../wolfcrypt/src/wolfssl_sources.h" #include <wolfssl/wolfcrypt/libwolfssl_sources.h>
/* Name change compatibility layer no longer needs to be included here */ /* Name change compatibility layer no longer needs to be included here */

View File

@ -19,7 +19,7 @@
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1335, USA * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1335, USA
*/ */
#include "../wolfcrypt/src/wolfssl_sources.h" #include <wolfssl/wolfcrypt/libwolfssl_sources.h>
#ifdef WOLFSSL_ASYNC_CRYPT #ifdef WOLFSSL_ASYNC_CRYPT
#include <wolfssl/wolfcrypt/async.h> #include <wolfssl/wolfcrypt/async.h>

View File

@ -19,7 +19,7 @@
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1335, USA * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1335, USA
*/ */
#include "../wolfcrypt/src/wolfssl_sources.h" #include <wolfssl/wolfcrypt/libwolfssl_sources.h>
#if defined(OPENSSL_EXTRA) && !defined(_WIN32) && !defined(_GNU_SOURCE) #if defined(OPENSSL_EXTRA) && !defined(_WIN32) && !defined(_GNU_SOURCE)
/* turn on GNU extensions for XISASCII */ /* turn on GNU extensions for XISASCII */

View File

@ -19,7 +19,7 @@
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1335, USA * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1335, USA
*/ */
#include "../wolfcrypt/src/wolfssl_sources.h" #include <wolfssl/wolfcrypt/libwolfssl_sources.h>
#include <wolfssl/internal.h> #include <wolfssl/internal.h>
#ifndef WC_NO_RNG #ifndef WC_NO_RNG

View File

@ -19,7 +19,7 @@
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1335, USA * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1335, USA
*/ */
#include "../wolfcrypt/src/wolfssl_sources.h" #include <wolfssl/wolfcrypt/libwolfssl_sources.h>
#include <wolfssl/internal.h> #include <wolfssl/internal.h>
#ifndef WC_NO_RNG #ifndef WC_NO_RNG

View File

@ -19,7 +19,7 @@
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1335, USA * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1335, USA
*/ */
#include "../wolfcrypt/src/wolfssl_sources.h" #include <wolfssl/wolfcrypt/libwolfssl_sources.h>
#include <wolfssl/internal.h> #include <wolfssl/internal.h>

View File

@ -19,7 +19,7 @@
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1335, USA * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1335, USA
*/ */
#include "../wolfcrypt/src/wolfssl_sources.h" #include <wolfssl/wolfcrypt/libwolfssl_sources.h>
#ifndef WOLFSSL_SSL_CRYPTO_INCLUDED #ifndef WOLFSSL_SSL_CRYPTO_INCLUDED
#ifndef WOLFSSL_IGNORE_FILE_WARN #ifndef WOLFSSL_IGNORE_FILE_WARN

View File

@ -19,7 +19,7 @@
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1335, USA * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1335, USA
*/ */
#include "../wolfcrypt/src/wolfssl_sources.h" #include <wolfssl/wolfcrypt/libwolfssl_sources.h>
/* /*
* WOLFSSL_SYS_CA_CERTS * WOLFSSL_SYS_CA_CERTS

View File

@ -19,7 +19,7 @@
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1335, USA * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1335, USA
*/ */
#include "../wolfcrypt/src/wolfssl_sources.h" #include <wolfssl/wolfcrypt/libwolfssl_sources.h>
#if !defined(WOLFSSL_SSL_MISC_INCLUDED) #if !defined(WOLFSSL_SSL_MISC_INCLUDED)
#ifndef WOLFSSL_IGNORE_FILE_WARN #ifndef WOLFSSL_IGNORE_FILE_WARN

View File

@ -19,7 +19,7 @@
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1335, USA * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1335, USA
*/ */
#include "../wolfcrypt/src/wolfssl_sources.h" #include <wolfssl/wolfcrypt/libwolfssl_sources.h>
#if defined(OPENSSL_EXTRA) && (defined(HAVE_FIPS) || defined(HAVE_SELFTEST)) #if defined(OPENSSL_EXTRA) && (defined(HAVE_FIPS) || defined(HAVE_SELFTEST))
#include <wolfssl/wolfcrypt/pkcs7.h> #include <wolfssl/wolfcrypt/pkcs7.h>

View File

@ -19,7 +19,7 @@
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1335, USA * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1335, USA
*/ */
#include "../wolfcrypt/src/wolfssl_sources.h" #include <wolfssl/wolfcrypt/libwolfssl_sources.h>
#if !defined(WOLFSSL_SSL_SESS_INCLUDED) #if !defined(WOLFSSL_SSL_SESS_INCLUDED)
#ifndef WOLFSSL_IGNORE_FILE_WARN #ifndef WOLFSSL_IGNORE_FILE_WARN

View File

@ -19,7 +19,7 @@
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1335, USA * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1335, USA
*/ */
#include "../wolfcrypt/src/wolfssl_sources.h" #include <wolfssl/wolfcrypt/libwolfssl_sources.h>
#ifndef WOLFCRYPT_ONLY #ifndef WOLFCRYPT_ONLY

View File

@ -19,7 +19,7 @@
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1335, USA * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1335, USA
*/ */
#include "../wolfcrypt/src/wolfssl_sources.h" #include <wolfssl/wolfcrypt/libwolfssl_sources.h>
/* /*
* BUILD_GCM * BUILD_GCM

View File

@ -24,7 +24,7 @@
#define WOLFSSL_STRERROR_BUFFER_SIZE 256 #define WOLFSSL_STRERROR_BUFFER_SIZE 256
#endif #endif
#include "../wolfcrypt/src/wolfssl_sources.h" #include <wolfssl/wolfcrypt/libwolfssl_sources.h>
#ifndef WOLFCRYPT_ONLY #ifndef WOLFCRYPT_ONLY

View File

@ -19,7 +19,7 @@
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1335, USA * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1335, USA
*/ */
#include "../wolfcrypt/src/wolfssl_sources.h" #include <wolfssl/wolfcrypt/libwolfssl_sources.h>
#if !defined(WOLFSSL_X509_INCLUDED) #if !defined(WOLFSSL_X509_INCLUDED)
#ifndef WOLFSSL_IGNORE_FILE_WARN #ifndef WOLFSSL_IGNORE_FILE_WARN

View File

@ -19,7 +19,7 @@
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1335, USA * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1335, USA
*/ */
#include "../wolfcrypt/src/wolfssl_sources.h" #include <wolfssl/wolfcrypt/libwolfssl_sources.h>
#if !defined(WOLFSSL_X509_STORE_INCLUDED) #if !defined(WOLFSSL_X509_STORE_INCLUDED)
#ifndef WOLFSSL_IGNORE_FILE_WARN #ifndef WOLFSSL_IGNORE_FILE_WARN

View File

@ -29,7 +29,7 @@ block cipher mechanism that uses n-bit binary string parameter key with 128-bits
*/ */
#include "wolfssl_sources.h" #include <wolfssl/wolfcrypt/libwolfssl_sources.h>
#if !defined(NO_AES) #if !defined(NO_AES)

View File

@ -19,7 +19,7 @@
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1335, USA * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1335, USA
*/ */
#include "wolfssl_sources.h" #include <wolfssl/wolfcrypt/libwolfssl_sources.h>
#ifndef NO_RC4 #ifndef NO_RC4

View File

@ -19,7 +19,7 @@
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1335, USA * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1335, USA
*/ */
#include "wolfssl_sources.h" #include <wolfssl/wolfcrypt/libwolfssl_sources.h>
#ifdef HAVE_ASCON #ifdef HAVE_ASCON

View File

@ -19,7 +19,7 @@
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1335, USA * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1335, USA
*/ */
#include "wolfssl_sources.h" #include <wolfssl/wolfcrypt/libwolfssl_sources.h>
/* /*
* Based on public domain TomsFastMath 0.10 by Tom St Denis, tomstdenis@iahu.ca, * Based on public domain TomsFastMath 0.10 by Tom St Denis, tomstdenis@iahu.ca,

View File

@ -35,7 +35,7 @@
* encoded items with explicit lengths. * encoded items with explicit lengths.
*/ */
#include "wolfssl_sources.h" #include <wolfssl/wolfcrypt/libwolfssl_sources.h>
/* /*
ASN Options: ASN Options:

View File

@ -31,7 +31,7 @@
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1335, USA * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1335, USA
*/ */
#include "wolfssl_sources.h" #include <wolfssl/wolfcrypt/libwolfssl_sources.h>
#ifdef HAVE_BLAKE2 #ifdef HAVE_BLAKE2

View File

@ -31,7 +31,7 @@
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1335, USA * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1335, USA
*/ */
#include "wolfssl_sources.h" #include <wolfssl/wolfcrypt/libwolfssl_sources.h>
#ifdef HAVE_BLAKE2S #ifdef HAVE_BLAKE2S

View File

@ -52,7 +52,7 @@
* http://info.isl.ntt.co.jp/crypt/eng/camellia/specifications.html * http://info.isl.ntt.co.jp/crypt/eng/camellia/specifications.html
*/ */
#include "wolfssl_sources.h" #include <wolfssl/wolfcrypt/libwolfssl_sources.h>
#ifdef HAVE_CAMELLIA #ifdef HAVE_CAMELLIA

View File

@ -29,7 +29,7 @@ Public domain.
*/ */
#include "wolfssl_sources.h" #include <wolfssl/wolfcrypt/libwolfssl_sources.h>
#ifdef HAVE_CHACHA #ifdef HAVE_CHACHA
#include <wolfssl/wolfcrypt/chacha.h> #include <wolfssl/wolfcrypt/chacha.h>

View File

@ -27,7 +27,7 @@ or Authenticated Encryption with Additional Data (AEAD) algorithm.
*/ */
#include "wolfssl_sources.h" #include <wolfssl/wolfcrypt/libwolfssl_sources.h>
#if defined(HAVE_CHACHA) && defined(HAVE_POLY1305) #if defined(HAVE_CHACHA) && defined(HAVE_POLY1305)

View File

@ -19,7 +19,7 @@
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1335, USA * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1335, USA
*/ */
#include "wolfssl_sources.h" #include <wolfssl/wolfcrypt/libwolfssl_sources.h>
#ifdef WOLFSSL_QNX_CAAM #ifdef WOLFSSL_QNX_CAAM
#include <wolfssl/wolfcrypt/port/caam/wolfcaam.h> #include <wolfssl/wolfcrypt/port/caam/wolfcaam.h>

View File

@ -19,7 +19,7 @@
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1335, USA * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1335, USA
*/ */
#include "wolfssl_sources.h" #include <wolfssl/wolfcrypt/libwolfssl_sources.h>
#ifndef NO_CODING #ifndef NO_CODING

View File

@ -19,7 +19,7 @@
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1335, USA * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1335, USA
*/ */
#include "wolfssl_sources.h" #include <wolfssl/wolfcrypt/libwolfssl_sources.h>
#ifdef HAVE_LIBZ #ifdef HAVE_LIBZ

View File

@ -19,7 +19,7 @@
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1335, USA * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1335, USA
*/ */
#include "wolfssl_sources.h" #include <wolfssl/wolfcrypt/libwolfssl_sources.h>
#include <wolfssl/wolfcrypt/cpuid.h> #include <wolfssl/wolfcrypt/cpuid.h>

View File

@ -36,7 +36,7 @@
* DEBUG_CRYPTOCB * DEBUG_CRYPTOCB
*/ */
#include "wolfssl_sources.h" #include <wolfssl/wolfcrypt/libwolfssl_sources.h>
#ifdef WOLF_CRYPTO_CB #ifdef WOLF_CRYPTO_CB

View File

@ -22,7 +22,7 @@
/* Based On Daniel J Bernstein's curve25519 Public Domain ref10 work. */ /* Based On Daniel J Bernstein's curve25519 Public Domain ref10 work. */
#include "wolfssl_sources.h" #include <wolfssl/wolfcrypt/libwolfssl_sources.h>
#ifdef HAVE_CURVE25519 #ifdef HAVE_CURVE25519

View File

@ -25,7 +25,7 @@
* Reworked for curve448 by Sean Parkinson. * Reworked for curve448 by Sean Parkinson.
*/ */
#include "wolfssl_sources.h" #include <wolfssl/wolfcrypt/libwolfssl_sources.h>
#ifdef HAVE_CURVE448 #ifdef HAVE_CURVE448

View File

@ -19,7 +19,7 @@
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1335, USA * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1335, USA
*/ */
#include "wolfssl_sources.h" #include <wolfssl/wolfcrypt/libwolfssl_sources.h>
#ifndef NO_DES3 #ifndef NO_DES3

View File

@ -19,7 +19,7 @@
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1335, USA * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1335, USA
*/ */
#include "wolfssl_sources.h" #include <wolfssl/wolfcrypt/libwolfssl_sources.h>
#ifndef NO_DH #ifndef NO_DH

View File

@ -130,7 +130,7 @@
* shift equivalent. * shift equivalent.
*/ */
#include "wolfssl_sources.h" #include <wolfssl/wolfcrypt/libwolfssl_sources.h>
#ifndef WOLFSSL_DILITHIUM_NO_ASN1 #ifndef WOLFSSL_DILITHIUM_NO_ASN1
#include <wolfssl/wolfcrypt/asn.h> #include <wolfssl/wolfcrypt/asn.h>

View File

@ -19,7 +19,7 @@
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1335, USA * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1335, USA
*/ */
#include "wolfssl_sources.h" #include <wolfssl/wolfcrypt/libwolfssl_sources.h>
#ifndef NO_DSA #ifndef NO_DSA

View File

@ -19,7 +19,7 @@
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1335, USA * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1335, USA
*/ */
#include "wolfssl_sources.h" #include <wolfssl/wolfcrypt/libwolfssl_sources.h>
#ifdef WOLFSSL_ECC_NO_SMALL_STACK #ifdef WOLFSSL_ECC_NO_SMALL_STACK
#undef WOLFSSL_SMALL_STACK #undef WOLFSSL_SMALL_STACK

View File

@ -19,7 +19,7 @@
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1335, USA * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1335, USA
*/ */
#include "wolfssl_sources.h" #include <wolfssl/wolfcrypt/libwolfssl_sources.h>
#ifdef NO_INLINE #ifdef NO_INLINE
#include <wolfssl/wolfcrypt/misc.h> #include <wolfssl/wolfcrypt/misc.h>

View File

@ -28,7 +28,7 @@
* Check that the private key didn't change during the signing operations. * Check that the private key didn't change during the signing operations.
*/ */
#include "wolfssl_sources.h" #include <wolfssl/wolfcrypt/libwolfssl_sources.h>
#ifdef HAVE_ED25519 #ifdef HAVE_ED25519
#if FIPS_VERSION3_GE(6,0,0) #if FIPS_VERSION3_GE(6,0,0)

View File

@ -30,7 +30,7 @@
* Check that the private key didn't change during the signing operations. * Check that the private key didn't change during the signing operations.
*/ */
#include "wolfssl_sources.h" #include <wolfssl/wolfcrypt/libwolfssl_sources.h>
#ifdef HAVE_ED448 #ifdef HAVE_ED448
#if FIPS_VERSION3_GE(6,0,0) #if FIPS_VERSION3_GE(6,0,0)

View File

@ -19,7 +19,7 @@
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1335, USA * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1335, USA
*/ */
#include "wolfssl_sources.h" #include <wolfssl/wolfcrypt/libwolfssl_sources.h>
#ifdef _MSC_VER #ifdef _MSC_VER
/* 4996 warning to use MS extensions e.g., strcpy_s instead of XSTRNCPY */ /* 4996 warning to use MS extensions e.g., strcpy_s instead of XSTRNCPY */

View File

@ -19,7 +19,7 @@
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1335, USA * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1335, USA
*/ */
#include "wolfssl_sources.h" #include <wolfssl/wolfcrypt/libwolfssl_sources.h>
#if !defined(WOLFSSL_EVP_INCLUDED) #if !defined(WOLFSSL_EVP_INCLUDED)
#ifndef WOLFSSL_IGNORE_FILE_WARN #ifndef WOLFSSL_IGNORE_FILE_WARN

View File

@ -19,7 +19,7 @@
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1335, USA * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1335, USA
*/ */
#include "wolfssl_sources.h" #include <wolfssl/wolfcrypt/libwolfssl_sources.h>
#if defined(WOLFSSL_HAVE_LMS) && defined(HAVE_LIBLMS) #if defined(WOLFSSL_HAVE_LMS) && defined(HAVE_LIBLMS)

View File

@ -19,7 +19,7 @@
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1335, USA * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1335, USA
*/ */
#include "wolfssl_sources.h" #include <wolfssl/wolfcrypt/libwolfssl_sources.h>
#if defined(WOLFSSL_HAVE_MLKEM) && !defined(WOLFSSL_WC_MLKEM) #if defined(WOLFSSL_HAVE_MLKEM) && !defined(WOLFSSL_WC_MLKEM)
#include <wolfssl/wolfcrypt/ext_mlkem.h> #include <wolfssl/wolfcrypt/ext_mlkem.h>

View File

@ -19,7 +19,7 @@
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1335, USA * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1335, USA
*/ */
#include "wolfssl_sources.h" #include <wolfssl/wolfcrypt/libwolfssl_sources.h>
#include <wolfssl/wolfcrypt/sha256.h> #include <wolfssl/wolfcrypt/sha256.h>

View File

@ -19,7 +19,7 @@
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1335, USA * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1335, USA
*/ */
#include "wolfssl_sources.h" #include <wolfssl/wolfcrypt/libwolfssl_sources.h>
/* Based on ed448.c and Reworked for Falcon by Anthony Hu. */ /* Based on ed448.c and Reworked for Falcon by Anthony Hu. */

View File

@ -24,7 +24,7 @@
* Reworked for curve448 by Sean Parkinson. * Reworked for curve448 by Sean Parkinson.
*/ */
#include "wolfssl_sources.h" #include <wolfssl/wolfcrypt/libwolfssl_sources.h>
#if defined(HAVE_CURVE448) || defined(HAVE_ED448) #if defined(HAVE_CURVE448) || defined(HAVE_ED448)

View File

@ -19,7 +19,7 @@
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1335, USA * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1335, USA
*/ */
#include "wolfssl_sources.h" #include <wolfssl/wolfcrypt/libwolfssl_sources.h>
/* Based from Daniel Beer's public domain work. */ /* Based from Daniel Beer's public domain work. */

View File

@ -19,7 +19,7 @@
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1335, USA * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1335, USA
*/ */
#include "wolfssl_sources.h" #include <wolfssl/wolfcrypt/libwolfssl_sources.h>
/* Based On Daniel J Bernstein's curve25519 Public Domain ref10 work. */ /* Based On Daniel J Bernstein's curve25519 Public Domain ref10 work. */

View File

@ -24,7 +24,7 @@
* Reworked for ed448 by Sean Parkinson. * Reworked for ed448 by Sean Parkinson.
*/ */
#include "wolfssl_sources.h" #include <wolfssl/wolfcrypt/libwolfssl_sources.h>
#ifdef HAVE_ED448 #ifdef HAVE_ED448

View File

@ -19,7 +19,7 @@
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1335, USA * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1335, USA
*/ */
#include "wolfssl_sources.h" #include <wolfssl/wolfcrypt/libwolfssl_sources.h>
/* Based from Daniel Beer's public domain work. */ /* Based from Daniel Beer's public domain work. */

View File

@ -22,7 +22,7 @@
/* Based On Daniel J Bernstein's ed25519 Public Domain ref10 work. */ /* Based On Daniel J Bernstein's ed25519 Public Domain ref10 work. */
#include "wolfssl_sources.h" #include <wolfssl/wolfcrypt/libwolfssl_sources.h>
#ifdef HAVE_ED25519 #ifdef HAVE_ED25519
#ifndef ED25519_SMALL /* run when not defined to use small memory math */ #ifndef ED25519_SMALL /* run when not defined to use small memory math */

View File

@ -19,7 +19,7 @@
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1335, USA * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1335, USA
*/ */
#include "wolfssl_sources.h" #include <wolfssl/wolfcrypt/libwolfssl_sources.h>
#ifndef NO_ASN #ifndef NO_ASN
#include <wolfssl/wolfcrypt/asn.h> #include <wolfssl/wolfcrypt/asn.h>

View File

@ -20,7 +20,7 @@
*/ */
#include "wolfssl_sources.h" #include <wolfssl/wolfcrypt/libwolfssl_sources.h>
#ifndef NO_HMAC #ifndef NO_HMAC

View File

@ -23,7 +23,7 @@
* TODO: Add X448 and ChaCha20 * TODO: Add X448 and ChaCha20
*/ */
#include "wolfssl_sources.h" #include <wolfssl/wolfcrypt/libwolfssl_sources.h>
#if defined(HAVE_HPKE) && (defined(HAVE_ECC) || defined(HAVE_CURVE25519)) && \ #if defined(HAVE_HPKE) && (defined(HAVE_ECC) || defined(HAVE_CURVE25519)) && \
defined(HAVE_AESGCM) defined(HAVE_AESGCM)

View File

@ -55,9 +55,7 @@ EXTRA_DIST += \
wolfcrypt/src/fp_sqr_comba_8.i \ wolfcrypt/src/fp_sqr_comba_8.i \
wolfcrypt/src/fp_sqr_comba_9.i \ wolfcrypt/src/fp_sqr_comba_9.i \
wolfcrypt/src/fp_sqr_comba_small_set.i \ wolfcrypt/src/fp_sqr_comba_small_set.i \
wolfcrypt/src/fe_x25519_128.h \ wolfcrypt/src/fe_x25519_128.h
wolfcrypt/src/wolfssl_sources_asm.h \
wolfcrypt/src/wolfssl_sources.h
EXTRA_DIST += wolfcrypt/src/port/ti/ti-aes.c \ EXTRA_DIST += wolfcrypt/src/port/ti/ti-aes.c \
wolfcrypt/src/port/ti/ti-des3.c \ wolfcrypt/src/port/ti/ti-des3.c \

View File

@ -19,7 +19,7 @@
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1335, USA * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1335, USA
*/ */
#include "wolfssl_sources.h" #include <wolfssl/wolfcrypt/libwolfssl_sources.h>
/* /*
* Based on public domain LibTomMath 0.38 by Tom St Denis, tomstdenis@iahu.ca, * Based on public domain LibTomMath 0.38 by Tom St Denis, tomstdenis@iahu.ca,

View File

@ -19,7 +19,7 @@
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1335, USA * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1335, USA
*/ */
#include "wolfssl_sources.h" #include <wolfssl/wolfcrypt/libwolfssl_sources.h>
#ifndef NO_KDF #ifndef NO_KDF

View File

@ -19,7 +19,7 @@
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1335, USA * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1335, USA
*/ */
#include "wolfssl_sources.h" #include <wolfssl/wolfcrypt/libwolfssl_sources.h>
#if defined(OPENSSL_EXTRA) && !defined(WOLFCRYPT_ONLY) #if defined(OPENSSL_EXTRA) && !defined(WOLFCRYPT_ONLY)
/* avoid adding WANT_READ and WANT_WRITE to error queue */ /* avoid adding WANT_READ and WANT_WRITE to error queue */

View File

@ -19,7 +19,7 @@
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1335, USA * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1335, USA
*/ */
#include "wolfssl_sources.h" #include <wolfssl/wolfcrypt/libwolfssl_sources.h>
#ifdef WOLFSSL_MD2 #ifdef WOLFSSL_MD2

View File

@ -19,7 +19,7 @@
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1335, USA * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1335, USA
*/ */
#include "wolfssl_sources.h" #include <wolfssl/wolfcrypt/libwolfssl_sources.h>
#ifndef NO_MD4 #ifndef NO_MD4

View File

@ -19,7 +19,7 @@
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1335, USA * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1335, USA
*/ */
#include "wolfssl_sources.h" #include <wolfssl/wolfcrypt/libwolfssl_sources.h>
#if !defined(NO_MD5) #if !defined(NO_MD5)

View File

@ -24,7 +24,7 @@
*/ */
#define WOLFSSL_LINUXKM_NEED_LINUX_CURRENT #define WOLFSSL_LINUXKM_NEED_LINUX_CURRENT
#include "wolfssl_sources.h" #include <wolfssl/wolfcrypt/libwolfssl_sources.h>
/* /*
Possible memory options: Possible memory options:

View File

@ -32,7 +32,7 @@ masking and clearing memory logic.
#endif #endif
#include <wolfssl/wolfcrypt/settings.h> #include <wolfssl/wolfcrypt/settings.h>
#else #else
#include "wolfssl_sources.h" #include <wolfssl/wolfcrypt/libwolfssl_sources.h>
#endif #endif
#ifndef WOLF_CRYPT_MISC_C #ifndef WOLF_CRYPT_MISC_C

View File

@ -21,7 +21,7 @@
/* PKCS#12 allows storage of key and certificates into containers */ /* PKCS#12 allows storage of key and certificates into containers */
#include "wolfssl_sources.h" #include <wolfssl/wolfcrypt/libwolfssl_sources.h>
#if defined(HAVE_PKCS12) && \ #if defined(HAVE_PKCS12) && \
!defined(NO_ASN) && !defined(NO_PWDBASED) && !defined(NO_HMAC) && \ !defined(NO_ASN) && !defined(NO_PWDBASED) && !defined(NO_HMAC) && \

View File

@ -19,7 +19,7 @@
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1335, USA * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1335, USA
*/ */
#include "wolfssl_sources.h" #include <wolfssl/wolfcrypt/libwolfssl_sources.h>
#ifdef HAVE_PKCS7 #ifdef HAVE_PKCS7

View File

@ -36,7 +36,7 @@ and Daniel J. Bernstein
* 303.004 MiB/s with and 1874.194 MiB/s without. * 303.004 MiB/s with and 1874.194 MiB/s without.
*/ */
#include "wolfssl_sources.h" #include <wolfssl/wolfcrypt/libwolfssl_sources.h>
#ifdef HAVE_POLY1305 #ifdef HAVE_POLY1305
#include <wolfssl/wolfcrypt/poly1305.h> #include <wolfssl/wolfcrypt/poly1305.h>

View File

@ -19,7 +19,7 @@
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1335, USA * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1335, USA
*/ */
#include "wolfssl_sources.h" #include <wolfssl/wolfcrypt/libwolfssl_sources.h>
#ifndef NO_PWDBASED #ifndef NO_PWDBASED

View File

@ -26,7 +26,7 @@ This library contains implementation for the random number generator.
*/ */
#include "wolfssl_sources.h" #include <wolfssl/wolfcrypt/libwolfssl_sources.h>
/* on HPUX 11 you may need to install /dev/random see /* on HPUX 11 you may need to install /dev/random see
http://h20293.www2.hp.com/portal/swdepot/displayProductInfo.do?productNumber=KRNG11I http://h20293.www2.hp.com/portal/swdepot/displayProductInfo.do?productNumber=KRNG11I

View File

@ -19,7 +19,7 @@
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1335, USA * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1335, USA
*/ */
#include "wolfssl_sources.h" #include <wolfssl/wolfcrypt/libwolfssl_sources.h>
/* /*

View File

@ -19,7 +19,7 @@
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1335, USA * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1335, USA
*/ */
#include "wolfssl_sources.h" #include <wolfssl/wolfcrypt/libwolfssl_sources.h>
#ifdef WOLFSSL_RIPEMD #ifdef WOLFSSL_RIPEMD

View File

@ -27,7 +27,7 @@ RSA keys can be used to encrypt, decrypt, sign and verify data.
*/ */
#include "wolfssl_sources.h" #include <wolfssl/wolfcrypt/libwolfssl_sources.h>
#ifndef NO_RSA #ifndef NO_RSA

View File

@ -19,7 +19,7 @@
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1335, USA * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1335, USA
*/ */
#include "wolfssl_sources.h" #include <wolfssl/wolfcrypt/libwolfssl_sources.h>
#ifdef NO_INLINE #ifdef NO_INLINE
#include <wolfssl/wolfcrypt/misc.h> #include <wolfssl/wolfcrypt/misc.h>

View File

@ -19,7 +19,7 @@
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1335, USA * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1335, USA
*/ */
#include "wolfssl_sources.h" #include <wolfssl/wolfcrypt/libwolfssl_sources.h>
#ifdef DEBUG_WOLFSSL_VERBOSE #ifdef DEBUG_WOLFSSL_VERBOSE
#if defined(WOLFSSL_ESPIDF) #if defined(WOLFSSL_ESPIDF)

View File

@ -38,7 +38,7 @@ on the specific device platform.
*/ */
#include "wolfssl_sources.h" #include <wolfssl/wolfcrypt/libwolfssl_sources.h>
/* /*
* SHA256 Build Options: * SHA256 Build Options:

View File

@ -19,7 +19,7 @@
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1335, USA * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1335, USA
*/ */
#include "wolfssl_sources.h" #include <wolfssl/wolfcrypt/libwolfssl_sources.h>
#if defined(WOLFSSL_SHA3) && !defined(WOLFSSL_XILINX_CRYPT) && \ #if defined(WOLFSSL_SHA3) && !defined(WOLFSSL_XILINX_CRYPT) && \
!defined(WOLFSSL_AFALG_XILINX_SHA3) !defined(WOLFSSL_AFALG_XILINX_SHA3)

View File

@ -19,7 +19,7 @@
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1335, USA * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1335, USA
*/ */
#include "wolfssl_sources.h" #include <wolfssl/wolfcrypt/libwolfssl_sources.h>
#if (defined(WOLFSSL_SHA512) || defined(WOLFSSL_SHA384)) && \ #if (defined(WOLFSSL_SHA512) || defined(WOLFSSL_SHA384)) && \
(!defined(WOLFSSL_ARMASM) && !defined(WOLFSSL_ARMASM_NO_NEON)) && \ (!defined(WOLFSSL_ARMASM) && !defined(WOLFSSL_ARMASM_NO_NEON)) && \

View File

@ -19,7 +19,7 @@
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1335, USA * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1335, USA
*/ */
#include "wolfssl_sources.h" #include <wolfssl/wolfcrypt/libwolfssl_sources.h>
#include <wolfssl/wolfcrypt/signature.h> #include <wolfssl/wolfcrypt/signature.h>
#ifndef NO_ASN #ifndef NO_ASN

View File

@ -19,7 +19,7 @@
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1335, USA * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1335, USA
*/ */
#include "wolfssl_sources.h" #include <wolfssl/wolfcrypt/libwolfssl_sources.h>
#include <wolfssl/wolfcrypt/siphash.h> #include <wolfssl/wolfcrypt/siphash.h>

View File

@ -19,7 +19,7 @@
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1335, USA * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1335, USA
*/ */
#include "wolfssl_sources.h" #include <wolfssl/wolfcrypt/libwolfssl_sources.h>
#ifdef WOLFSSL_SM2 #ifdef WOLFSSL_SM2

View File

@ -19,7 +19,7 @@
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1335, USA * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1335, USA
*/ */
#include "wolfssl_sources.h" #include <wolfssl/wolfcrypt/libwolfssl_sources.h>
#ifdef WOLFSSL_SM3 #ifdef WOLFSSL_SM3

Some files were not shown because too many files have changed in this diff Show More