mbedTLS
mbedtls_x509_crt::subject
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_x509_crt::subject
mbedtls_x509_crt::subject field
The parsed subject data (named information object).
Syntax
Show:
Summary
Declaration
from
x509_crt.h:66
mbedtls_x509_name
subject
;
Examples
References
from
examples
Code
Location
Referrer
mbedtls_x509_name
subject
;
/**< The parsed subject data (named information object). */
x509_crt.h:66
if
(
len
&&
(
ret
=
mbedtls_x509_get_name
(
&
p
,
p
+
len
,
&
crt
->
subject
)
)
!=
0
)
x509_crt.c:979
x509_crt_parse_der_core()
ret
=
mbedtls_x509_dn_gets
(
p
,
n
,
&
crt
->
subject
)
;
x509_crt.c:1565
mbedtls_x509_crt_info()
if
(
x509_name_cmp
(
&
child
->
issuer
,
&
parent
->
subject
)
!=
0
)
x509_crt.c:1937
x509_crt_check_parent()
if
(
x509_name_cmp
(
&
crt
->
issuer
,
&
crt
->
subject
)
!=
0
)
x509_crt.c:2203
x509_crt_check_ee_locally_trusted()
x509_name_cmp
(
&
child
->
issuer
,
&
child
->
subject
)
==
0
)
x509_crt.c:2368
x509_crt_verify_chain()
for
(
name
=
&
crt
->
subject
;
name
!=
NULL
;
name
=
name
->
next
)
x509_crt.c:2451
x509_crt_verify_name()
name_cur
=
cert_cur
->
subject
.
next
;
x509_crt.c:2648
mbedtls_x509_crt_free()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
mbedtls_x509_crt::subject
is read by 1 function:
All items filtered out
mbedtls_x509_crt::subject
mbedtls_x509_crt_free()
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