Home
last modified time | relevance | path

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

/aosp_15_r20/external/openthread/third_party/mbedtls/repo/include/mbedtls/
H A Dx509.h246 typedef struct mbedtls_x509_time { struct
250 mbedtls_x509_time; typedef
385 int mbedtls_x509_time_cmp(const mbedtls_x509_time *t1, const mbedtls_x509_time *t2);
397 int mbedtls_x509_time_gmtime(mbedtls_time_t tt, mbedtls_x509_time *now);
412 int mbedtls_x509_time_is_past(const mbedtls_x509_time *to);
426 int mbedtls_x509_time_is_future(const mbedtls_x509_time *from);
H A Dx509_crl.h45 mbedtls_x509_time revocation_date;
75 mbedtls_x509_time this_update;
76 mbedtls_x509_time next_update;
H A Dx509_crt.h57 mbedtls_x509_time valid_from; /**< Start time of certificate validity. */
58 mbedtls_x509_time valid_to; /**< End time of certificate validity. */
/aosp_15_r20/external/mbedtls/include/mbedtls/
H A Dx509.h246 typedef struct mbedtls_x509_time { struct
250 mbedtls_x509_time; argument
367 int mbedtls_x509_time_cmp(const mbedtls_x509_time *t1, const mbedtls_x509_time *t2);
379 int mbedtls_x509_time_gmtime(mbedtls_time_t tt, mbedtls_x509_time *now);
394 int mbedtls_x509_time_is_past(const mbedtls_x509_time *to);
408 int mbedtls_x509_time_is_future(const mbedtls_x509_time *from);
473 mbedtls_x509_time *t);
H A Dx509_crl.h45 mbedtls_x509_time revocation_date;
75 mbedtls_x509_time this_update;
76 mbedtls_x509_time next_update;
H A Dx509_crt.h57 mbedtls_x509_time valid_from; /**< Start time of certificate validity. */
58 mbedtls_x509_time valid_to; /**< End time of certificate validity. */
/aosp_15_r20/external/mbedtls/library/
H A Dx509.c566 static int x509_date_is_valid(const mbedtls_x509_time *t) in x509_date_is_valid()
610 static int x509_parse_time(const unsigned char *p, mbedtls_x509_time *tm, in x509_parse_time()
650 mbedtls_x509_time *tm) in mbedtls_x509_get_time()
1036 int mbedtls_x509_time_cmp(const mbedtls_x509_time *t1, in mbedtls_x509_time_cmp()
1037 const mbedtls_x509_time *t2) in mbedtls_x509_time_cmp()
1053 int mbedtls_x509_time_gmtime(mbedtls_time_t tt, mbedtls_x509_time *now) in mbedtls_x509_time_gmtime()
1070 static int x509_get_current_time(mbedtls_x509_time *now) in x509_get_current_time()
1075 int mbedtls_x509_time_is_past(const mbedtls_x509_time *to) in mbedtls_x509_time_is_past()
1077 mbedtls_x509_time now; in mbedtls_x509_time_is_past()
1086 int mbedtls_x509_time_is_future(const mbedtls_x509_time *from) in mbedtls_x509_time_is_future()
[all …]
H A Dx509_crt.c431 mbedtls_x509_time *from, in x509_get_dates()
432 mbedtls_x509_time *to) in x509_get_dates()
2010 const mbedtls_x509_time *now) in x509_crt_verifycrl()
2260 const mbedtls_x509_time *now) in x509_crt_find_parent_in()
2383 const mbedtls_x509_time *now) in x509_crt_find_parent()
2525 mbedtls_x509_time now; in x509_crt_verify_chain()
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/library/
H A Dx509.c566 static int x509_date_is_valid(const mbedtls_x509_time *t) in x509_date_is_valid()
610 static int x509_parse_time(const unsigned char *p, mbedtls_x509_time *tm, in x509_parse_time()
650 mbedtls_x509_time *tm) in mbedtls_x509_get_time()
1036 int mbedtls_x509_time_cmp(const mbedtls_x509_time *t1, in mbedtls_x509_time_cmp()
1037 const mbedtls_x509_time *t2) in mbedtls_x509_time_cmp()
1053 int mbedtls_x509_time_gmtime(mbedtls_time_t tt, mbedtls_x509_time *now) in mbedtls_x509_time_gmtime()
1070 static int x509_get_current_time(mbedtls_x509_time *now) in x509_get_current_time()
1075 int mbedtls_x509_time_is_past(const mbedtls_x509_time *to) in mbedtls_x509_time_is_past()
1077 mbedtls_x509_time now; in mbedtls_x509_time_is_past()
1086 int mbedtls_x509_time_is_future(const mbedtls_x509_time *from) in mbedtls_x509_time_is_future()
[all …]
H A Dx509_crt.c432 mbedtls_x509_time *from, in x509_get_dates()
433 mbedtls_x509_time *to) in x509_get_dates()
2011 const mbedtls_x509_time *now) in x509_crt_verifycrl()
2261 const mbedtls_x509_time *now) in x509_crt_find_parent_in()
2384 const mbedtls_x509_time *now) in x509_crt_find_parent()
2526 mbedtls_x509_time now; in x509_crt_verify_chain()
H A Dx509_internal.h40 mbedtls_x509_time *t);
/aosp_15_r20/external/libwebsockets/lib/tls/mbedtls/
H A Dmbedtls-x509.c48 lws_tls_mbedtls_time_to_unix(mbedtls_x509_time *xtime) in lws_tls_mbedtls_time_to_unix()
/aosp_15_r20/external/mbedtls/tests/suites/
H A Dtest_suite_x509parse.function1511 mbedtls_x509_time time;
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/tests/suites/
H A Dtest_suite_x509parse.function1589 mbedtls_x509_time time;
/aosp_15_r20/external/mbedtls/
H A DChangeLog142 * Improve mbedtls_x509_time performance and reduce memory use.
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/
H A DChangeLog402 * Improve mbedtls_x509_time performance and reduce memory use.