Searched refs:mbedtls_x509_time_is_future (Results 1 – 4 of 4) sorted by relevance
311 int mbedtls_x509_time_is_future( const mbedtls_x509_time *from );
2486 #define x509_time_future mbedtls_x509_time_is_future
981 int mbedtls_x509_time_is_future( const mbedtls_x509_time *from ) in mbedtls_x509_time_is_future() function999 int mbedtls_x509_time_is_future( const mbedtls_x509_time *from ) in mbedtls_x509_time_is_future() function
2404 if( mbedtls_x509_time_is_future( &crl_list->this_update ) ) in x509_crt_verifycrl()2634 mbedtls_x509_time_is_future( &parent->valid_from ) ) in x509_crt_find_parent_in()2870 if( mbedtls_x509_time_is_future( &child->valid_from ) ) in x509_crt_verify_chain()
Completed in 23 milliseconds