Stair56E UART project
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
#ifndef _BSP_AES128_H_
|
||||
#define _BSP_AES128_H_
|
||||
|
||||
|
||||
|
||||
void aes128_init(uint8_t *aes_key);
|
||||
void aes128_operation(uint8_t type,uint8_t *source_data,uint8_t *aes_data);
|
||||
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user