Home
last modified time | relevance | path

Searched refs:mbedtls_x509_time_is_future (Results 1 – 4 of 4) sorted by relevance

/AliOS-Things-master/components/mbedtls/include/mbedtls/
A Dx509.h270 int mbedtls_x509_time_is_future( const mbedtls_x509_time *from );
A Dcompat-1.3.h2482 #define x509_time_future mbedtls_x509_time_is_future
/AliOS-Things-master/components/mbedtls/library/
A Dx509.c969 int mbedtls_x509_time_is_future( const mbedtls_x509_time *from ) in mbedtls_x509_time_is_future() function
987 int mbedtls_x509_time_is_future( const mbedtls_x509_time *from ) in mbedtls_x509_time_is_future() function
A Dx509_crt.c2016 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