Home
last modified time | relevance | path

Searched refs:nx_crypto_ec_point_z (Results 1 – 2 of 2) sorted by relevance

/NetX-Duo-v6.3.0/crypto_libraries/src/
Dnx_crypto_ec.c759 return(_nx_crypto_huge_number_is_zero(&point -> nx_crypto_ec_point_z)); in _nx_crypto_ec_point_is_infinite()
817 NX_CRYPTO_HUGE_NUMBER_SET_DIGIT(&point -> nx_crypto_ec_point_z, 0); in _nx_crypto_ec_point_set_infinite()
1028 NX_CRYPTO_HUGE_NUMBER_SET_DIGIT(&point -> nx_crypto_ec_point_z, 1); in _nx_crypto_ec_point_fp_affine_to_projective()
1108 _nx_crypto_huge_number_inverse_modulus_prime(&point -> nx_crypto_ec_point_z, in _nx_crypto_ec_point_fp_projective_to_affine()
2297 NX_CRYPTO_EC_SQUARE_REDUCE(curve, &projective_point -> nx_crypto_ec_point_z, in _nx_crypto_ec_fp_projective_add()
2307 NX_CRYPTO_EC_MULTIPLE_REDUCE(curve, &projective_point -> nx_crypto_ec_point_z, in _nx_crypto_ec_fp_projective_add()
2316 NX_CRYPTO_EC_MULTIPLE_REDUCE(curve, &projective_point -> nx_crypto_ec_point_z, in _nx_crypto_ec_fp_projective_add()
2318 NX_CRYPTO_HUGE_NUMBER_COPY(&projective_point -> nx_crypto_ec_point_z, &temp3); in _nx_crypto_ec_fp_projective_add()
2447 NX_CRYPTO_EC_SQUARE_REDUCE(curve, &projective_point -> nx_crypto_ec_point_z, in _nx_crypto_ec_fp_projective_double()
2458 &projective_point -> nx_crypto_ec_point_z, &temp5, scratch); in _nx_crypto_ec_fp_projective_double()
[all …]
/NetX-Duo-v6.3.0/crypto_libraries/inc/
Dnx_crypto_ec.h86 NX_CRYPTO_HUGE_NUMBER nx_crypto_ec_point_z; member
162 NX_CRYPTO_HUGE_NUMBER_INITIALIZE(&((p) -> nx_crypto_ec_point_z), buff, size); } \
169 _nx_crypto_huge_number_setup(&((p) -> nx_crypto_ec_point_z), z, z_size); }
175 _nx_crypto_huge_number_extract(&((p) -> nx_crypto_ec_point_z), z, z_size, z_out_size); }