nt9856x/code/application/source/sf_app/code/include/sf_aes.h
2023-05-17 15:33:39 +08:00

35 lines
466 B
C

#ifndef __SF_AES_H
#define __SF_AES_H
#ifdef __cplusplus
#if __cplusplus
extern "C" {
#endif
#endif
#include "sf_type.h"
//UINT32 sf_cipher(UINT32 aesType,UINT8 operation,UINT8 *input,UINT8 *output);
UINT32 sf_cipher(UINT32 aesType,UINT8 operation,UINT8 *input,UINT8 *output, UINT8 srcl);
extern void sf_cipher_test(void);
extern void sf_cipher_test1(void);
#ifdef __cplusplus
#if __cplusplus
}
#endif
#endif
#endif