mbedTLS
mbedtls_x509_crt::subject_raw
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_raw
mbedtls_x509_crt::subject_raw field
The raw subject data (DER). Used for quick comparison.
Syntax
Show:
Summary
Declaration
from
x509_crt.h:63
mbedtls_x509_buf
subject_raw
;
Examples
References
from
examples
Code
Location
Referrer
mbedtls_x509_buf
subject_raw
;
/**< The raw subject data (DER). Used for quick comparison. */
x509_crt.h:63
dn_size
=
crt
->
subject_raw
.
len
;
ssl_srv.c:2803
ssl_write_certificate_request()
memcpy
(
p
,
crt
->
subject_raw
.
p
,
dn_size
)
;
ssl_srv.c:2815
ssl_write_certificate_request()
crt
->
subject_raw
.
p
=
p
;
x509_crt.c:970
x509_crt_parse_der_core()
crt
->
subject_raw
.
len
=
p
-
crt
->
subject_raw
.
p
;
x509_crt.c:985
x509_crt_parse_der_core()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
mbedtls_x509_crt::subject_raw
is read by 2 functions:
All items filtered out
mbedtls_x509_crt::subject_raw
ssl_write_certificate_request()
x509_crt_parse_der_core()
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