nx_crypto_tls_ciphers variable
Syntax
NX_SECURE_TLS_CRYPTO nx_crypto_tls_ciphers =
{
_nx_crypto_ciphersuite_lookup_table,
sizeof(_nx_crypto_ciphersuite_lookup_table) / sizeof(NX_SECURE_TLS_CIPHERSUITE_INFO),
#ifndef NX_SECURE_DISABLE_X509
_nx_crypto_x509_cipher_lookup_table,
sizeof(_nx_crypto_x509_cipher_lookup_table) / sizeof(NX_SECURE_X509_CRYPTO),
#endif
#if (NX_SECURE_TLS_TLS_1_0_ENABLED || NX_SECURE_TLS_TLS_1_1_ENABLED)
&crypto_method_md5,
&crypto_method_sha1,
&crypto_method_tls_prf_1,
#endif
#if (NX_SECURE_TLS_TLS_1_2_ENABLED)
&crypto_method_sha256,
&crypto_method_tls_prf_sha256,
#endif
#if (NX_SECURE_TLS_TLS_1_3_ENABLED)
&crypto_method_hkdf,
&crypto_method_hmac,
&crypto_method_ecdhe,
#endif
};
Examples
nx_crypto_tls_ciphers is referenced by 1 libraries and example projects: