mbedTLS
MBEDTLS_ASN1_CHK_ADD
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
MBEDTLS_ASN1_CHK_ADD
MBEDTLS_ASN1_CHK_ADD macro
Syntax
Show:
Summary
Declaration
from
asn1write.h:35
#define
MBEDTLS_ASN1_CHK_ADD
(
g
,
f
)
\
do
\
{
\
if
(
(
ret
=
(
f
)
)
<
0
)
\
return
(
ret
)
;
\
else
\
(
g
)
+=
ret
;
\
}
while
(
0
)
Arguments
Argument
g
f
Examples
References
from
examples
Code
Location
#define
MBEDTLS_ASN1_CHK_ADD
(
g
,
f
)
\
asn1write.h:35
MBEDTLS_ASN1_CHK_ADD
(
len
,
mbedtls_asn1_write_len
(
p
,
start
,
len
)
)
;
asn1write.c:159
MBEDTLS_ASN1_CHK_ADD
(
len
,
mbedtls_asn1_write_tag
(
p
,
start
,
MBEDTLS_ASN1_INTEGER
)
)
;
asn1write.c:160
MBEDTLS_ASN1_CHK_ADD
(
len
,
mbedtls_asn1_write_len
(
p
,
start
,
0
)
)
;
asn1write.c:176
MBEDTLS_ASN1_CHK_ADD
(
len
,
mbedtls_asn1_write_tag
(
p
,
start
,
MBEDTLS_ASN1_NULL
)
)
;
asn1write.c:177
MBEDTLS_ASN1_CHK_ADD
(
len
,
mbedtls_asn1_write_raw_buffer
(
p
,
start
,
asn1write.c:188
MBEDTLS_ASN1_CHK_ADD
(
len
,
mbedtls_asn1_write_len
(
p
,
start
,
len
)
)
;
asn1write.c:190
MBEDTLS_ASN1_CHK_ADD
(
len
,
mbedtls_asn1_write_tag
(
p
,
start
,
MBEDTLS_ASN1_OID
)
)
;
asn1write.c:191
MBEDTLS_ASN1_CHK_ADD
(
len
,
mbedtls_asn1_write_null
(
p
,
start
)
)
;
asn1write.c:204
MBEDTLS_ASN1_CHK_ADD
(
len
,
mbedtls_asn1_write_oid
(
p
,
start
,
oid
,
oid_len
)
)
;
asn1write.c:208
MBEDTLS_ASN1_CHK_ADD
(
len
,
mbedtls_asn1_write_len
(
p
,
start
,
len
)
)
;
asn1write.c:210
MBEDTLS_ASN1_CHK_ADD
(
len
,
mbedtls_asn1_write_tag
(
p
,
start
,
asn1write.c:211
MBEDTLS_ASN1_CHK_ADD
(
len
,
mbedtls_asn1_write_len
(
p
,
start
,
len
)
)
;
asn1write.c:228
MBEDTLS_ASN1_CHK_ADD
(
len
,
mbedtls_asn1_write_tag
(
p
,
start
,
MBEDTLS_ASN1_BOOLEAN
)
)
;
asn1write.c:229
MBEDTLS_ASN1_CHK_ADD
(
len
,
mbedtls_asn1_write_len
(
p
,
start
,
len
)
)
;
asn1write.c:254
MBEDTLS_ASN1_CHK_ADD
(
len
,
mbedtls_asn1_write_tag
(
p
,
start
,
MBEDTLS_ASN1_INTEGER
)
)
;
asn1write.c:255
MBEDTLS_ASN1_CHK_ADD
(
len
,
mbedtls_asn1_write_raw_buffer
(
p
,
start
,
asn1write.c:266
MBEDTLS_ASN1_CHK_ADD
(
len
,
mbedtls_asn1_write_len
(
p
,
start
,
len
)
)
;
asn1write.c:269
MBEDTLS_ASN1_CHK_ADD
(
len
,
mbedtls_asn1_write_tag
(
p
,
start
,
tag
)
)
;
asn1write.c:270
MBEDTLS_ASN1_CHK_ADD
(
len
,
mbedtls_asn1_write_len
(
p
,
start
,
len
)
)
;
asn1write.c:320
MBEDTLS_ASN1_CHK_ADD
(
len
,
mbedtls_asn1_write_tag
(
p
,
start
,
MBEDTLS_ASN1_BIT_STRING
)
)
;
asn1write.c:321
MBEDTLS_ASN1_CHK_ADD
(
len
,
mbedtls_asn1_write_raw_buffer
(
p
,
start
,
buf
,
size
)
)
;
asn1write.c:332
MBEDTLS_ASN1_CHK_ADD
(
len
,
mbedtls_asn1_write_len
(
p
,
start
,
len
)
)
;
asn1write.c:334
MBEDTLS_ASN1_CHK_ADD
(
len
,
mbedtls_asn1_write_tag
(
p
,
start
,
MBEDTLS_ASN1_OCTET_STRING
)
)
;
asn1write.c:335
MBEDTLS_ASN1_CHK_ADD
(
len
,
mbedtls_asn1_write_mpi
(
&
p
,
buf
,
s
)
)
;
ecdsa.c:624
MBEDTLS_ASN1_CHK_ADD
(
len
,
mbedtls_asn1_write_mpi
(
&
p
,
buf
,
r
)
)
;
ecdsa.c:625
MBEDTLS_ASN1_CHK_ADD
(
len
,
mbedtls_asn1_write_len
(
&
p
,
buf
,
len
)
)
;
ecdsa.c:627
MBEDTLS_ASN1_CHK_ADD
(
len
,
mbedtls_asn1_write_tag
(
&
p
,
buf
,
ecdsa.c:628
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