netxduo
_nx_secure_x509_wildcard_compare()
is only used within netxduo.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
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_wildcard_compare()
_nx_secure_x509_wildcard_compare() function
Syntax
Show:
Summary
Declaration
Definition
from
nx_secure_x509.h:982
INT
_nx_secure_x509_wildcard_compare
(
const
UCHAR
*
dns_name
,
UINT
dns_name_len
,
const
UCHAR
*
wildcard_name
,
UINT
wildcard_len
)
;
Implemented in
nx_secure_x509_wildcard_compare.c:78
Arguments
Argument
dns_name
dns_name_len
wildcard_name
wildcard_len
Examples
References
from
examples
Code
Location
Referrer
INT
_nx_secure_x509_wildcard_compare
(
const
UCHAR
*
dns_name
,
UINT
dns_name_len
,
nx_secure_x509_wildcard_compare.c:78
INT
_nx_secure_x509_wildcard_compare
(
const
UCHAR
*
dns_name
,
UINT
dns_name_len
,
nx_secure_x509.h:982
compare_value
=
_nx_secure_x509_wildcard_compare
(
dns_tld
,
dns_tld_length
,
common_name
,
common_name_len
)
;
nx_secure_x509_common_name_dns_check.c:103
_nx_secure_x509_common_name_dns_check()
compare_value
=
_nx_secure_x509_wildcard_compare
(
name
,
name_length
,
nx_secure_x509_subject_alt_names_find.c:195
_nx_secure_x509_subject_alt_names_find()
Call Tree
from
examples
_nx_secure_x509_wildcard_compare()
is called by 2 functions:
_nx_secure_x509_common_name_dns_check()
_nx_secure_x509_subject_alt_names_find()
All items filtered out
_nx_secure_x509_wildcard_compare()
All items filtered out
Data Use
from
examples
_nx_secure_x509_wildcard_compare()
:
All items filtered out
_nx_secure_x509_wildcard_compare()
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