mirror of
https://github.com/taubel/sdk-ameba-v4.0b-gcc.git
synced 2026-07-12 22:35:40 +00:00
initial commit
This commit is contained in:
commit
60a7afcc83
2528 changed files with 1001987 additions and 0 deletions
12
component/soc/realtek/8195a/misc/driver/rtl_sec.h
Normal file
12
component/soc/realtek/8195a/misc/driver/rtl_sec.h
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
#ifndef RTL_SEC_H
|
||||
#define RTL_SEC_H
|
||||
|
||||
#include <platform_stdlib.h>
|
||||
|
||||
#define SEC_PROCESS_OPT_ENC 1
|
||||
#define SEC_PROCESS_OPT_DEC 2
|
||||
|
||||
#define sec_process_data ProcessSecData
|
||||
uint32_t sec_process_data(uint8_t key_idx, uint32_t opt, uint8_t *iv, uint8_t *input_buf, uint32_t buf_len, uint8_t *output_buf);
|
||||
|
||||
#endif // RTL_SEC_H
|
||||
Loading…
Add table
Add a link
Reference in a new issue