Home
last modified time | relevance | path

Searched refs:NX_CRYPTO_CIPHERSUITE (Results 1 – 13 of 13) sorted by relevance

/NetX-Duo-v6.3.0/addons/azure_iot/samples/cert/
Dnx_azure_iot_ciphersuites.c57 extern const NX_CRYPTO_CIPHERSUITE nx_crypto_tls_ecdhe_rsa_with_aes_128_cbc_sha256;
59 extern const NX_CRYPTO_CIPHERSUITE nx_crypto_tls_rsa_with_aes_128_cbc_sha256;
63 extern const NX_CRYPTO_CIPHERSUITE nx_crypto_x509_rsa_sha_256;
64 extern const NX_CRYPTO_CIPHERSUITE nx_crypto_x509_rsa_sha_384;
66 extern const NX_CRYPTO_CIPHERSUITE nx_crypto_x509_ecdsa_sha_256;
69 const NX_CRYPTO_CIPHERSUITE *_nx_azure_iot_tls_ciphersuite_map[] =
87 …_ciphersuite_map_size = sizeof(_nx_azure_iot_tls_ciphersuite_map) / sizeof(NX_CRYPTO_CIPHERSUITE*);
Dnx_azure_iot_ciphersuites.h21 extern const NX_CRYPTO_CIPHERSUITE *_nx_azure_iot_tls_ciphersuite_map[];
/NetX-Duo-v6.3.0/crypto_libraries/src/
Dnx_crypto_generic_ciphersuites.c337 const NX_CRYPTO_CIPHERSUITE nx_crypto_tls_rsa_with_aes_128_cbc_sha =
357 const NX_CRYPTO_CIPHERSUITE nx_crypto_tls_rsa_with_aes_128_cbc_sha256 =
376 const NX_CRYPTO_CIPHERSUITE nx_crypto_tls_ecdhe_rsa_with_aes_128_cbc_sha256 =
395 const NX_CRYPTO_CIPHERSUITE nx_crypto_tls_ecdhe_rsa_with_aes_128_gcm_sha256 =
414 const NX_CRYPTO_CIPHERSUITE nx_crypto_tls_ecdhe_ecdsa_with_aes_128_gcm_sha256 =
434 const NX_CRYPTO_CIPHERSUITE nx_crypto_tls_aes_128_gcm_sha256 =
453 const NX_CRYPTO_CIPHERSUITE nx_crypto_x509_rsa_md5 =
469 const NX_CRYPTO_CIPHERSUITE nx_crypto_x509_rsa_sha_1 =
484 const NX_CRYPTO_CIPHERSUITE nx_crypto_x509_rsa_sha_256 =
499 const NX_CRYPTO_CIPHERSUITE nx_crypto_x509_rsa_sha_384 =
[all …]
/NetX-Duo-v6.3.0/addons/azure_iot/
Dnx_azure_iot_provisioning_client.h144 … const NX_CRYPTO_CIPHERSUITE **cipher_map, UINT cipher_map_size,
Dnx_azure_iot.h186 const NX_CRYPTO_CIPHERSUITE **resource_cipher_map;
Dnx_azure_iot_hub_client.h197 … const NX_CRYPTO_CIPHERSUITE **cipher_map, UINT cipher_map_size,
Dnx_azure_iot_provisioning_client.c820 … const NX_CRYPTO_CIPHERSUITE **cipher_map, UINT cipher_map_size, in nx_azure_iot_provisioning_client_initialize()
Dnx_azure_iot_hub_client.c157 … const NX_CRYPTO_CIPHERSUITE **cipher_map, UINT cipher_map_size, in nx_azure_iot_hub_client_initialize()
/NetX-Duo-v6.3.0/crypto_libraries/inc/
Dnx_crypto.h370 } NX_CRYPTO_CIPHERSUITE; typedef
/NetX-Duo-v6.3.0/nx_secure/src/
Dnx_secure_tls_session_create_ext.c129 … const NX_CRYPTO_CIPHERSUITE **cipher_map, UINT cipher_map_size, UINT *metadata_size) in _map_tls_ciphersuites()
372 … const NX_CRYPTO_CIPHERSUITE **cipher_map, UINT cipher_map_size, UINT *metadata_size) in _map_x509_ciphersuites()
477 const NX_CRYPTO_CIPHERSUITE **cipher_map, UINT cipher_map_size, in _nx_secure_tls_session_create_ext()
/NetX-Duo-v6.3.0/addons/azure_iot/docs/
Dazure_rtos_iot_provisioning_client.md15 … const NX_CRYPTO_CIPHERSUITE **cipher_map, UINT cipher_map_size,
37 | cipher_map [in] | A pointer to `NX_CRYPTO_CIPHERSUITE` |
Dazure_rtos_iot_hub_client.md81 … const NX_CRYPTO_CIPHERSUITE **cipher_map, UINT cipher_map_size,
103 | cipher_map [in] | A pointer to `NX_CRYPTO_CIPHERSUITE` |
/NetX-Duo-v6.3.0/nx_secure/inc/
Dnx_secure_tls.h1702 const NX_CRYPTO_CIPHERSUITE **cipher_map, UINT cipher_map_size,