mbedTLS
mbedtls_x509_time::hour
is only used within mbedTLS.
Symbol previews are coming soon...
Symbols
loading (1/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::hour
mbedtls_x509_time::hour field
Syntax
Show:
Summary
Declaration
from
x509.h:248
int
hour
;
Examples
References
from
examples
Code
Location
Referrer
int
hour
,
min
,
sec
;
/**< Time. */
x509.h:248
(
unsigned
int
)
t
->
hour
>
23
||
/* (0 - 23) */
x509.c:590
x509_date_is_valid()
tm
->
hour
=
x509_parse2_int
(
p
+
6
)
;
x509.c:637
x509_parse_time()
x
=
(
(
(
t1
->
hour
<
<
12
)
|
(
t1
->
min
<
<
6
)
|
(
t1
->
sec
)
)
-
x509.c:1047
mbedtls_x509_time_cmp()
(
(
t2
->
hour
<
<
12
)
|
(
t2
->
min
<
<
6
)
|
(
t2
->
sec
)
)
)
;
x509.c:1048
mbedtls_x509_time_cmp()
now
->
hour
=
tm
.
tm_hour
;
x509.c:1064
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::hour
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::hour
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