Searched refs:mbedtls_x509_time_cmp (Results 1 – 6 of 6) sorted by relevance
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/library/ |
H A D | x509_crt.c | 2093 if (mbedtls_x509_time_cmp(&crl_list->next_update, now) < 0) { in x509_crt_verifycrl() 2097 if (mbedtls_x509_time_cmp(&crl_list->this_update, now) > 0) { in x509_crt_verifycrl() 2326 if (mbedtls_x509_time_cmp(&parent->valid_to, now) < 0 || /* past */ in x509_crt_find_parent_in() 2327 mbedtls_x509_time_cmp(&parent->valid_from, now) > 0) { /* future */ in x509_crt_find_parent_in() 2565 if (mbedtls_x509_time_cmp(&child->valid_to, &now) < 0) { in x509_crt_verify_chain() 2569 if (mbedtls_x509_time_cmp(&child->valid_from, &now) > 0) { in x509_crt_verify_chain()
|
H A D | x509.c | 1036 int mbedtls_x509_time_cmp(const mbedtls_x509_time *t1, in mbedtls_x509_time_cmp() function 1083 return mbedtls_x509_time_cmp(to, &now) < 0; in mbedtls_x509_time_is_past() 1094 return mbedtls_x509_time_cmp(from, &now) > 0; in mbedtls_x509_time_is_future()
|
/aosp_15_r20/external/mbedtls/library/ |
H A D | x509_crt.c | 2092 if (mbedtls_x509_time_cmp(&crl_list->next_update, now) < 0) { in x509_crt_verifycrl() 2096 if (mbedtls_x509_time_cmp(&crl_list->this_update, now) > 0) { in x509_crt_verifycrl() 2325 if (mbedtls_x509_time_cmp(&parent->valid_to, now) < 0 || /* past */ in x509_crt_find_parent_in() 2326 mbedtls_x509_time_cmp(&parent->valid_from, now) > 0) { /* future */ in x509_crt_find_parent_in() 2564 if (mbedtls_x509_time_cmp(&child->valid_to, &now) < 0) { in x509_crt_verify_chain() 2568 if (mbedtls_x509_time_cmp(&child->valid_from, &now) > 0) { in x509_crt_verify_chain()
|
H A D | x509.c | 1036 int mbedtls_x509_time_cmp(const mbedtls_x509_time *t1, in mbedtls_x509_time_cmp() function 1083 return mbedtls_x509_time_cmp(to, &now) < 0; in mbedtls_x509_time_is_past() 1094 return mbedtls_x509_time_cmp(from, &now) > 0; in mbedtls_x509_time_is_future()
|
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/include/mbedtls/ |
H A D | x509.h | 385 int mbedtls_x509_time_cmp(const mbedtls_x509_time *t1, const mbedtls_x509_time *t2);
|
/aosp_15_r20/external/mbedtls/include/mbedtls/ |
H A D | x509.h | 367 int mbedtls_x509_time_cmp(const mbedtls_x509_time *t1, const mbedtls_x509_time *t2);
|