Fix issues when AES support was added for the STM32L1. From Juha Niskanen

This commit is contained in:
Gregory Nutt
2015-03-04 06:38:03 -06:00
parent 2fc99df452
commit cb5cb96bc9
4 changed files with 32 additions and 18 deletions
+2
View File
@@ -79,6 +79,8 @@ extern "C"
* Public Function Prototypes
************************************************************************************/
int up_cryptoinitialize(void);
#if defined(CONFIG_CRYPTO_AES)
int up_aesinitialize(void);
int aes_cypher(FAR void *out, FAR const void *in, uint32_t size, FAR const void *iv,