Searched refs:point (Results 1 – 4 of 4) sorted by relevance
744 NX_CRYPTO_KEEP UINT _nx_crypto_ec_point_is_infinite(NX_CRYPTO_EC_POINT *point) in _nx_crypto_ec_point_is_infinite() argument746 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() argument810 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 …]
488 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,
292 Below is a code snippet which you can use as a starting point:
572 | 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 …