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_rx/trunk/wolfssl-3.12.2/wolfcrypt/src/rabbit.c

    r337 r372  
    146146
    147147/* Key setup */
    148 static INLINE int DoKey(Rabbit* ctx, const byte* key, const byte* iv)
     148static WC_INLINE int DoKey(Rabbit* ctx, const byte* key, const byte* iv)
    149149{
    150150    /* Temporary variables */
     
    248248
    249249/* Encrypt/decrypt a message of any size */
    250 static INLINE int DoProcess(Rabbit* ctx, byte* output, const byte* input,
     250static WC_INLINE int DoProcess(Rabbit* ctx, byte* output, const byte* input,
    251251                            word32 msglen)
    252252{
Note: See TracChangeset for help on using the changeset viewer.