mbedTLS
CHECK
is only used within mbedTLS.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Arguments
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
STM32 Libraries and Samples
mbedTLS
CHECK
CHECK macro
Syntax
Show:
Summary
Declaration
from
x509.c:70
#define
CHECK
(
code
)
if
(
(
ret
=
(
code
)
)
!=
0
)
{
return
(
ret
)
;
}
Arguments
Argument
code
Examples
References
from
examples
Code
Location
#define
CHECK
(
code
)
if
(
(
ret
=
(
code
)
)
!=
0
)
{
return
(
ret
)
;
}
x509.c:70
CHECK
(
x509_parse_int
(
p
,
yearlen
,
&
tm
->
year
)
)
;
x509.c:554
CHECK
(
x509_parse_int
(
p
,
2
,
&
tm
->
mon
)
)
;
x509.c:563
CHECK
(
x509_parse_int
(
p
,
2
,
&
tm
->
day
)
)
;
x509.c:564
CHECK
(
x509_parse_int
(
p
,
2
,
&
tm
->
hour
)
)
;
x509.c:565
CHECK
(
x509_parse_int
(
p
,
2
,
&
tm
->
min
)
)
;
x509.c:566
CHECK
(
x509_parse_int
(
p
,
2
,
&
tm
->
sec
)
)
;
x509.c:573
CHECK
(
x509_date_is_valid
(
tm
)
)
;
x509.c:594
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
All items filtered out
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