Home
last modified time | relevance | path

Searched refs:point (Results 1 – 4 of 4) sorted by relevance

/NetX-Duo-v6.3.0/crypto_libraries/src/
Dnx_crypto_ec.c744 NX_CRYPTO_KEEP UINT _nx_crypto_ec_point_is_infinite(NX_CRYPTO_EC_POINT *point) in _nx_crypto_ec_point_is_infinite() argument
746 if (point -> nx_crypto_ec_point_type == NX_CRYPTO_EC_POINT_AFFINE) in _nx_crypto_ec_point_is_infinite()
748 if (_nx_crypto_huge_number_is_zero(&point -> nx_crypto_ec_point_x) && in _nx_crypto_ec_point_is_infinite()
749 _nx_crypto_huge_number_is_zero(&point -> nx_crypto_ec_point_y)) in _nx_crypto_ec_point_is_infinite()
759 return(_nx_crypto_huge_number_is_zero(&point -> nx_crypto_ec_point_z)); in _nx_crypto_ec_point_is_infinite()
808 NX_CRYPTO_KEEP VOID _nx_crypto_ec_point_set_infinite(NX_CRYPTO_EC_POINT *point) in _nx_crypto_ec_point_set_infinite() argument
810 if (point -> nx_crypto_ec_point_type == NX_CRYPTO_EC_POINT_AFFINE) in _nx_crypto_ec_point_set_infinite()
812 NX_CRYPTO_HUGE_NUMBER_SET_DIGIT(&point -> nx_crypto_ec_point_x, 0); in _nx_crypto_ec_point_set_infinite()
813 NX_CRYPTO_HUGE_NUMBER_SET_DIGIT(&point -> nx_crypto_ec_point_y, 0); in _nx_crypto_ec_point_set_infinite()
817 NX_CRYPTO_HUGE_NUMBER_SET_DIGIT(&point -> nx_crypto_ec_point_z, 0); in _nx_crypto_ec_point_set_infinite()
[all …]
/NetX-Duo-v6.3.0/crypto_libraries/inc/
Dnx_crypto_ec.h488 UINT _nx_crypto_ec_point_is_infinite(NX_CRYPTO_EC_POINT *point);
489 VOID _nx_crypto_ec_point_set_infinite(NX_CRYPTO_EC_POINT *point);
490 UINT _nx_crypto_ec_point_setup(NX_CRYPTO_EC_POINT *point, UCHAR *byte_stream, UINT byte_stream_size…
491 VOID _nx_crypto_ec_point_extract_uncompressed(NX_CRYPTO_EC *curve, NX_CRYPTO_EC_POINT *point, UCHAR…
494 VOID _nx_crypto_ec_point_fp_affine_to_projective(NX_CRYPTO_EC_POINT *point);
496 NX_CRYPTO_EC_POINT *point,
/NetX-Duo-v6.3.0/addons/azure_iot/docs/
Dazure_rtos_iot_hub_client_properties.md292 Below is a code snippet which you can use as a starting point:
Dazure_rtos_iot_json.md572 | fractional_digits [in] | The number of digits of the value to write after the decimal point and …
868 | fractional_digits [in] | The number of digits of the value to write after the decimal point and …