mbedTLS
mbedtls_x509_authority
is only used within mbedTLS.
Symbol previews are coming soon...
Symbols
loading (3/5)...
Files
loading (4/5)...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
mbedTLS
mbedtls_x509_authority
mbedtls_x509_authority struct
Syntax
Show:
Summary
Declaration
from
x509.h:237
typedef
struct
mbedtls_x509_authority
{
mbedtls_x509_buf
keyIdentifier
;
mbedtls_x509_sequence
authorityCertIssuer
;
mbedtls_x509_buf
authorityCertSerialNumber
;
mbedtls_x509_buf
raw
;
}
mbedtls_x509_authority
;
Fields
Field
Declared as
mbedtls_x509_authority::keyIdentifier
mbedtls_x509_buf
mbedtls_x509_authority::authorityCertIssuer
mbedtls_x509_sequence
mbedtls_x509_authority::authorityCertSerialNumber
mbedtls_x509_buf
mbedtls_x509_authority::raw
mbedtls_x509_buf
Examples
References
from
examples
Code
Location
Scope
Referrer
typedef
struct
mbedtls_x509_authority
{
x509.h:237
mbedtls_x509_authority
;
x509.h:243
mbedtls_x509_authority
mbedtls_x509_authority
*
authority_key_id
)
x509_crt.c:622
x509_get_authority_key_id()
x509_get_authority_key_id()::authority_key_id
mbedtls_x509_authority
authority_key_id
;
/**< Optional X.509 v3 extension authority key identifier. */
x509_crt.h:68
mbedtls_x509_crt
mbedtls_x509_crt::authority_key_id
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
All items filtered out
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
Instance
Scope
Location
Project
mbedtls_x509_crt::authority_key_id
mbedtls_x509_crt
x509_crt.h:68
x509_get_authority_key_id()::authority_key_id
x509_get_authority_key_id()
x509_crt.c:622
Lifecycle
from
examples
All items filtered out
All items filtered out