Home
last modified time | relevance | path

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

/NetX-Duo-v6.2.1/crypto_libraries/src/
Dnx_crypto_ec.c3358 NX_CRYPTO_EC_POINT *array; in _nx_crypto_ec_precomputation() local
3412 array = fixed_points -> nx_crypto_ec_fixed_points_array; in _nx_crypto_ec_precomputation()
3418 curve -> nx_crypto_ec_multiple(curve, g, &d, &array[0], scratch_ptr); in _nx_crypto_ec_precomputation()
3426 curve -> nx_crypto_ec_multiple(curve, &array[(1 << (i - 1)) - 2], &d, in _nx_crypto_ec_precomputation()
3427 &array[offset - 2], scratch_ptr); in _nx_crypto_ec_precomputation()
3429 NX_CRYPTO_HUGE_NUMBER_COPY(&array[offset - 1].nx_crypto_ec_point_x, in _nx_crypto_ec_precomputation()
3430 &array[offset - 2].nx_crypto_ec_point_x); in _nx_crypto_ec_precomputation()
3431 NX_CRYPTO_HUGE_NUMBER_COPY(&array[offset - 1].nx_crypto_ec_point_y, in _nx_crypto_ec_precomputation()
3432 &array[offset - 2].nx_crypto_ec_point_y); in _nx_crypto_ec_precomputation()
3433 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.md102 | 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.