NX_CRYPTO_DH_CALCULATE is only used within netxduo.
 
Symbols
loading...
Files
loading...

NX_CRYPTO_DH_CALCULATE macro

Syntax

#define NX_CRYPTO_DH_CALCULATE 51

References

LocationText
nx_crypto_const.h:273
#define NX_CRYPTO_DH_CALCULATE 51
nx_crypto_ecdh.c:732
else if (op == NX_CRYPTO_DH_CALCULATE)
nx_secure_tls_generate_premaster_secret.c:191
status = ecdh_method -> nx_crypto_operation(NX_CRYPTO_DH_CALCULATE, handler,
nx_secure_tls_process_client_key_exchange.c:298
status = ecdh_method -> nx_crypto_operation(NX_CRYPTO_DH_CALCULATE, handler,
nx_secure_tls_process_server_key_exchange.c:890
status = ecdhe_method -> nx_crypto_operation(NX_CRYPTO_DH_CALCULATE, handler,