Ignore:
Timestamp:
Jun 20, 2018, 7:59:22 PM (6 years ago)
Author:
coas-nagasima
Message:

SDカードの挿抜を検知するよう更新

File:
1 edited

Legend:

Unmodified
Added
Removed
  • asp3_tinet_ecnl_rx/trunk/wolfssl-3.12.2/wolfcrypt/src/aes.c

    r337 r359  
    36183618
    36193619
    3620 /* Figure 9. AES-GCM - Encrypt With Single Block Ghash at a Time */
     3620/* Figure 9. AES-GCM Encrypt With Single Block Ghash at a Time */
    36213621
    36223622static const __m128i ONE   = M128_INIT(0x0, 0x1);
     
    50175017
    50185018#ifdef HAVE_AES_DECRYPT
    5019 /* Figure 10. AES-GCM - Decrypt With Single Block Ghash at a Time */
     5019/* Figure 10. AES-GCM Decrypt With Single Block Ghash at a Time */
    50205020
    50215021static int AES_GCM_decrypt(const unsigned char *in, unsigned char *out,
Note: See TracChangeset for help on using the changeset viewer.