Documentation

Documentation

Includes

config.h

#include "config.h"
#include "config.h"

MBEDTLS_CONFIG_FILE

#include MBEDTLS_CONFIG_FILE
#include MBEDTLS_CONFIG_FILE

Macros

Marco MBEDTLS_PLATFORM_TIME_H

#define MBEDTLS_PLATFORM_TIME_H


      

Marco mbedtls_time

#define mbedtls_time   MBEDTLS_PLATFORM_TIME_MACRO


      

Marco mbedtls_time

#define mbedtls_time  time

      

Functions

Func mbedtls_platform_set_time

int mbedtls_platform_set_time( mbedtls_time_t (*time_func)( mbedtls_time_t* time ) );
/**
 * \brief   Set your own time function pointer
 *
 * \param   time_func   the time function implementation
 *
 * \return              0
 */

Vars

Consts

Types

Typedefs

Typedef mbedtls_time_t

typedef MBEDTLS_PLATFORM_TIME_TYPE_MACRO mbedtls_time_t;
#else
/* For time_t */
#include 
typedef time_t mbedtls_time_t;