Home
last modified time | relevance | path

Searched refs:crypto_array (Results 1 – 8 of 8) sorted by relevance

/NetX-Duo-v6.2.1/nx_secure/src/
Dnx_secure_tls_session_create_ext.c101 …pher_id, UINT cipher_role_id, UINT key_size, const NX_CRYPTO_METHOD **crypto_array, UINT array_siz… in _find_cipher() argument
107 if(crypto_array[i]->nx_crypto_algorithm == cipher_id) in _find_cipher()
110 crypto_array[i] -> nx_crypto_key_size_in_bits != key_size << 3) in _find_cipher()
115 *crypto_method = crypto_array[i]; in _find_cipher()
127 const NX_CRYPTO_METHOD **crypto_array, UINT crypto_array_size, in _map_tls_ciphersuites() argument
172 …status = _find_cipher(NX_CRYPTO_HASH_MD5, NX_CRYPTO_ROLE_RAW_HASH, 0, crypto_array, crypto_array_s… in _map_tls_ciphersuites()
182 …status = _find_cipher(NX_CRYPTO_HASH_SHA1, NX_CRYPTO_ROLE_RAW_HASH, 0, crypto_array, crypto_array_… in _map_tls_ciphersuites()
193 …status = _find_cipher(NX_CRYPTO_PRF_HMAC_SHA1, NX_CRYPTO_ROLE_PRF, 0, crypto_array, crypto_array_s… in _map_tls_ciphersuites()
207 …status = _find_cipher(NX_CRYPTO_HASH_SHA256, NX_CRYPTO_ROLE_RAW_HASH, 0, crypto_array, crypto_arra… in _map_tls_ciphersuites()
217 …status = _find_cipher(NX_CRYPTO_PRF_HMAC_SHA2_256, NX_CRYPTO_ROLE_PRF, 0, crypto_array, crypto_arr… in _map_tls_ciphersuites()
[all …]
/NetX-Duo-v6.2.1/addons/azure_iot/
Dnx_azure_iot_provisioning_client.h142 … const NX_CRYPTO_METHOD **crypto_array, UINT crypto_array_size,
Dnx_azure_iot_hub_client.h198 … const NX_CRYPTO_METHOD **crypto_array, UINT crypto_array_size,
Dnx_azure_iot_provisioning_client.c818 … const NX_CRYPTO_METHOD **crypto_array, UINT crypto_array_size, in nx_azure_iot_provisioning_client_initialize() argument
858 … prov_client_ptr -> nx_azure_iot_provisioning_client_resource.resource_crypto_array = crypto_array; in nx_azure_iot_provisioning_client_initialize()
Dnx_azure_iot_hub_client.c155 … const NX_CRYPTO_METHOD **crypto_array, UINT crypto_array_size, in nx_azure_iot_hub_client_initialize() argument
178 hub_client_ptr -> nx_azure_iot_hub_client_resource.resource_crypto_array = crypto_array; in nx_azure_iot_hub_client_initialize()
/NetX-Duo-v6.2.1/addons/azure_iot/docs/
Dazure_rtos_iot_provisioning_client.md14 … const NX_CRYPTO_METHOD **crypto_array, UINT crypto_array_size,
35 | crypto_array [in] | A pointer to `NX_CRYPTO_METHOD` |
Dazure_rtos_iot_hub_client.md82 … const NX_CRYPTO_METHOD **crypto_array, UINT crypto_array_size,
103 | crypto_array [in] | A pointer to `NX_CRYPTO_METHOD` |
/NetX-Duo-v6.2.1/nx_secure/inc/
Dnx_secure_tls.h1706 const NX_CRYPTO_METHOD **crypto_array, UINT crypto_array_size,