nt9856x/code/application/sifarsdk/component/utils/include/sf_aes.h

15 lines
305 B
C

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