mbedTLS
mbedtls_x509_crt::issuer_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::issuer_raw
mbedtls_x509_crt::issuer_raw field
The raw issuer data (DER). Used for quick comparison.
Syntax
Show:
Summary
Declaration
from
x509_crt.h:62
mbedtls_x509_buf
issuer_raw
;
Examples
References
from
examples
Code
Location
Referrer
mbedtls_x509_buf
issuer_raw
;
/**< The raw issuer data (DER). Used for quick comparison. */
x509_crt.h:62
crt
->
issuer_raw
.
p
=
p
;
x509_crt.c:937
x509_crt_parse_der_core()
crt
->
issuer_raw
.
len
=
p
-
crt
->
issuer_raw
.
p
;
x509_crt.c:952
x509_crt_parse_der_core()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
mbedtls_x509_crt::issuer_raw
is read by 1 function:
All items filtered out
mbedtls_x509_crt::issuer_raw
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