mbedTLS
mbedtls_x509_time::year
is only used within mbedTLS.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
mbedTLS
mbedtls_x509_time::year
mbedtls_x509_time::year field
Syntax
Show:
Summary
Declaration
from
x509.h:247
int
year
;
Examples
References
from
examples
Code
Location
Referrer
int
year
,
mon
,
day
;
/**< Date. */
x509.h:247
year
=
(
unsigned
int
)
t
->
year
;
x509.c:578
x509_date_is_valid()
(
unsigned
int
)
t
->
year
>
9999
||
/* (0 - 9999) */
x509.c:589
x509_date_is_valid()
tm
->
year
=
x509_parse2_int
(
p
)
;
x509.c:618
x509_parse_time()
if
(
tm
->
year
<
0
)
{
x509.c:619
x509_parse_time()
x
=
tm
->
year
*
100
;
x509.c:624
x509_parse_time()
tm
->
year
=
x509_parse2_int
(
p
)
;
x509.c:626
x509_parse_time()
if
(
tm
->
year
<
0
)
{
x509.c:627
x509_parse_time()
x
=
(
tm
->
year
<
50
)
?
2000
:
1900
;
x509.c:631
x509_parse_time()
tm
->
year
+=
x
;
x509.c:633
x509_parse_time()
x
=
(
(
(
t1
->
year
<
<
9
)
|
(
t1
->
mon
<
<
5
)
|
(
t1
->
day
)
)
-
x509.c:1041
mbedtls_x509_time_cmp()
(
(
t2
->
year
<
<
9
)
|
(
t2
->
mon
<
<
5
)
|
(
t2
->
day
)
)
)
;
x509.c:1042
mbedtls_x509_time_cmp()
now
->
year
=
tm
.
tm_year
+
1900
;
x509.c:1061
mbedtls_x509_time_gmtime()
crl
->
this_update
.
year
,
crl
->
this_update
.
mon
,
x509_crl.c:616
mbedtls_x509_crl_info()
crl
->
next_update
.
year
,
crl
->
next_update
.
mon
,
x509_crl.c:623
mbedtls_x509_crl_info()
entry
->
revocation_date
.
year
,
entry
->
revocation_date
.
mon
,
x509_crl.c:644
mbedtls_x509_crl_info()
crt
->
valid_from
.
year
,
crt
->
valid_from
.
mon
,
x509_crt.c:1791
mbedtls_x509_crt_info()
crt
->
valid_to
.
year
,
crt
->
valid_to
.
mon
,
x509_crt.c:1798
mbedtls_x509_crt_info()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
mbedtls_x509_time::year
is written by 2 functions and is read by 5 functions:
x509_parse_time()
mbedtls_x509_time_gmtime()
All items filtered out
mbedtls_x509_time::year
x509_date_is_valid()
x509_parse_time()
mbedtls_x509_time_cmp()
mbedtls_x509_crl_info()
mbedtls_x509_crt_info()
All items filtered out
Class Tree
from
examples
All items filtered out
All items filtered out
Override Tree
from
examples
All items filtered out
All items filtered out
Implementations
from
examples
All items filtered out
All items filtered out
Instances
from
examples
Lifecycle
from
examples
All items filtered out
All items filtered out