netxduo
_nx_secure_x509_subject_alt_names_find()
is only used within netxduo.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Arguments
Related
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
STM32 Libraries and Samples
netxduo
_nx_secure_x509_subject_alt_names_find()
_nx_secure_x509_subject_alt_names_find() function
Syntax
Show:
Summary
Declaration
Definition
from
nx_secure_x509.h:999
UINT
_nx_secure_x509_subject_alt_names_find
(
NX_SECURE_X509_EXTENSION
*
extension
,
const
UCHAR
*
name
,
UINT
name_length
,
USHORT
name_type
)
;
Implemented in
nx_secure_x509_subject_alt_names_find.c:77
Arguments
Argument
extension
name
name_length
name_type
Related Functions
Found 2 other functions taking a
NX_SECURE_X509_EXTENSION_STRUCT
argument:
Function
_nx_secure_x509_extension_find()
_nxe_secure_x509_extension_find()
Examples
References
from
examples
Code
Location
Referrer
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
UINT
_nx_secure_x509_subject_alt_names_find
(
NX_SECURE_X509_EXTENSION
*
extension
,
const
UCHAR
*
name
,
nx_secure_x509.h:999
status
=
_nx_secure_x509_subject_alt_names_find
(
&
alt_name_extension
,
dns_tld
,
dns_tld_length
,
NX_SECURE_X509_SUB_ALT_NAME_TAG_DNSNAME
)
;
nx_secure_x509_common_name_dns_check.c:117
_nx_secure_x509_common_name_dns_check()
Call Tree
from
examples
_nx_secure_x509_subject_alt_names_find()
is called by 1 function and calls 2 functions:
_nx_secure_x509_common_name_dns_check()
All items filtered out
_nx_secure_x509_subject_alt_names_find()
_nx_secure_x509_asn1_tlv_block_parse()
_nx_secure_x509_wildcard_compare()
All items filtered out
Data Use
from
examples
_nx_secure_x509_subject_alt_names_find()
reads 2 variables:
NX_SECURE_X509_EXTENSION_STRUCT::nx_secure_x509_extension_data
NX_SECURE_X509_EXTENSION_STRUCT::nx_secure_x509_extension_data_length
All items filtered out
_nx_secure_x509_subject_alt_names_find()
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