mbedTLS
mbedtls_x509_time::sec
is only used within mbedTLS.
Symbol previews are coming soon...
Symbols
loading...
Files
loading (3/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::sec
mbedtls_x509_time::sec field
Time.
Syntax
Show:
Summary
Declaration
from
x509.h:248
int
hour
,
min
,
sec
;
Examples
References
from
examples
Code
Location
Referrer
int
hour
,
min
,
sec
;
/**< Time. */
x509.h:248
(
unsigned
int
)
t
->
sec
>
59
)
{
/* (0 - 59) */
x509.c:592
x509_date_is_valid()
tm
->
sec
=
x509_parse2_int
(
p
+
10
)
;
x509.c:639
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
->
sec
=
tm
.
tm_sec
;
x509.c:1066
mbedtls_x509_time_gmtime()
crl
->
this_update
.
min
,
crl
->
this_update
.
sec
)
;
x509_crl.c:618
mbedtls_x509_crl_info()
crl
->
next_update
.
min
,
crl
->
next_update
.
sec
)
;
x509_crl.c:625
mbedtls_x509_crl_info()
entry
->
revocation_date
.
min
,
entry
->
revocation_date
.
sec
)
;
x509_crl.c:646
mbedtls_x509_crl_info()
crt
->
valid_from
.
min
,
crt
->
valid_from
.
sec
)
;
x509_crt.c:1793
mbedtls_x509_crt_info()
crt
->
valid_to
.
min
,
crt
->
valid_to
.
sec
)
;
x509_crt.c:1800
mbedtls_x509_crt_info()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
mbedtls_x509_time::sec
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::sec
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