Home
last modified time | relevance | path

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

/NetX-Duo-v6.3.0/crypto_libraries/src/
Dnx_crypto_ec.c2255 NX_CRYPTO_EC_POINT *projective_point, in _nx_crypto_ec_fp_projective_add() argument
2273 if (_nx_crypto_ec_point_is_infinite(projective_point)) in _nx_crypto_ec_fp_projective_add()
2275 NX_CRYPTO_HUGE_NUMBER_COPY(&projective_point -> nx_crypto_ec_point_x, in _nx_crypto_ec_fp_projective_add()
2277 NX_CRYPTO_HUGE_NUMBER_COPY(&projective_point -> nx_crypto_ec_point_y, in _nx_crypto_ec_fp_projective_add()
2279 _nx_crypto_ec_point_fp_affine_to_projective(projective_point); in _nx_crypto_ec_fp_projective_add()
2288 buffer_size = projective_point -> nx_crypto_ec_point_x.nx_crypto_huge_buffer_size; in _nx_crypto_ec_fp_projective_add()
2297 NX_CRYPTO_EC_SQUARE_REDUCE(curve, &projective_point -> nx_crypto_ec_point_z, in _nx_crypto_ec_fp_projective_add()
2301 _nx_crypto_ec_subtract_reduce(curve, &temp2, &projective_point -> nx_crypto_ec_point_x, 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()
2311 _nx_crypto_ec_subtract_reduce(curve, &temp1, &projective_point -> nx_crypto_ec_point_y, in _nx_crypto_ec_fp_projective_add()
[all …]
/NetX-Duo-v6.3.0/crypto_libraries/inc/
Dnx_crypto_ec.h518 NX_CRYPTO_EC_POINT *projective_point,
522 NX_CRYPTO_EC_POINT *projective_point,