openHiTLS API
openHiTLS 0.1.0-Alpha1
Main Page
Modules
Data Structures
Files
File List
Globals
bsl_init.h
Go to the documentation of this file.
1
/*---------------------------------------------------------------------------------------------
2
* This file is part of the openHiTLS project.
3
* Copyright © 2023 Huawei Technologies Co.,Ltd. All rights reserved.
4
* Licensed under the openHiTLS Software license agreement 1.0. See LICENSE in the project root
5
* for license information.
6
*---------------------------------------------------------------------------------------------
7
*/
8
15
#ifndef BSL_INIT_H
16
#define BSL_INIT_H
17
18
#include <stdint.h>
19
20
#ifdef __cplusplus
21
extern
"C"
{
22
#endif
23
35
int32_t
BSL_GLOBAL_Init
(
void
);
36
45
int32_t
BSL_GLOBAL_DeInit
(
void
);
46
47
#ifdef __cplusplus
48
}
49
#endif
50
51
#endif
// BSL_INIT_H
BSL_GLOBAL_Init
int32_t BSL_GLOBAL_Init(void)
Initialize the BSL module.
BSL_GLOBAL_DeInit
int32_t BSL_GLOBAL_DeInit(void)
Deinitialize the BSL module.
Generated by
1.9.7