Home
last modified time | relevance | path

Searched refs:mbedtls_x509_time (Results 1 – 7 of 7) sorted by relevance

/third_party/mbedtls/include/mbedtls/
Dx509.h247 typedef struct mbedtls_x509_time struct
252 mbedtls_x509_time; argument
295 int mbedtls_x509_time_is_past( const mbedtls_x509_time *to );
309 int mbedtls_x509_time_is_future( const mbedtls_x509_time *from );
331 mbedtls_x509_time *t );
Dx509_crl.h58 mbedtls_x509_time revocation_date;
89 mbedtls_x509_time this_update;
90 mbedtls_x509_time next_update;
Dx509_crt.h70 mbedtls_x509_time valid_from; /**< Start time of certificate validity. */
71 mbedtls_x509_time valid_to; /**< End time of certificate validity. */
/third_party/mbedtls/library/
Dx509.c497 static int x509_date_is_valid(const mbedtls_x509_time *t ) in x509_date_is_valid()
535 mbedtls_x509_time *tm ) in x509_parse_time()
600 mbedtls_x509_time *tm ) in mbedtls_x509_get_time()
901 static int x509_get_current_time( mbedtls_x509_time *now ) in x509_get_current_time()
928 static int x509_check_time( const mbedtls_x509_time *before, const mbedtls_x509_time *after ) in x509_check_time()
966 int mbedtls_x509_time_is_past( const mbedtls_x509_time *to ) in mbedtls_x509_time_is_past()
968 mbedtls_x509_time now; in mbedtls_x509_time_is_past()
976 int mbedtls_x509_time_is_future( const mbedtls_x509_time *from ) in mbedtls_x509_time_is_future()
978 mbedtls_x509_time now; in mbedtls_x509_time_is_future()
988 int mbedtls_x509_time_is_past( const mbedtls_x509_time *to ) in mbedtls_x509_time_is_past()
[all …]
Dx509_crt.c443 mbedtls_x509_time *from, in x509_get_dates()
444 mbedtls_x509_time *to ) in x509_get_dates()
/third_party/libwebsockets/lib/tls/mbedtls/
Dmbedtls-x509.c48 lws_tls_mbedtls_time_to_unix(mbedtls_x509_time *xtime) in lws_tls_mbedtls_time_to_unix()
/third_party/mbedtls/tests/suites/
Dtest_suite_x509parse.function1214 mbedtls_x509_time time;