My Project
Loading...
Searching...
No Matches
dox_comments
header_files
wc_port.h
1
21
WOLFSSL_API
int
wolfCrypt_Init
(
void
);
22
43
WOLFSSL_API
int
wolfCrypt_Cleanup
(
void
);
wolfCrypt_Cleanup
WOLFSSL_API int wolfCrypt_Cleanup(void)
Used to clean up resources used by wolfCrypt.
Definition
wc_port.c:264
wolfCrypt_Init
WOLFSSL_API int wolfCrypt_Init(void)
Used to initialize resources used by wolfCrypt.
Definition
wc_port.c:104