mbedTLS
MBEDTLS_ASN1_NULL
is only used within mbedTLS.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
mbedTLS
MBEDTLS_ASN1_NULL
MBEDTLS_ASN1_NULL macro
Syntax
Show:
Summary
Declaration
from
asn1.h:68
#define
MBEDTLS_ASN1_NULL
0x05
Examples
References
from
examples
Code
Location
#define
MBEDTLS_ASN1_NULL
0x05
asn1.h:68
if
(
(
params
.
tag
!=
MBEDTLS_ASN1_NULL
&&
params
.
tag
!=
0
)
||
params
.
len
!=
0
)
{
asn1parse.c:412
return
mbedtls_asn1_write_len_and_tag
(
p
,
start
,
0
,
MBEDTLS_ASN1_NULL
)
;
asn1write.c:144
(
(
params
->
tag
!=
MBEDTLS_ASN1_NULL
&&
params
->
tag
!=
0
)
||
pkparse.c:504
*
p
++
=
MBEDTLS_ASN1_NULL
;
rsa.c:2407
if
(
(
ret
=
mbedtls_asn1_get_tag
(
&
p
,
end
,
&
len
,
MBEDTLS_ASN1_NULL
)
)
!=
0
||
len
!=
0
)
{
x509.c:221
if
(
(
sig_params
->
tag
!=
MBEDTLS_ASN1_NULL
&&
sig_params
->
tag
!=
0
)
||
x509.c:755
{
NULL
,
0
,
NULL
,
MBEDTLS_ASN1_NULL
}
x509_create.c:98
mbedtls_asn1_buf
oid
=
{
.
p
=
NULL
,
.
len
=
0
,
.
tag
=
MBEDTLS_ASN1_NULL
}
;
x509_create.c:287
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