forked from wolfSSL/wolfssl
fix Kojo-san pull errors
This commit is contained in:
@ -55,7 +55,7 @@
|
|||||||
word32 length);
|
word32 length);
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#if STM32F2_CRYPTO
|
#ifdef STM32F2_CRYPTO
|
||||||
/*
|
/*
|
||||||
* STM32F2 hardware AES support through the STM32F2 standard peripheral
|
* STM32F2 hardware AES support through the STM32F2 standard peripheral
|
||||||
* library. Documentation located in STM32F2xx Standard Peripheral Library
|
* library. Documentation located in STM32F2xx Standard Peripheral Library
|
||||||
|
@ -66,7 +66,7 @@ typedef struct Des {;
|
|||||||
byte keylen ; /* for Coldfire SEC */
|
byte keylen ; /* for Coldfire SEC */
|
||||||
byte ivlen ; /* for Coldfire SEC */
|
byte ivlen ; /* for Coldfire SEC */
|
||||||
byte iv[DES3_IVLEN]; /* for Coldfire SEC */
|
byte iv[DES3_IVLEN]; /* for Coldfire SEC */
|
||||||
word32 key[DES_KS_SIZE]
|
word32 key[DES_KS_SIZE];
|
||||||
} Des;
|
} Des;
|
||||||
|
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user