mbedTLS
MBEDTLS_ASN1_OID
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_OID
MBEDTLS_ASN1_OID macro
Syntax
Show:
Summary
Declaration
from
asn1.h:69
#define
MBEDTLS_ASN1_OID
0x06
Examples
References
from
examples
Code
Location
#define
MBEDTLS_ASN1_OID
0x06
asn1.h:69
if
(
(
ret
=
mbedtls_asn1_get_tag
(
p
,
end
,
&
alg
->
len
,
MBEDTLS_ASN1_OID
)
)
!=
0
)
{
asn1parse.c:370
return
mbedtls_asn1_write_len_and_tag
(
p
,
start
,
len
,
MBEDTLS_ASN1_OID
)
;
asn1write.c:155
oid
->
tag
=
MBEDTLS_ASN1_OID
;
oid.c:1155
ret
=
mbedtls_asn1_get_tag
(
p
,
*
seq_end
,
&
len
,
MBEDTLS_ASN1_OID
)
;
pkcs7.c:99
pkcs7
->
tag
=
MBEDTLS_ASN1_OID
;
pkcs7.c:105
if
(
(
ret
=
mbedtls_asn1_get_tag
(
&
p
,
end
,
&
len
,
MBEDTLS_ASN1_OID
)
)
!=
0
)
{
pkcs7.c:588
if
(
(
ret
=
mbedtls_asn1_get_tag
(
&
p
,
end_field
,
&
len
,
MBEDTLS_ASN1_OID
)
)
!=
0
)
{
pkparse.c:148
if
(
params
->
tag
!=
MBEDTLS_ASN1_OID
&&
pkparse.c:360
if
(
params
->
tag
==
MBEDTLS_ASN1_OID
)
{
pkparse.c:394
*
p
++
=
MBEDTLS_ASN1_OID
;
rsa.c:2403
if
(
(
ret
=
mbedtls_asn1_get_tag
(
&
p
,
end
,
&
md_oid
.
len
,
MBEDTLS_ASN1_OID
)
)
!=
0
)
{
x509.c:204
if
(
(
ret
=
mbedtls_asn1_get_tag
(
p
,
end
,
&
oid
->
len
,
MBEDTLS_ASN1_OID
)
)
!=
0
)
{
x509.c:430
MBEDTLS_ASN1_OID
)
)
!=
0
)
{
x509.c:1145
cur_oid
.
tag
=
MBEDTLS_ASN1_OID
;
x509.c:1149
if
(
(
ret
=
mbedtls_asn1_get_tag
(
&
p
,
end
,
&
len
,
MBEDTLS_ASN1_OID
)
)
!=
0
)
{
x509.c:1183
other_name
->
value
.
hardware_module_name
.
oid
.
tag
=
MBEDTLS_ASN1_OID
;
x509.c:1187
MBEDTLS_ASN1_CHK_ADD
(
len
,
mbedtls_asn1_write_tag
(
p
,
start
,
MBEDTLS_ASN1_OID
)
)
;
x509_create.c:529
MBEDTLS_ASN1_OID
)
)
!=
0
)
{
x509_crl.c:117
if
(
(
ret
=
mbedtls_asn1_get_sequence_of
(
p
,
end
,
ext_key_usage
,
MBEDTLS_ASN1_OID
)
)
!=
0
)
{
x509_crt.c:569
MBEDTLS_ASN1_OID
)
)
!=
0
)
{
x509_crt.c:783
policy_oid
.
tag
=
MBEDTLS_ASN1_OID
;
x509_crt.c:787
MBEDTLS_ASN1_OID
)
)
!=
0
)
{
x509_crt.c:901
extn_oid
.
tag
=
MBEDTLS_ASN1_OID
;
x509_crt.c:905
MBEDTLS_ASN1_OID
)
)
!=
0
)
{
x509_csr.c:88
extn_oid
.
tag
=
MBEDTLS_ASN1_OID
;
x509_csr.c:92
MBEDTLS_ASN1_OID
)
)
!=
0
)
{
x509_csr.c:220
attr_oid
.
tag
=
MBEDTLS_ASN1_OID
;
x509_csr.c:224
if
(
ext
->
buf
.
tag
!=
MBEDTLS_ASN1_OID
)
{
x509write_crt.c:347
MBEDTLS_ASN1_CHK_ADD
(
len
,
mbedtls_asn1_write_tag
(
&
c
,
buf
,
MBEDTLS_ASN1_OID
)
)
;
x509write_crt.c:352
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