X-Git-Url: https://git.cryptolib.org/?p=arm-crypto-lib.git;a=blobdiff_plain;f=echo%2Faes_enc_round.h;fp=echo%2Faes_enc_round.h;h=54bf6b08150b9ca0acee414acae9338eb8f0313e;hp=18ffd9bc4eaf3d01a39e753131adbf36cb89cd3d;hb=4ca48ee2409ad28c9e25168e96695b6caf22ac6d;hpb=8b5e2b5775e70cc5665ab9da216c719af43efd99 diff --git a/echo/aes_enc_round.h b/echo/aes_enc_round.h index 18ffd9b..54bf6b0 100644 --- a/echo/aes_enc_round.h +++ b/echo/aes_enc_round.h @@ -20,11 +20,11 @@ #ifndef AES_ENC_ROUND_H_ #define AES_ENC_ROUND_H_ -typedef struct{ +typedef struct __attribute__((packed)) { uint8_t s[16]; } aes_cipher_state_t; -typedef struct{ +typedef struct __attribute__((packed)) { uint8_t ks[16]; } aes_roundkey_t;