netxduo
NX_CRYPTO_KEY_EXCHANGE_ECDH
is only used within netxduo.
Symbol previews are coming soon...
Symbols
loading...
Files
loading (1/7)...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
STM32 Libraries and Samples
netxduo
NX_CRYPTO_KEY_EXCHANGE_ECDH
NX_CRYPTO_KEY_EXCHANGE_ECDH macro
Syntax
Show:
Summary
Declaration
from
nx_crypto_const.h:156
#define
NX_CRYPTO_KEY_EXCHANGE_ECDH
0x00040005
Examples
References
from
examples
Code
Location
#define
NX_CRYPTO_KEY_EXCHANGE_ECDH
0x00040005
nx_crypto_const.h:156
NX_CRYPTO_KEY_EXCHANGE_ECDH
,
/* ECDH crypto algorithm */
nx_crypto_methods.c:267
||
ciphersuite
->
nx_secure_tls_public_cipher
->
nx_crypto_algorithm
==
NX_CRYPTO_KEY_EXCHANGE_ECDH
nx_secure_tls_generate_keys.c:132
else
if
(
tls_session
->
nx_secure_tls_session_ciphersuite
->
nx_secure_tls_public_cipher
->
nx_crypto_algorithm
==
NX_CRYPTO_KEY_EXCHANGE_ECDH
)
nx_secure_tls_generate_premaster_secret.c:110
if
(
tls_session
->
nx_secure_tls_session_ciphersuite
->
nx_secure_tls_public_cipher
->
nx_crypto_algorithm
==
NX_CRYPTO_KEY_EXCHANGE_ECDH
||
nx_secure_tls_process_client_key_exchange.c:178
if
(
tls_session
->
nx_secure_tls_session_ciphersuite
->
nx_secure_tls_public_cipher
->
nx_crypto_algorithm
==
NX_CRYPTO_KEY_EXCHANGE_ECDH
)
nx_secure_tls_process_client_key_exchange.c:189
case
NX_CRYPTO_KEY_EXCHANGE_ECDH
:
nx_secure_tls_process_clienthello.c:616
if
(
tls_session
->
nx_secure_tls_session_ciphersuite
->
nx_secure_tls_public_cipher
->
nx_crypto_algorithm
==
NX_CRYPTO_KEY_EXCHANGE_ECDH
||
nx_secure_tls_send_client_key_exchange.c:116
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