Searched refs:mbedtls_x509_time_is_future (Results 1 – 4 of 4) sorted by relevance
270 int mbedtls_x509_time_is_future( const mbedtls_x509_time *from );
2482 #define x509_time_future mbedtls_x509_time_is_future
969 int mbedtls_x509_time_is_future( const mbedtls_x509_time *from ) in mbedtls_x509_time_is_future() function987 int mbedtls_x509_time_is_future( const mbedtls_x509_time *from ) in mbedtls_x509_time_is_future() function
2016 if( mbedtls_x509_time_is_future( &crl_list->this_update ) ) in x509_crt_verifycrl()2227 mbedtls_x509_time_is_future( &parent->valid_from ) ) in x509_crt_find_parent_in()2462 if( mbedtls_x509_time_is_future( &child->valid_from ) ) in x509_crt_verify_chain()
Completed in 20 milliseconds