netxduo
_nx_secure_tls_check_ciphersuite()
is only used within netxduo.
Symbol previews are coming soon...
Symbols
loading...
Files
loading (6/7)...
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_tls_check_ciphersuite()
_nx_secure_tls_check_ciphersuite() function
Syntax
Show:
Summary
Declaration
Definition
from
nx_secure_tls_process_clienthello.c:28
static
UINT
_nx_secure_tls_check_ciphersuite
(
const
NX_SECURE_TLS_CIPHERSUITE_INFO
*
ciphersuite_info
,
NX_SECURE_X509_CERT
*
cert
,
UINT
selected_curve
,
UINT
cert_curve_supported
)
;
Implemented in
nx_secure_tls_process_clienthello.c:574
Arguments
Argument
ciphersuite_info
cert
selected_curve
cert_curve_supported
Related Functions
Found 1 other functions taking a
NX_SECURE_TLS_CIPHERSUITE_INFO_STRUCT
argument:
Function
_nx_secure_tls_ciphersuite_lookup()
Examples
References
from
examples
Code
Location
Referrer
static
UINT
_nx_secure_tls_check_ciphersuite
(
const
NX_SECURE_TLS_CIPHERSUITE_INFO
*
ciphersuite_info
,
nx_secure_tls_process_clienthello.c:574
static
UINT
_nx_secure_tls_check_ciphersuite
(
const
NX_SECURE_TLS_CIPHERSUITE_INFO
*
ciphersuite_info
,
nx_secure_tls_process_clienthello.c:28
if
(
NX_SUCCESS
==
_nx_secure_tls_check_ciphersuite
(
ciphersuite_info
,
cert
,
selected_curve
,
cert_curve_supported
)
)
nx_secure_tls_process_clienthello.c:452
_nx_secure_tls_process_clienthello()
Call Tree
from
examples
_nx_secure_tls_check_ciphersuite()
is called by 1 function:
_nx_secure_tls_process_clienthello()
All items filtered out
_nx_secure_tls_check_ciphersuite()
All items filtered out
Data Use
from
examples
_nx_secure_tls_check_ciphersuite()
reads 5 variables:
NX_SECURE_TLS_CIPHERSUITE_INFO_STRUCT::nx_secure_tls_public_cipher
NX_SECURE_TLS_CIPHERSUITE_INFO_STRUCT::nx_secure_tls_public_auth
NX_CRYPTO_METHOD_STRUCT::nx_crypto_algorithm
NX_SECURE_X509_CERT_STRUCT::nx_secure_x509_signature_algorithm
NX_SECURE_X509_CERT_STRUCT::nx_secure_x509_public_algorithm
All items filtered out
_nx_secure_tls_check_ciphersuite()
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