openHiTLS API
openHiTLS 0.1.0-Alpha1
Main Page
Modules
Data Structures
Files
File List
Globals
hitls_crypt_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 HITLS_CRYPT_INIT_H
16
#define HITLS_CRYPT_INIT_H
17
18
#ifdef __cplusplus
19
extern
"C"
{
20
#endif
21
28
void
HITLS_CryptMethodInit
(
void
);
29
30
#ifdef __cplusplus
31
}
32
#endif
33
34
#endif
/* HITLS_CRYPT_INIT_H */
HITLS_CryptMethodInit
void HITLS_CryptMethodInit(void)
Initialize the algorithm interface. By default, the hicrypto interface is used.
Generated by
1.9.7