Home
last modified time | relevance | path

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

/optee_os/lib/libmbedtls/mbedtls/include/mbedtls/
H A Dplatform_util.h239 struct tm *mbedtls_platform_gmtime_r(const mbedtls_time_t *tt,
/optee_os/lib/libmbedtls/mbedtls/library/
H A Dplatform_util.c176 struct tm *mbedtls_platform_gmtime_r(const mbedtls_time_t *tt, in mbedtls_platform_gmtime_r() function
H A Dx509.c1057 if (mbedtls_platform_gmtime_r(&tt, &tm) == NULL) { in mbedtls_x509_time_gmtime()
/optee_os/lib/libmbedtls/mbedtls/
H A DChangeLog3543 * Extend the platform module with an abstraction mbedtls_platform_gmtime_r()