mbedTLS
mbedtls_x509_time::day
is only used within mbedTLS.
Symbol previews are coming soon...
Symbols
loading (2/5)...
Files
loading (4/5)...
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::day
mbedtls_x509_time::day field
Date.
Syntax
Show:
Summary
Declaration
from
x509.h:247
int
year
,
mon
,
day
;
Examples
References
from
examples
Code
Location
Referrer
int
year
,
mon
,
day
;
/**< Date. */
x509.h:247
if
(
(
unsigned
int
)
(
t
->
day
-
1
)
>=
month_days
||
/* (1 - days in month) */
x509.c:587
x509_date_is_valid()
tm
->
day
=
x509_parse2_int
(
p
+
4
)
;
x509.c:636
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
->
day
=
tm
.
tm_mday
;
x509.c:1063
mbedtls_x509_time_gmtime()
crl
->
this_update
.
day
,
crl
->
this_update
.
hour
,
x509_crl.c:617
mbedtls_x509_crl_info()
crl
->
next_update
.
day
,
crl
->
next_update
.
hour
,
x509_crl.c:624
mbedtls_x509_crl_info()
entry
->
revocation_date
.
day
,
entry
->
revocation_date
.
hour
,
x509_crl.c:645
mbedtls_x509_crl_info()
crt
->
valid_from
.
day
,
crt
->
valid_from
.
hour
,
x509_crt.c:1792
mbedtls_x509_crt_info()
crt
->
valid_to
.
day
,
crt
->
valid_to
.
hour
,
x509_crt.c:1799
mbedtls_x509_crt_info()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
mbedtls_x509_time::day
is written by 2 functions and is read by 4 functions:
x509_parse_time()
mbedtls_x509_time_gmtime()
All items filtered out
mbedtls_x509_time::day
x509_date_is_valid()
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