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
STM32 Libraries and Samples
mbedTLS
mbedtls_x509_time::year
mbedtls_x509_time::year field
Syntax
Show:
Summary
Declaration
from
x509.h:210
int
year
;
Examples
References
from
examples
Code
Location
Referrer
int
year
,
mon
,
day
;
/**< Date. */
x509.h:210
CHECK_RANGE
(
0
,
9999
,
t
->
year
)
;
x509.c:507
x509_date_is_valid()
if
(
(
!
(
t
->
year
%
4
)
&&
t
->
year
%
100
)
||
x509.c:521
x509_date_is_valid()
!
(
t
->
year
%
400
)
)
x509.c:522
x509_date_is_valid()
CHECK
(
x509_parse_int
(
p
,
yearlen
,
&
tm
->
year
)
)
;
x509.c:554
x509_parse_time()
if
(
tm
->
year
<
50
)
x509.c:557
x509_parse_time()
tm
->
year
+=
100
;
x509.c:558
x509_parse_time()
tm
->
year
+=
1900
;
x509.c:560
x509_parse_time()
crt
->
valid_from
.
year
,
crt
->
valid_from
.
mon
,
x509_crt.c:1570
mbedtls_x509_crt_info()
crt
->
valid_to
.
year
,
crt
->
valid_to
.
mon
,
x509_crt.c:1577
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 1 function and is read by 3 functions:
x509_parse_time()
All items filtered out
mbedtls_x509_time::year
x509_date_is_valid()
x509_parse_time()
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