Searched refs:array (Results 1 – 5 of 5) sorted by relevance
/NetX-Duo-v6.2.1/crypto_libraries/src/ |
D | nx_crypto_ec.c | 3358 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/ |
D | azure_rtos_iot_json.md | 399 * 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>
|
D | azure_rtos_iot_provisioning_client.md | 36 | crypto_array_size [in] | Size of crypto method array |
|
D | azure_rtos_iot_hub_client.md | 102 | crypto_array_size [in] | Size of crypto method array |
|
/NetX-Duo-v6.2.1/addons/azure_iot/samples/ |
D | README.md | 85 Convert der to hex array (ubuntu) and set them in sample_device_identity.c.
|