netxduo
NX_SECURE_X509_EXTENSION
is only used within netxduo.
Symbol previews are coming soon...
Symbols
loading...
Files
loading (2/7)...
Summary
Syntax
Related
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
STM32 Libraries and Samples
netxduo
NX_SECURE_X509_EXTENSION
NX_SECURE_X509_EXTENSION struct
Syntax
Show:
Summary
Declaration
from
nx_secure_x509.h:604
typedef
struct
NX_SECURE_X509_EXTENSION_STRUCT
{
USHORT
nx_secure_x509_extension_id
;
USHORT
nx_secure_x509_extension_critical
;
const
UCHAR
*
nx_secure_x509_extension_data
;
ULONG
nx_secure_x509_extension_data_length
;
}
NX_SECURE_X509_EXTENSION
;
Fields
Field
Declared as
NX_SECURE_X509_EXTENSION_STRUCT::nx_secure_x509_extension_id
USHORT
NX_SECURE_X509_EXTENSION_STRUCT::nx_secure_x509_extension_critical
USHORT
NX_SECURE_X509_EXTENSION_STRUCT::nx_secure_x509_extension_data
const
UCHAR
*
NX_SECURE_X509_EXTENSION_STRUCT::nx_secure_x509_extension_data_length
ULONG
Related Functions
Found 3 other functions taking a
NX_SECURE_X509_EXTENSION_STRUCT
argument:
Function
_nx_secure_x509_extension_find()
_nx_secure_x509_subject_alt_names_find()
_nxe_secure_x509_extension_find()
Examples
References
from
examples
Code
Location
Scope
Referrer
typedef
struct
NX_SECURE_X509_EXTENSION_STRUCT
nx_secure_x509.h:604
}
NX_SECURE_X509_EXTENSION
;
nx_secure_x509.h:615
NX_SECURE_X509_EXTENSION
NX_SECURE_X509_EXTENSION
*
nx_secure_x509_valid_policy_tree
;
nx_secure_x509.h:645
NX_SECURE_X509_POLICIES_STRUCT
NX_SECURE_X509_POLICIES_STRUCT::nx_secure_x509_valid_policy_tree
NX_SECURE_X509_EXTENSION
*
extension
,
USHORT
extension_id
)
;
nx_secure_x509.h:997
_nx_secure_x509_extension_find()
_nx_secure_x509_extension_find()::extension
UINT
_nx_secure_x509_subject_alt_names_find
(
NX_SECURE_X509_EXTENSION
*
extension
,
const
UCHAR
*
name
,
nx_secure_x509.h:999
_nx_secure_x509_subject_alt_names_find()
_nx_secure_x509_subject_alt_names_find()::extension
NX_SECURE_X509_EXTENSION
*
extension
,
USHORT
extension_id
)
;
nx_secure_x509.h:1018
_nxe_secure_x509_extension_find()
_nxe_secure_x509_extension_find()::extension
NX_SECURE_X509_EXTENSION
*
extension
,
USHORT
extension_id
)
;
nx_secure_x509.h:1055
_nxe_secure_x509_extension_find()
_nxe_secure_x509_extension_find()::extension
NX_SECURE_X509_EXTENSION
alt_name_extension
;
nx_secure_x509_common_name_dns_check.c:96
_nx_secure_x509_common_name_dns_check()
NX_SECURE_X509_EXTENSION
key_usage_extension
;
nx_secure_x509_extended_key_usage_extension_parse.c:88
_nx_secure_x509_extended_key_usage_extension_parse()
NX_SECURE_X509_EXTENSION
*
extension
,
USHORT
extension_id
)
nx_secure_x509_extension_find.c:83
_nx_secure_x509_extension_find()
_nx_secure_x509_extension_find()::extension
NX_SECURE_X509_EXTENSION
key_usage_extension
;
nx_secure_x509_key_usage_extension_parse.c:85
_nx_secure_x509_key_usage_extension_parse()
UINT
_nx_secure_x509_subject_alt_names_find
(
NX_SECURE_X509_EXTENSION
*
extension
,
const
UCHAR
*
name
,
nx_secure_x509_subject_alt_names_find.c:77
_nx_secure_x509_subject_alt_names_find()
_nx_secure_x509_subject_alt_names_find()::extension
NX_SECURE_X509_EXTENSION
*
extension
,
USHORT
extension_id
)
nxe_secure_x509_extension_find.c:78
_nxe_secure_x509_extension_find()
_nxe_secure_x509_extension_find()::extension
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
NX_SECURE_X509_POLICIES_STRUCT::nx_secure_x509_valid_policy_tree
NX_SECURE_X509_POLICIES_STRUCT
nx_secure_x509.h:645
_nx_secure_x509_extension_find()::extension
_nx_secure_x509_extension_find()
nx_secure_x509.h:997
_nx_secure_x509_subject_alt_names_find()::extension
_nx_secure_x509_subject_alt_names_find()
nx_secure_x509.h:999
_nxe_secure_x509_extension_find()::extension
_nxe_secure_x509_extension_find()
nx_secure_x509.h:1018
_nxe_secure_x509_extension_find()::extension
_nxe_secure_x509_extension_find()
nx_secure_x509.h:1055
_nx_secure_x509_extension_find()::extension
_nx_secure_x509_extension_find()
nx_secure_x509_extension_find.c:83
_nx_secure_x509_subject_alt_names_find()::extension
_nx_secure_x509_subject_alt_names_find()
nx_secure_x509_subject_alt_names_find.c:77
_nxe_secure_x509_extension_find()::extension
_nxe_secure_x509_extension_find()
nxe_secure_x509_extension_find.c:78
Lifecycle
from
examples
All items filtered out
All items filtered out