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