netxduo
NX_SECURE_X509_DISTINGUISHED_NAME
is only used within netxduo.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
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_DISTINGUISHED_NAME
NX_SECURE_X509_DISTINGUISHED_NAME struct
Syntax
Show:
Summary
Declaration
from
nx_secure_x509.h:408
typedef
struct
NX_SECURE_X509_DISTINGUISHED_NAME_STRUCT
{
const
UCHAR
*
nx_secure_x509_country
;
USHORT
nx_secure_x509_country_length
;
const
UCHAR
*
nx_secure_x509_organization
;
USHORT
nx_secure_x509_organization_length
;
const
UCHAR
*
nx_secure_x509_org_unit
;
USHORT
nx_secure_x509_org_unit_length
;
const
UCHAR
*
nx_secure_x509_distinguished_name_qualifier
;
USHORT
nx_secure_x509_distinguished_name_qualifier_length
;
const
UCHAR
*
nx_secure_x509_state
;
USHORT
nx_secure_x509_state_length
;
const
UCHAR
*
nx_secure_x509_common_name
;
USHORT
nx_secure_x509_common_name_length
;
const
UCHAR
*
nx_secure_x509_serial_number
;
USHORT
nx_secure_x509_serial_number_length
;
#ifdef
NX_SECURE_X509_USE_EXTENDED_DISTINGUISHED_NAMES
const
UCHAR
*
nx_secure_x509_locality
;
USHORT
nx_secure_x509_locality_length
;
const
UCHAR
*
nx_secure_x509_title
;
USHORT
nx_secure_x509_title_length
;
const
UCHAR
*
nx_secure_x509_surname
;
USHORT
nx_secure_x509_surname_length
;
const
UCHAR
*
nx_secure_x509_given_name
;
USHORT
nx_secure_x509_given_name_length
;
const
UCHAR
*
nx_secure_x509_initials
;
USHORT
nx_secure_x509_initials_length
;
const
UCHAR
*
nx_secure_x509_pseudonym
;
USHORT
nx_secure_x509_pseudonym_length
;
const
UCHAR
*
nx_secure_x509_generation_qualifier
;
USHORT
nx_secure_x509_generation_qualifier_length
;
#endif
}
NX_SECURE_X509_DISTINGUISHED_NAME
;
Fields
Field
Declared as
NX_SECURE_X509_DISTINGUISHED_NAME_STRUCT::nx_secure_x509_country
const
UCHAR
*
NX_SECURE_X509_DISTINGUISHED_NAME_STRUCT::nx_secure_x509_country_length
USHORT
NX_SECURE_X509_DISTINGUISHED_NAME_STRUCT::nx_secure_x509_organization
const
UCHAR
*
NX_SECURE_X509_DISTINGUISHED_NAME_STRUCT::nx_secure_x509_organization_length
USHORT
NX_SECURE_X509_DISTINGUISHED_NAME_STRUCT::nx_secure_x509_org_unit
const
UCHAR
*
NX_SECURE_X509_DISTINGUISHED_NAME_STRUCT::nx_secure_x509_org_unit_length
USHORT
NX_SECURE_X509_DISTINGUISHED_NAME_STRUCT::nx_secure_x509_distinguished_name_qualifier
const
UCHAR
*
NX_SECURE_X509_DISTINGUISHED_NAME_STRUCT::nx_secure_x509_distinguished_name_qualifier_length
USHORT
NX_SECURE_X509_DISTINGUISHED_NAME_STRUCT::nx_secure_x509_state
const
UCHAR
*
NX_SECURE_X509_DISTINGUISHED_NAME_STRUCT::nx_secure_x509_state_length
USHORT
NX_SECURE_X509_DISTINGUISHED_NAME_STRUCT::nx_secure_x509_common_name
const
UCHAR
*
NX_SECURE_X509_DISTINGUISHED_NAME_STRUCT::nx_secure_x509_common_name_length
USHORT
NX_SECURE_X509_DISTINGUISHED_NAME_STRUCT::nx_secure_x509_serial_number
const
UCHAR
*
NX_SECURE_X509_DISTINGUISHED_NAME_STRUCT::nx_secure_x509_serial_number_length
USHORT
Related Functions
Found 9 other functions taking a
NX_SECURE_X509_DISTINGUISHED_NAME_STRUCT
argument:
Function
_nx_secure_x509_local_device_certificate_get()
_nx_secure_x509_distinguished_name_compare()
_nx_secure_x509_certificate_list_find()
_nx_secure_x509_store_certificate_remove()
_nx_secure_x509_distinguished_name_parse()
_nx_secure_x509_store_certificate_find()
_nx_secure_tls_remote_certificate_free()
_nx_secure_x509_certificate_list_remove()
_nx_secure_x509_extract_name_oid_data()
Examples
References
from
examples
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
Lifecycle
from
examples
All items filtered out
All items filtered out