Home
last modified time | relevance | path

Searched refs:year (Results 1 – 9 of 9) sorted by relevance

/optee_os/lib/libmbedtls/mbedtls/library/
A Dx509.c502 CHECK_RANGE( 0, 9999, t->year ); in x509_date_is_valid()
516 if( ( !( t->year % 4 ) && t->year % 100 ) || in x509_date_is_valid()
552 if ( tm->year < 50 ) in x509_parse_time()
553 tm->year += 100; in x509_parse_time()
555 tm->year += 1900; in x509_parse_time()
928 if( before->year > after->year ) in x509_check_time()
931 if( before->year == after->year && in x509_check_time()
935 if( before->year == after->year && in x509_check_time()
940 if( before->year == after->year && in x509_check_time()
946 if( before->year == after->year && in x509_check_time()
[all …]
A Dx509_crl.c647 crl->this_update.year, crl->this_update.mon, in mbedtls_x509_crl_info()
654 crl->next_update.year, crl->next_update.mon, in mbedtls_x509_crl_info()
676 entry->revocation_date.year, entry->revocation_date.mon, in mbedtls_x509_crl_info()
A Dx509_crt.c2098 crt->valid_from.year, crt->valid_from.mon, in mbedtls_x509_crt_info()
2105 crt->valid_to.year, crt->valid_to.mon, in mbedtls_x509_crt_info()
/optee_os/out/arm/export-ta_arm32/include/mbedtls/
A Dx509.h232 int year, mon, day; /**< Date. */ member
/optee_os/lib/libmbedtls/mbedtls/include/mbedtls/
A Dx509.h232 int year, mon, day; /**< Date. */ member
/optee_os/out/arm/export-ta_arm64/host_include/mbedtls/
A Dx509.h232 int year, mon, day; /**< Date. */ member
/optee_os/out/arm/export-ta_arm64/include/mbedtls/
A Dx509.h232 int year, mon, day; /**< Date. */ member
/optee_os/out/arm/export-ta_arm32/host_include/mbedtls/
A Dx509.h232 int year, mon, day; /**< Date. */ member
/optee_os/lib/libmbedtls/mbedtls/
A DChangeLog1997 * Fix leap year calculation in x509_date_is_valid() to ensure that invalid

Completed in 46 milliseconds