/NetX-Duo-v6.2.1/crypto_libraries/src/ |
D | nx_crypto_ccm.c | 308 UCHAR *A = ccm_metadata -> nx_crypto_ccm_A; in _nx_crypto_ccm_encrypt_init() local 330 NX_CRYPTO_MEMSET(A, 0, sizeof(ccm_metadata -> nx_crypto_ccm_A)); in _nx_crypto_ccm_encrypt_init() 334 A[0] = Flags; in _nx_crypto_ccm_encrypt_init() 335 NX_CRYPTO_MEMCPY(A + 1, Nonce, (UINT)(15 - L)); /* Use case of memcpy is verified. */ in _nx_crypto_ccm_encrypt_init() 389 UCHAR *A = ccm_metadata -> nx_crypto_ccm_A; in _nx_crypto_ccm_encrypt_update() local 421 A[15] = (UCHAR)(A[15] + 1); in _nx_crypto_ccm_encrypt_update() 422 crypto_function(crypto_metadata, A, X, block_size); in _nx_crypto_ccm_encrypt_update() 500 UCHAR *A = ccm_metadata -> nx_crypto_ccm_A; in _nx_crypto_ccm_encrypt_calculate() local 517 A[15] = 0; in _nx_crypto_ccm_encrypt_calculate() 518 crypto_function(crypto_metadata, A, A, block_size); in _nx_crypto_ccm_encrypt_calculate() [all …]
|
D | nx_crypto_huge_number.c | 2164 NX_CRYPTO_HUGE_NUMBER u, v, A, C; in _nx_crypto_huge_number_inverse_modulus_prime() local 2179 NX_CRYPTO_HUGE_NUMBER_INITIALIZE(&A, scratch, buffer_size); in _nx_crypto_huge_number_inverse_modulus_prime() 2184 NX_CRYPTO_HUGE_NUMBER_SET_DIGIT(&A, 1); in _nx_crypto_huge_number_inverse_modulus_prime() 2192 if (NX_CRYPTO_HUGE_NUMBER_IS_EVEN(&A)) in _nx_crypto_huge_number_inverse_modulus_prime() 2194 _nx_crypto_huge_number_shift_right(&A, 1); in _nx_crypto_huge_number_inverse_modulus_prime() 2198 _nx_crypto_huge_number_add(&A, p); in _nx_crypto_huge_number_inverse_modulus_prime() 2199 _nx_crypto_huge_number_shift_right(&A, 1); in _nx_crypto_huge_number_inverse_modulus_prime() 2220 _nx_crypto_huge_number_subtract(&A, &C); in _nx_crypto_huge_number_inverse_modulus_prime() 2225 _nx_crypto_huge_number_subtract(&C, &A); in _nx_crypto_huge_number_inverse_modulus_prime() 2301 NX_CRYPTO_HUGE_NUMBER u, v, A, B, C, D; in _nx_crypto_huge_number_inverse_modulus() local [all …]
|
/NetX-Duo-v6.2.1/addons/azure_iot/docs/ |
D | azure_rtos_iot_provisioning_client.md | 27 | prov_client_ptr [in] | A pointer to a `NX_AZURE_IOT_PROVISIONING_CLIENT`. | 28 | nx_azure_iot_ptr [in] | A pointer to a `NX_AZURE_IOT`.| 29 | endpoint [in] | A pointer to IoT Provisioning endpoint. Must be NULL terminated string. | 31 | id_scope [in] | A pointer to ID Scope. | 33 | registration_id [in] | A pointer to registration ID. | 35 | crypto_array [in] | A pointer to `NX_CRYPTO_METHOD` | 37 | cipher_map [in] | A pointer to `NX_CRYPTO_CIPHERSUITE` | 39 | metadata_memory [in] | A pointer to metadata memory buffer. | 41 | trusted_certificate [in] | A pointer to `NX_SECURE_X509_CERT`, which is server side certs | 74 | prov_client_ptr [in] | A pointer to a `NX_AZURE_IOT_PROVISIONING_CLIENT` | [all …]
|
D | azure_rtos_iot_json.md | 22 | reader_ptr [out] | A pointer to an #NX_AZURE_IOT_JSON_READER instance to initialize. | 56 | reader_ptr [out] | A pointer to an #NX_AZURE_IOT_JSON_READER instance to initialize. | 57 | packet_ptr [in] | A pointer to #NX_PACKET containing the JSON text. | 89 | reader_ptr [in] | A pointer to an #NX_AZURE_IOT_JSON_READER instance to de-initialize | 121 | reader_ptr [in] | A pointer to an #NX_AZURE_IOT_JSON_READER instance containing the JSON to re… 153 | reader_ptr [in] | A pointer to an #NX_AZURE_IOT_JSON_READER instance containing the JSON to re… 186 | reader_ptr [in] | A pointer to an #NX_AZURE_IOT_JSON_READER instance containing the JSON to re… 187 | value_ptr [out] | A pointer to a variable to receive the value. | 220 | reader_ptr [in] | A pointer to an #NX_AZURE_IOT_JSON_READER instance containing the JSON to re… 221 | value_ptr [out] | A pointer to a variable to receive the value. | [all …]
|
D | azure_rtos_iot.md | 21 | nx_azure_iot_ptr [in] | A pointer to a NX_AZURE_IOT | 22 | name_ptr [in] | A pointer to a NULL-terminated string indicating the name of the Azure IoT i… 23 | ip_ptr [in] | A pointer to a `NX_IP`, which is the IP stack used to connect to Azure IoT Services… 24 | pool_ptr [in] | A pointer to a `NX_PACKET_POOL`, which is the packet pool used by Azure IoT Servi… 25 | dns_ptr [in] | A pointer to a `NX_DNS`. | 26 | stack_memory_ptr [in] | A pointer to memory to be used as a stack space for the internal thread. … 65 | nx_azure_iot_ptr [in] | A pointer to a `NX_AZURE_IOT` | 105 | log_callback [in] | A pointer to a callback |
|
D | azure_rtos_iot_adu_agent.md | 28 | adu_agent_ptr [in] | A pointer to a `NX_AZURE_IOT_ADU_AGENT`. | 29 | iothub_client_ptr [in] | A pointer to a `NX_AZURE_IOT_HUB_CLIENT`.| 30 | manufacturer [in] | A pointer to the manufacturer. Must be NULL terminated string. | 32 | model [in] | A pointer to the model. Must be NULL terminated string. | 34 | installed_criteria [in] | A pointer to the installed criteria string, such as: version string. M… 75 | adu_agent_ptr [in] | A pointer to a `NX_AZURE_IOT_ADU_AGENT`. | 76 | manufacturer [in] | A pointer to the manufacturer. Must be NULL terminated string. | 78 | model [in] | A pointer to the model. Must be NULL terminated string. | 80 | installed_criteria [in] | A pointer to the installed criteria string, such as: version string. M… 114 | adu_agent_ptr [in] | A pointer to a `NX_AZURE_IOT_ADU_AGENT` | [all …]
|
D | azure_rtos_iot_hub_client_properties.md | 36 | hub_client_ptr [in] | A pointer to a `NX_AZURE_IOT_HUB_CLIENT`. | 37 | writer_ptr [in] | A pointer to a #NX_AZURE_IOT_JSON_WRITER. | 38 | component_name_ptr [in] | A pointer to a component name. | 80 | hub_client_ptr [in] | A pointer to a `NX_AZURE_IOT_HUB_CLIENT`. | 81 | writer_ptr [in] | A pointer to a #NX_AZURE_IOT_JSON_WRITER. | 171 | hub_client_ptr [in] | A pointer to a `NX_AZURE_IOT_HUB_CLIENT`. | 172 | writer_ptr [in] | A pointer to a #NX_AZURE_IOT_JSON_WRITER. | 173 | property_name_ptr [in] | A pointer to property name. | 217 | hub_client_ptr [in] | A pointer to a `NX_AZURE_IOT_HUB_CLIENT`. | 218 | writer_ptr [in] | A pointer to a #NX_AZURE_IOT_JSON_WRITER. | [all …]
|
D | azure_rtos_iot_hub_client.md | 95 | hub_client_ptr [in] | A pointer to a `NX_AZURE_IOT_HUB_CLIENT`. | 96 | nx_azure_iot_ptr [in] | A pointer to a `NX_AZURE_IOT`.| 97 | host_name [in] | A pointer to IoTHub hostname. Must be NULL terminated string. | 99 | device_id [in] | A pointer to device ID. | 101 | module_id [in] | A pointer to module ID. | 103 | crypto_array [in] | A pointer to `NX_CRYPTO_METHOD` | 105 | cipher_map [in] | A pointer to `NX_CRYPTO_CIPHERSUITE` | 107 | metadata_memory [in] | A pointer to metadata memory buffer. | 109 | trusted_certificate [in] | A pointer to `NX_SECURE_X509_CERT`, which is server side certs | 141 | hub_client_ptr [in] | A pointer to a `NX_AZURE_IOT_HUB_CLIENT` | [all …]
|
/NetX-Duo-v6.2.1/.github/ISSUE_TEMPLATE/ |
D | feature_request.md | 11 A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] 14 A clear and concise description of what you want to happen. 17 A clear and concise description of any alternative solutions or features you've considered.
|
D | bug_report.md | 11 A clear and concise description of what the bug is. 26 A clear and concise description of what you expected to happen.
|
/NetX-Duo-v6.2.1/test/regression/interoperability_test/nx_secure_test/ |
D | cert.pem | 15 A/HgFSE6xqLZ+iVYYrgubbX3TUbN7K40FkfRF8x4OIVqImJ+wxYvXGqZQgjEr+Jd
|
/NetX-Duo-v6.2.1/ |
D | LICENSE.txt | 17 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
D | CMakeLists.txt | 35 # A place for generated/copied include files (no need to change)
|
/NetX-Duo-v6.2.1/test/regression/interoperability_test/ecc_certificates/ |
D | ECRevoked2.crt | 25 serial:0A
|
D | ECTestServer7_256.crt | 25 serial:BC:64:D9:FE:6A:91:0E:C2
|
D | ECIntm.crt | 25 serial:BC:64:D9:FE:6A:91:0E:C2
|
D | ECRevoked.crt | 25 serial:BC:64:D9:FE:6A:91:0E:C2
|
D | ECTestClient1.crt | 25 serial:BC:64:D9:FE:6A:91:0E:C2
|
D | ECTestServer4.crt | 27 serial:BC:64:D9:FE:6A:91:0E:C2
|
D | ECTestServer6.crt | 37 serial:BC:64:D9:FE:6A:91:0E:C2
|
/NetX-Duo-v6.2.1/docs/ |
D | revision_history.txt | 3575 Added support for X.509 CRLs. A new API (used with the certificate verification 3588 against the certificate provided by that remote host. A new API (used
|