Home
last modified time | relevance | path

Searched refs:mbedtls_platform_gmtime_r (Results 1 – 4 of 4) sorted by relevance

/openthread-latest/third_party/mbedtls/repo/include/mbedtls/
Dplatform_util.h189 struct tm *mbedtls_platform_gmtime_r(const mbedtls_time_t *tt,
/openthread-latest/third_party/mbedtls/repo/library/
Dplatform_util.c176 struct tm *mbedtls_platform_gmtime_r(const mbedtls_time_t *tt, in mbedtls_platform_gmtime_r() function
Dx509.c1057 if (mbedtls_platform_gmtime_r(&tt, &tm) == NULL) { in mbedtls_x509_time_gmtime()
/openthread-latest/third_party/mbedtls/repo/
DChangeLog3155 * Extend the platform module with an abstraction mbedtls_platform_gmtime_r()