RetroArch
|
Functions | |
int | mbedtls_platform_setup (mbedtls_platform_context *ctx) |
Perform any platform initialisation operations. More... | |
void | mbedtls_platform_teardown (mbedtls_platform_context *ctx) |
Perform any platform teardown operations. More... | |
int mbedtls_platform_setup | ( | mbedtls_platform_context * | ctx | ) |
Perform any platform initialisation operations.
ctx | mbed TLS context |
Its use and whether its necessary to be called is dependent on the platform.
void mbedtls_platform_teardown | ( | mbedtls_platform_context * | ctx | ) |
Perform any platform teardown operations.
ctx | mbed TLS context |
Its use and whether its necessary to be called is dependent on the platform.