mbedTLS
mbedtls_asn1_sequence::buf
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_sequence::buf
mbedtls_asn1_sequence::buf field
Buffer containing the given ASN.1 item.
Syntax
Show:
Summary
Declaration
from
asn1.h:158
mbedtls_asn1_buf
buf
;
Examples
References
from
examples
Code
Location
Referrer
mbedtls_asn1_buf
buf
;
/**< Buffer containing the given ASN.1 item. */
asn1.h:158
buf
=
&
(
cur
->
buf
)
;
asn1parse.c:256
mbedtls_asn1_get_sequence_of()
if
(
ext_key_usage
->
buf
.
p
==
NULL
)
x509_crt.c:581
x509_get_ext_key_usage()
if
(
cur
->
buf
.
p
!=
NULL
)
x509_crt.c:659
x509_get_subject_alt_name()
buf
=
&
(
cur
->
buf
)
;
x509_crt.c:673
x509_get_subject_alt_name()
if
(
cur
->
buf
.
len
+
sep_len
>=
n
)
x509_crt.c:1407
x509_info_subject_alt_name()
n
-=
cur
->
buf
.
len
+
sep_len
;
x509_crt.c:1413
x509_info_subject_alt_name()
for
(
i
=
0
;
i
<
cur
->
buf
.
len
;
i
++
)
x509_crt.c:1416
x509_info_subject_alt_name()
*
p
++
=
cur
->
buf
.
p
[
i
]
;
x509_crt.c:1417
x509_info_subject_alt_name()
if
(
mbedtls_oid_get_extended_key_usage
(
&
cur
->
buf
,
&
desc
)
!=
0
)
x509_crt.c:1507
x509_info_ext_key_usage()
if
(
x509_crt_check_cn
(
&
cur
->
buf
,
cn
,
cn_len
)
==
0
)
x509_crt.c:2442
x509_crt_verify_name()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
mbedtls_asn1_sequence::buf
is read by 4 functions:
All items filtered out
mbedtls_asn1_sequence::buf
mbedtls_asn1_get_sequence_of()
x509_get_ext_key_usage()
x509_get_subject_alt_name()
x509_info_subject_alt_name()
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