Ignore:
Timestamp:
Feb 1, 2019, 9:57:09 PM (5 years ago)
Author:
coas-nagasima
Message:

TINETとSocket APIなどを更新

File:
1 edited

Legend:

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

    r352 r364  
    1637816378            if (ret != 0)
    1637916379                return ret;
     16380
     16381            word32 tim = LowResTimer();
     16382            *((word32 *)(output + idx)) = (tim >> 24) | ((tim & 0xFF0000) >> 8)
     16383                | ((tim & 0xFF00) << 8)| (tim << 24);
    1638016384
    1638116385            /* store random */
Note: See TracChangeset for help on using the changeset viewer.