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