Ignore:
Timestamp:
Jun 22, 2021, 9:00:19 PM (3 years ago)
Author:
coas-nagasima
Message:

WolfSSLとAzure IoT SDKを更新

Location:
azure_iot_hub_f767zi/trunk/wolfssl-4.7.0
Files:
1 edited
1 moved

Legend:

Unmodified
Added
Removed
  • azure_iot_hub_f767zi/trunk/wolfssl-4.7.0/wolfssl/wolfcrypt/sha512.h

    r457 r464  
    3131
    3232#if defined(WOLFSSL_SHA512) || defined(WOLFSSL_SHA384)
     33
    3334
    3435#if defined(HAVE_FIPS) && \
     
    7677    #include <wolfssl/wolfcrypt/port/Espressif/esp32-crypt.h>
    7778#endif
     79#if defined(WOLFSSL_SILABS_SE_ACCEL)
     80    #include <wolfssl/wolfcrypt/port/silabs/silabs_hash.h>
     81#endif
     82
    7883#if defined(_MSC_VER)
    7984    #define SHA512_NOINLINE __declspec(noinline)
     
    112117#ifdef WOLFSSL_IMX6_CAAM
    113118    #include "wolfssl/wolfcrypt/port/caam/wolfcaam_sha.h"
     119#elif defined (WOLFSSL_PSOC6_CRYPTO)
     120    #include "wolfssl/wolfcrypt/port/cypress/psoc6_crypto.h"
    114121#else
    115122/* wc_Sha512 digest */
     
    134141    WC_ESP32SHA ctx;
    135142#endif
     143#if defined(WOLFSSL_SILABS_SE_ACCEL)
     144  wc_silabs_sha_t silabsCtx;
     145#endif
     146
    136147#if defined(WOLFSSL_HASH_FLAGS) || defined(WOLF_CRYPTO_CB)
    137148    word32 flags; /* enum wc_HashFlags in hash.h */
     
    153164
    154165#ifdef WOLFSSL_SHA512
     166
    155167
    156168WOLFSSL_API int wc_InitSha512(wc_Sha512*);
Note: See TracChangeset for help on using the changeset viewer.