Ignore:
Timestamp:
Feb 7, 2019, 8:36:33 AM (5 years ago)
Author:
coas-nagasima
Message:

wolfsslを3.15.7にバージョンアップ

File:
1 edited

Legend:

Unmodified
Added
Removed
  • asp3_tinet_ecnl_arm/trunk/wolfssl-3.12.2/wolfcrypt/src/hc128.c

    r352 r372  
    273273
    274274
    275 static INLINE int DoKey(HC128* ctx, const byte* key, const byte* iv)
     275static WC_INLINE int DoKey(HC128* ctx, const byte* key, const byte* iv)
    276276{
    277277  word32 i;
     
    336336
    337337/* The following defines the encryption of data stream */
    338 static INLINE int DoProcess(HC128* ctx, byte* output, const byte* input,
     338static WC_INLINE int DoProcess(HC128* ctx, byte* output, const byte* input,
    339339                            word32 msglen)
    340340{
Note: See TracChangeset for help on using the changeset viewer.