Home
last modified time | relevance | path

Searched refs:array (Results 1 – 6 of 6) sorted by relevance

/NetX-Duo-v6.2.1/crypto_libraries/src/
Dnx_crypto_ec.c3357 NX_CRYPTO_EC_POINT *array; in _nx_crypto_ec_precomputation() local
3411 array = fixed_points -> nx_crypto_ec_fixed_points_array; in _nx_crypto_ec_precomputation()
3417 curve -> nx_crypto_ec_multiple(curve, g, &d, &array[0], scratch_ptr); in _nx_crypto_ec_precomputation()
3425 curve -> nx_crypto_ec_multiple(curve, &array[(1 << (i - 1)) - 2], &d, in _nx_crypto_ec_precomputation()
3426 &array[offset - 2], scratch_ptr); in _nx_crypto_ec_precomputation()
3428 NX_CRYPTO_HUGE_NUMBER_COPY(&array[offset - 1].nx_crypto_ec_point_x, in _nx_crypto_ec_precomputation()
3429 &array[offset - 2].nx_crypto_ec_point_x); in _nx_crypto_ec_precomputation()
3430 NX_CRYPTO_HUGE_NUMBER_COPY(&array[offset - 1].nx_crypto_ec_point_y, in _nx_crypto_ec_precomputation()
3431 &array[offset - 2].nx_crypto_ec_point_y); in _nx_crypto_ec_precomputation()
3432 curve -> nx_crypto_ec_add(curve, &array[offset - 1], g, scratch_ptr); in _nx_crypto_ec_precomputation()
[all …]
/NetX-Duo-v6.2.1/addons/azure_iot/docs/
Dazure_rtos_iot_json.md399 * NX_AZURE_IOT_READER_TOKEN_BEGIN_ARRAY The token kind is the start of a JSON array.
400 * NX_AZURE_IOT_READER_TOKEN_END_ARRAY The token kind is the end of a JSON array.
945 <div style="text-align: right">Appends the beginning of a JSON array</div>
953 <p>Appends the beginning of a JSON array (i.e. `[`).</p>
1005 <div style="text-align: right">Appends the end of the current JSON array</div>
1013 <p>Appends the end of the current JSON array (i.e. `]`).</p>
Dazure_rtos_iot_provisioning_client.md36 | crypto_array_size [in] | Size of crypto method array |
Dazure_rtos_iot_hub_client.md104 | crypto_array_size [in] | Size of crypto method array |
/NetX-Duo-v6.2.1/addons/azure_iot/samples/
DREADME.md85 Convert der to hex array (ubuntu) and set them in sample_device_identity.c.
/NetX-Duo-v6.2.1/docs/
Drevision_history.txt1481 array was out of bound.
5157 … Fixed first MIME type in the default array.
5638 …p_server.c Replaced an array of CHAR pointers with a single CHAR arr…