Searched refs:hour (Results 1 – 4 of 4) sorted by relevance
/optee_os-3.20.0/lib/libmbedtls/mbedtls/library/ |
A D | x509.c | 503 CHECK_RANGE( 0, 23, t->hour ); in x509_date_is_valid() 560 CHECK( x509_parse_int( p, 2, &tm->hour ) ); in x509_parse_time() 922 now->hour = lt->tm_hour; in x509_get_current_time() 950 before->hour > after->hour ) in x509_check_time() 956 before->hour == after->hour && in x509_check_time() 963 before->hour == after->hour && in x509_check_time()
|
A D | x509_crl.c | 650 crl->this_update.day, crl->this_update.hour, in mbedtls_x509_crl_info() 657 crl->next_update.day, crl->next_update.hour, in mbedtls_x509_crl_info() 679 entry->revocation_date.day, entry->revocation_date.hour, in mbedtls_x509_crl_info()
|
A D | x509_crt.c | 2097 crt->valid_from.day, crt->valid_from.hour, in mbedtls_x509_crt_info() 2104 crt->valid_to.day, crt->valid_to.hour, in mbedtls_x509_crt_info()
|
/optee_os-3.20.0/lib/libmbedtls/mbedtls/include/mbedtls/ |
A D | x509.h | 253 int hour, min, sec; /**< Time. */ member
|
Completed in 31 milliseconds