TuyaOS
tal_security.h
浏览该文件的文档.
1
10#ifndef __TAL_SECURITY_H__
11#define __TAL_SECURITY_H__
12
13#include "tuya_cloud_types.h"
14
15#include "tal_x509.h"
16#include "tal_hash.h"
17#include "tal_symmetry.h"
18#include "tal_asymmetrical.h"
19
20#ifdef __cplusplus
21extern "C" {
22#endif
23
24
25#ifdef __cplusplus
26}
27#endif /* __cplusplus */
28
29#endif
30
Common process - adapter the asymmetrical api provide by OS
Common process - adapter the hash api provide by OS
Common process - adapter the symmetry api provide by OS
Common process - adapter the tal_x509 api