netxduo
_nx_secure_x509_extract_name_oid_data()
is only used within netxduo.
Symbol previews are coming soon...
Symbols
loading...
Files
loading (1/7)...
Summary
Syntax
Arguments
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
STM32 Libraries and Samples
netxduo
_nx_secure_x509_extract_name_oid_data()
_nx_secure_x509_extract_name_oid_data() function
Syntax
Show:
Summary
Declaration
Definition
from
nx_secure_x509_distinguished_name_parse.c:27
static
UINT
_nx_secure_x509_extract_name_oid_data
(
const
UCHAR
*
buffer
,
UINT
oid
,
ULONG
length
,
UINT
*
bytes_processed
,
NX_SECURE_X509_DISTINGUISHED_NAME
*
name
)
;
Implemented in
nx_secure_x509_distinguished_name_parse.c:231
Arguments
Argument
buffer
oid
length
bytes_processed
name
Examples
References
from
examples
Code
Location
Referrer
static
UINT
_nx_secure_x509_extract_name_oid_data
(
const
UCHAR
*
buffer
,
UINT
oid
,
ULONG
length
,
nx_secure_x509_distinguished_name_parse.c:231
static
UINT
_nx_secure_x509_extract_name_oid_data
(
const
UCHAR
*
buffer
,
UINT
oid
,
ULONG
length
,
nx_secure_x509_distinguished_name_parse.c:27
status
=
_nx_secure_x509_extract_name_oid_data
(
&
tlv_data
[
tlv_length
]
,
oid
,
sequence_length
,
&
bytes
,
name
)
;
nx_secure_x509_distinguished_name_parse.c:170
_nx_secure_x509_distinguished_name_parse()
Call Tree
from
examples
_nx_secure_x509_extract_name_oid_data()
is called by 1 function and calls 1 function:
_nx_secure_x509_distinguished_name_parse()
All items filtered out
_nx_secure_x509_extract_name_oid_data()
_nx_secure_x509_asn1_tlv_block_parse()
All items filtered out
Data Use
from
examples
_nx_secure_x509_extract_name_oid_data()
writes 10 variables:
All items filtered out
_nx_secure_x509_extract_name_oid_data()
NX_SECURE_X509_DISTINGUISHED_NAME_STRUCT::nx_secure_x509_country
NX_SECURE_X509_DISTINGUISHED_NAME_STRUCT::nx_secure_x509_country_length
NX_SECURE_X509_DISTINGUISHED_NAME_STRUCT::nx_secure_x509_organization
NX_SECURE_X509_DISTINGUISHED_NAME_STRUCT::nx_secure_x509_organization_length
NX_SECURE_X509_DISTINGUISHED_NAME_STRUCT::nx_secure_x509_org_unit
NX_SECURE_X509_DISTINGUISHED_NAME_STRUCT::nx_secure_x509_org_unit_length
NX_SECURE_X509_DISTINGUISHED_NAME_STRUCT::nx_secure_x509_state
NX_SECURE_X509_DISTINGUISHED_NAME_STRUCT::nx_secure_x509_state_length
NX_SECURE_X509_DISTINGUISHED_NAME_STRUCT::nx_secure_x509_common_name
NX_SECURE_X509_DISTINGUISHED_NAME_STRUCT::nx_secure_x509_common_name_length
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