mbedTLS
mbedtls_asn1_buf::tag
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
STM32 Libraries and Samples
mbedTLS
mbedtls_asn1_buf::tag
mbedtls_asn1_buf::tag field
ASN1 type, e.g. MBEDTLS_ASN1_UTF8_STRING.
Syntax
Show:
Summary
Declaration
from
asn1.h:136
int
tag
;
Examples
References
from
examples
Code
Location
Referrer
int
tag
;
/**< ASN1 type, e.g. MBEDTLS_ASN1_UTF8_STRING. */
asn1.h:136
buf
->
tag
=
*
*
p
;
asn1parse.c:257
mbedtls_asn1_get_sequence_of()
alg
->
tag
=
*
*
p
;
asn1parse.c:301
mbedtls_asn1_get_alg()
params
->
tag
=
*
*
p
;
asn1parse.c:316
mbedtls_asn1_get_alg()
if
(
(
params
.
tag
!=
MBEDTLS_ASN1_NULL
&&
params
.
tag
!=
0
)
||
params
.
len
!=
0
)
asn1parse.c:343
mbedtls_asn1_get_alg_null()
params
->
tag
=
*
*
p
;
pkparse.c:199
pk_get_ecparams()
if
(
params
->
tag
!=
MBEDTLS_ASN1_OID
pkparse.c:200
pk_get_ecparams()
if
(
(
ret
=
mbedtls_asn1_get_tag
(
p
,
end
,
&
params
->
len
,
params
->
tag
)
)
!=
0
)
pkparse.c:210
pk_get_ecparams()
if
(
params
->
tag
==
MBEDTLS_ASN1_OID
)
pkparse.c:467
pk_use_ecparams()
(
(
params
->
tag
!=
MBEDTLS_ASN1_NULL
&&
params
->
tag
!=
0
)
||
pkparse.c:602
pk_get_pk_alg()
serial
->
tag
=
*
(
*
p
)
++
;
x509.c:97
mbedtls_x509_get_serial()
oid
->
tag
=
*
*
p
;
x509.c:371
x509_get_attr_type_value()
val
->
tag
=
*
(
*
p
)
++
;
x509.c:391
x509_get_attr_type_value()
sig
->
tag
=
tag_type
;
x509.c:649
mbedtls_x509_get_sig()
if
(
(
sig_params
->
tag
!=
MBEDTLS_ASN1_NULL
&&
sig_params
->
tag
!=
0
)
||
x509.c:698
mbedtls_x509_get_sig_alg()
ext
->
tag
=
MBEDTLS_ASN1_CONTEXT_SPECIFIC
|
MBEDTLS_ASN1_CONSTRUCTED
|
tag
;
x509.c:724
mbedtls_x509_get_ext()
if
(
a
->
tag
==
b
->
tag
&&
x509_crt.c:300
x509_string_cmp()
if
(
(
a
->
tag
==
MBEDTLS_ASN1_UTF8_STRING
||
a
->
tag
==
MBEDTLS_ASN1_PRINTABLE_STRING
)
&&
x509_crt.c:307
x509_string_cmp()
(
b
->
tag
==
MBEDTLS_ASN1_UTF8_STRING
||
b
->
tag
==
MBEDTLS_ASN1_PRINTABLE_STRING
)
&&
x509_crt.c:308
x509_string_cmp()
if
(
a
->
oid
.
tag
!=
b
->
oid
.
tag
||
x509_crt.c:337
x509_name_cmp()
uid
->
tag
=
*
*
p
;
x509_crt.c:455
x509_get_uid()
buf
->
tag
=
tag
;
x509_crt.c:674
x509_get_subject_alt_name()
extn_oid
.
tag
=
MBEDTLS_ASN1_OID
;
x509_crt.c:732
x509_get_crt_ext()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
mbedtls_asn1_buf::tag
is written by 10 functions and is read by 7 functions:
mbedtls_asn1_get_sequence_of()
mbedtls_asn1_get_alg()
pk_get_ecparams()
mbedtls_x509_get_serial()
x509_get_attr_type_value()
mbedtls_x509_get_sig()
mbedtls_x509_get_ext()
x509_get_uid()
x509_get_subject_alt_name()
x509_get_crt_ext()
All items filtered out
mbedtls_asn1_buf::tag
mbedtls_asn1_get_alg_null()
pk_get_ecparams()
pk_use_ecparams()
pk_get_pk_alg()
mbedtls_x509_get_sig_alg()
x509_string_cmp()
x509_name_cmp()
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